The block will execute when the player starts dragging an object. More...
Classes | |
class | DragStartedEvent |
Public Member Functions | |
virtual void | OnDragStarted (Draggable2D draggableObject) |
Called by the Draggable2D object when the drag starts. More... | |
override string | GetSummary () |
Returns custom summary text for the event handler. More... | |
![]() | |
virtual bool | ExecuteBlock () |
The Event Handler should call this method when the event is detected to start executing the Block. More... | |
Protected Member Functions | |
virtual void | OnEnable () |
virtual void | OnDisable () |
Protected Attributes | |
Draggable2D | draggableObject |
EventDispatcher | eventDispatcher |
![]() | |
Block | parentBlock |
Additional Inherited Members | |
![]() | |
virtual Block | ParentBlock [get, set] |
The parent Block which owns this Event Handler. More... | |
The block will execute when the player starts dragging an object.
Definition at line 15 of file DragStarted.cs.
|
virtual |
Returns custom summary text for the event handler.
Reimplemented from Fungus.EventHandler.
Definition at line 62 of file DragStarted.cs.
|
protectedvirtual |
Definition at line 37 of file DragStarted.cs.
|
virtual |
Called by the Draggable2D object when the drag starts.
Definition at line 54 of file DragStarted.cs.
|
protectedvirtual |
Definition at line 30 of file DragStarted.cs.
|
protected |
Definition at line 26 of file DragStarted.cs.
|
protected |
Definition at line 28 of file DragStarted.cs.