C# Class PlayerActions, hexciter

Inheritance: InControl.PlayerActionSet
Afficher le fichier Open project: pR0Ps/hexciter Class Usage Examples

Méthodes publiques

Méthode Description
Deselect ( ) : void
Destroy ( ) : void
DownAction ( GridPlace, gp ) : void
Flood ( ) : void
UpAction ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
Start ( ) : void
validPlace ( GridPlace gp ) : bool

Method Details

Deselect() public méthode

public Deselect ( ) : void
Résultat void

Destroy() public méthode

public Destroy ( ) : void
Résultat void

DownAction() public méthode

public DownAction ( GridPlace, gp ) : void
gp GridPlace,
Résultat void

Flood() public méthode

public Flood ( ) : void
Résultat void

UpAction() public méthode

public UpAction ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void