C# Class Troop, ES2015F

The movable, fighting, people that wander around our map
Inheritance: BaseType
Afficher le fichier Open project: jgirald/ES2015F Class Usage Examples

Méthodes publiques

Свойство Type Description
FocusedUnit GameObject,

Méthodes publiques

Méthode Description
Troop ( ) : System
Troop ( List units ) : System
focusNext ( ) : void
hasMovableUnits ( ) : bool

Method Details

Troop() public méthode

public Troop ( ) : System
Résultat System

Troop() public méthode

public Troop ( List units ) : System
units List
Résultat System

focusNext() public méthode

public focusNext ( ) : void
Résultat void

hasMovableUnits() public méthode

public hasMovableUnits ( ) : bool
Résultat bool

Property Details

FocusedUnit public_oe property

public GameObject, FocusedUnit
Résultat GameObject,