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

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

Public Methods

Method Description
ExecuteState ( ) : void
IsDoneExecuting ( ) : bool
PickupItemState ( NavMeshAgent agent, GameObject item ) : System
PickupItemState ( NavMeshAgent agent, string tag ) : System

Method Details

ExecuteState() public method

public ExecuteState ( ) : void
return void

IsDoneExecuting() public method

public IsDoneExecuting ( ) : bool
return bool

PickupItemState() public method

public PickupItemState ( NavMeshAgent agent, GameObject item ) : System
agent UnityEngine.NavMeshAgent
item UnityEngine.GameObject
return System

PickupItemState() public method

public PickupItemState ( NavMeshAgent agent, string tag ) : System
agent UnityEngine.NavMeshAgent
tag string
return System