Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Assets
Characters
AiScripts
States
GoSomewhereAndWaitState
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