C# Class CitizenAI, ES2015C

Inheritance: MonoBehaviour
Afficher le fichier Open project: jgirald/ES2015C Class Usage Examples

Méthodes publiques

Свойство Type Description
AIState int
advanced bool
autoHarvest bool

Méthodes publiques

Méthode Description
FreeHarvesting ( ) : void
GetFood ( ) : void
GetGold ( ) : void
GetWood ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

FreeHarvesting() public méthode

public FreeHarvesting ( ) : void
Résultat void

GetFood() public méthode

public GetFood ( ) : void
Résultat void

GetGold() public méthode

public GetGold ( ) : void
Résultat void

GetWood() public méthode

public GetWood ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

AIState public_oe property

public int AIState
Résultat int

advanced public_oe property

public bool advanced
Résultat bool

autoHarvest public_oe property

public bool autoHarvest
Résultat bool