C# Class Assets.Characters.AiScripts.States.FollowThisState

Inheritance: IState
Afficher le fichier Open project: veselin-/Team4BabelGame

Méthodes publiques

Méthode Description
ExecuteState ( ) : void
FollowThisState ( NavMeshAgent agent, GameObject itemToFollow ) : UnityEngine
IsDoneExecuting ( ) : bool

Method Details

ExecuteState() public méthode

public ExecuteState ( ) : void
Résultat void

FollowThisState() public méthode

public FollowThisState ( NavMeshAgent agent, GameObject itemToFollow ) : UnityEngine
agent UnityEngine.NavMeshAgent
itemToFollow UnityEngine.GameObject
Résultat UnityEngine

IsDoneExecuting() public méthode

public IsDoneExecuting ( ) : bool
Résultat bool