Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Assets
Characters
AiScripts
States
TradeState
C# Class Assets.Characters.AiScripts.States.TradeState
Inheritance:
IState
Mostrar archivo
Open project: veselin-/Team4BabelGame
Public Methods
Method
Description
ExecuteState
( ) :
void
IsDoneExecuting
( ) :
bool
TradeState
(
NavMeshAgent
agent
,
NavMeshAgent
otherAgent
) :
Assets.Core.Configuration
Method Details
ExecuteState()
public
method
public
ExecuteState
( ) :
void
return
void
IsDoneExecuting()
public
method
public
IsDoneExecuting
( ) :
bool
return
bool
TradeState()
public
method
public
TradeState
(
NavMeshAgent
agent
,
NavMeshAgent
otherAgent
) :
Assets.Core.Configuration
agent
UnityEngine.NavMeshAgent
otherAgent
UnityEngine.NavMeshAgent
return
Assets.Core.Configuration