C# Class JojoKiller.TeamLeader

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: benjaml/PathfindingToolUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
agents List
doTransitionToPatrol bool
doTransitionToReform bool
doTransitionToRegroup bool
statePatrol StateMachine
uniqueAgent Member

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
checkNeedToReform ( ) : bool
patrol ( ) : bool
reformAction ( ) : void
regroupAction ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

checkNeedToReform() public méthode

public checkNeedToReform ( ) : bool
Résultat bool

patrol() public méthode

public patrol ( ) : bool
Résultat bool

reformAction() public méthode

public reformAction ( ) : void
Résultat void

regroupAction() public méthode

public regroupAction ( ) : void
Résultat void

Property Details

agents public_oe property

public List agents
Résultat List

doTransitionToPatrol public_oe property

public bool doTransitionToPatrol
Résultat bool

doTransitionToReform public_oe property

public bool doTransitionToReform
Résultat bool

doTransitionToRegroup public_oe property

public bool doTransitionToRegroup
Résultat bool

statePatrol public_oe property

public StateMachine,JojoKiller statePatrol
Résultat StateMachine

uniqueAgent public_oe property

public Member uniqueAgent
Résultat Member