DragCursor Class |
Namespace: Kit.UI
public class DragCursor : MonoBehaviour, IBeginDragHandler, IEventSystemHandler, IDragHandler, IEndDragHandler
The DragCursor type exposes the following members.
| Name | Description | |
|---|---|---|
| OnBeginDrag | ||
| OnDrag | ||
| OnEndDrag | ||
| ToWorld |
| Name | Description | |
|---|---|---|
| Item | The Item for which this cursor is created. | |
| MoveSpeed | How fast does the cursor move back to its initial position? |
| Name | Description | |
|---|---|---|
| Destroy | Destroy the object. (Defined by UnityObjectExtensions.) | |
| Disable | Set the enabled property to . (Defined by BehaviourExtensions.) | |
| Enable | Set the enabled property to . (Defined by BehaviourExtensions.) | |
| GetBounds | Returns the bounds of the Component. | |
| IsPrefab | Returns whether the Component is a part of a prefab. (Defined by ComponentExtensions.) |