C# Class Fungus.DragStarted

Inheritance: EventHandler
Afficher le fichier Open project: snozbot/fungus

Méthodes publiques

Méthode Description
GetSummary ( ) : string
OnDragStarted ( Draggable2D draggableObject ) : void

Called by the Draggable2D object when the drag starts.

OnDragStartedEvent ( DragStartedEvent evt ) : void

Méthodes protégées

Méthode Description
UnityOnDisable ( ) : void
UnityOnEnable ( ) : void

Method Details

GetSummary() public méthode

public GetSummary ( ) : string
Résultat string

OnDragStarted() public méthode

Called by the Draggable2D object when the drag starts.
public OnDragStarted ( Draggable2D draggableObject ) : void
draggableObject Draggable2D
Résultat void

OnDragStartedEvent() public méthode

public OnDragStartedEvent ( DragStartedEvent evt ) : void
evt DragStartedEvent
Résultat void

UnityOnDisable() protected méthode

protected UnityOnDisable ( ) : void
Résultat void

UnityOnEnable() protected méthode

protected UnityOnEnable ( ) : void
Résultat void