C# Class Fungus.DragEntered

Inheritance: EventHandler
Show file Open project: snozbot/fungus Class Usage Examples

Public Methods

Method Description
GetSummary ( ) : string
OnDragEntered ( Draggable2D draggableObject, Collider2D targetObject ) : void

Called by the Draggable2D object when the the drag enters the drag target.

OnDragEnteredEvent ( DragEnteredEvent evt ) : void

Protected Methods

Method Description
UnityOnDisable ( ) : void
UnityOnEnable ( ) : void

Method Details

GetSummary() public method

public GetSummary ( ) : string
return string

OnDragEntered() public method

Called by the Draggable2D object when the the drag enters the drag target.
public OnDragEntered ( Draggable2D draggableObject, Collider2D targetObject ) : void
draggableObject Draggable2D
targetObject UnityEngine.Collider2D
return void

OnDragEnteredEvent() public method

public OnDragEnteredEvent ( DragEnteredEvent evt ) : void
evt DragEnteredEvent
return void

UnityOnDisable() protected method

protected UnityOnDisable ( ) : void
return void

UnityOnEnable() protected method

protected UnityOnEnable ( ) : void
return void