C# Class U9DragArea, swip3

Inheritance: MonoBehaviour
Afficher le fichier Open project: unit9/swip3

Méthodes publiques

Méthode Description
OnClick ( ) : void
OnDrag ( Vector2 delta ) : void
OnDragged ( DragEventArgs, args ) : void
OnDrop ( ) : void
OnPress ( bool pressed ) : void

Method Details

OnClick() public méthode

public OnClick ( ) : void
Résultat void

OnDrag() public méthode

public OnDrag ( Vector2 delta ) : void
delta Vector2
Résultat void

OnDragged() public méthode

public OnDragged ( DragEventArgs, args ) : void
args DragEventArgs,
Résultat void

OnDrop() public méthode

public OnDrop ( ) : void
Résultat void

OnPress() public méthode

public OnPress ( bool pressed ) : void
pressed bool
Résultat void