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

Inheritance: IState
Show file Open project: veselin-/Team4BabelGame

Public Methods

Method Description
ExecuteState ( ) : void
FollowThisState ( NavMeshAgent agent, GameObject itemToFollow ) : UnityEngine
IsDoneExecuting ( ) : bool

Method Details

ExecuteState() public method

public ExecuteState ( ) : void
return void

FollowThisState() public method

public FollowThisState ( NavMeshAgent agent, GameObject itemToFollow ) : UnityEngine
agent UnityEngine.NavMeshAgent
itemToFollow UnityEngine.GameObject
return UnityEngine

IsDoneExecuting() public method

public IsDoneExecuting ( ) : bool
return bool