C# Class NoInputState, PocketGodsRPG_Proto

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

Méthodes publiques

Méthode Description
AssignGameCamera ( Camera camera ) : void
NoInputState ( string stateLabel, AStateMachine, stateMachine ) : System.Collections
OnEnter ( ) : void
OnExit ( ) : void
OnUpdate ( ) : void

Method Details

AssignGameCamera() public méthode

public AssignGameCamera ( Camera camera ) : void
camera Camera
Résultat void

NoInputState() public méthode

public NoInputState ( 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