C# Class AnimalAI, PGP2

Inheritance: MonoBehaviour
Afficher le fichier Open project: theiis/PGP2 Class Usage Examples

Méthodes publiques

Свойство Type Description
hasRunAway bool
isScared bool

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

hasRunAway public_oe property

public bool hasRunAway
Résultat bool

isScared public_oe property

public bool isScared
Résultat bool