C# Class TeamLeader, PathfindingToolUnity

Inheritance: System.Web.UI.MasterPage
Afficher le fichier Open project: benjaml/PathfindingToolUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
Death bool
Patrol bool
Search bool
_agentList List

Méthodes publiques

Méthode Description
CheckDeathF ( ) : bool
CheckKillF ( ) : bool
IdleF ( ) : void
PatrolF ( ) : bool
RegroupF ( ) : bool
SearchF ( ) : void
Start ( ) : void
Update ( ) : void
isDead ( ) : IEnumerator

Method Details

CheckDeathF() public méthode

public CheckDeathF ( ) : bool
Résultat bool

CheckKillF() public méthode

public CheckKillF ( ) : bool
Résultat bool

IdleF() public méthode

public IdleF ( ) : void
Résultat void

PatrolF() public méthode

public PatrolF ( ) : bool
Résultat bool

RegroupF() public méthode

public RegroupF ( ) : bool
Résultat bool

SearchF() public méthode

public SearchF ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

isDead() public méthode

public isDead ( ) : IEnumerator
Résultat IEnumerator

Property Details

Death public_oe property

public bool Death
Résultat bool

Patrol public_oe property

public bool Patrol
Résultat bool

Search public_oe property

public bool Search
Résultat bool

_agentList public_oe property

public List _agentList
Résultat List