Method |
Description |
|
GetSummary ( ) : string |
|
|
IsOverTarget ( ) : bool |
Returns true if the draggable object is over the drag target object. |
|
OnDragCompleted ( Draggable2D draggableObject ) : void |
Called by the Draggable2D object when the the drag ends over the drag target. |
|
OnDragCompletedEvent ( DragCompletedEvent evt ) : void |
|
|
OnDragEntered ( Draggable2D draggableObject, Collider2D targetObject ) : void |
Called by the Draggable2D object when the it enters the drag target. |
|
OnDragEnteredEvent ( DragEntered evt ) : void |
|
|
OnDragExited ( Draggable2D draggableObject, Collider2D targetObject ) : void |
Called by the Draggable2D object when the it exits the drag target. |
|
OnDragExitedEvent ( DragExited evt ) : void |
|
|