C# Class MouseDownState, PocketGodsRPG_Proto

Inheritance: AState
Afficher le fichier Open project: pocket-playlab/PocketGodsRPG_Proto Class Usage Examples

Méthodes publiques

Méthode Description
MouseDownState ( string stateLabel, AStateMachine, stateMachine ) : System.Collections
OnEnter ( ) : void
OnExit ( ) : void
OnUpdate ( ) : void

Method Details

MouseDownState() public méthode

public MouseDownState ( string stateLabel, AStateMachine, stateMachine ) : System.Collections
stateLabel string
stateMachine AStateMachine,
Résultat System.Collections

OnEnter() public méthode

public OnEnter ( ) : void
Résultat void

OnExit() public méthode

public OnExit ( ) : void
Résultat void

OnUpdate() public méthode

public OnUpdate ( ) : void
Résultat void