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

Inheritance: IState
Datei anzeigen Open project: veselin-/Team4BabelGame

Public Methods

Method Description
ExecuteState ( ) : void
GoSomewhereAndWaitState ( NavMeshAgent navAgent, Vector3 position ) : Assets.Core.NavMesh
IsDoneExecuting ( ) : bool

Method Details

ExecuteState() public method

public ExecuteState ( ) : void
return void

GoSomewhereAndWaitState() public method

public GoSomewhereAndWaitState ( NavMeshAgent navAgent, Vector3 position ) : Assets.Core.NavMesh
navAgent UnityEngine.NavMeshAgent
position UnityEngine.Vector3
return Assets.Core.NavMesh

IsDoneExecuting() public method

public IsDoneExecuting ( ) : bool
return bool