C# Class Troop, ES2015F

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

Public Properties

Property Type Description
FocusedUnit GameObject,

Public Methods

Method Description
Troop ( ) : System
Troop ( List units ) : System
focusNext ( ) : void
hasMovableUnits ( ) : bool

Method Details

Troop() public method

public Troop ( ) : System
return System

Troop() public method

public Troop ( List units ) : System
units List
return System

focusNext() public method

public focusNext ( ) : void
return void

hasMovableUnits() public method

public hasMovableUnits ( ) : bool
return bool

Property Details

FocusedUnit public_oe property

public GameObject, FocusedUnit
return GameObject,