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

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

Public Methods

Method Description
ExecuteState ( ) : void
InteractWithNearestState ( NavMeshAgent agent, GameObject goal ) : System
InteractWithNearestState ( NavMeshAgent agent, string tag, GameObject pickup ) : System
IsDoneExecuting ( ) : bool

Method Details

ExecuteState() public method

public ExecuteState ( ) : void
return void

InteractWithNearestState() public method

public InteractWithNearestState ( NavMeshAgent agent, GameObject goal ) : System
agent UnityEngine.NavMeshAgent
goal UnityEngine.GameObject
return System

InteractWithNearestState() public method

public InteractWithNearestState ( NavMeshAgent agent, string tag, GameObject pickup ) : System
agent UnityEngine.NavMeshAgent
tag string
pickup UnityEngine.GameObject
return System

IsDoneExecuting() public method

public IsDoneExecuting ( ) : bool
return bool