C# Class MyAgentChefBenoitV, PathfindingToolUnity

Inheritance: MonoBehaviour
Afficher le fichier Open project: benjaml/PathfindingToolUnity

Méthodes publiques

Свойство Type Description
death bool
itsSecure bool
patrol bool

Méthodes publiques

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

Private Methods

Méthode Description
CanMove ( ) : bool
CanPatrol ( ) : bool
Death ( ) : bool
Stop ( ) : bool

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

death public_oe property

public bool death
Résultat bool

itsSecure public_oe property

public bool itsSecure
Résultat bool

patrol public_oe property

public bool patrol
Résultat bool