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
FollowThisState
C# Class Assets.Characters.AiScripts.States.FollowThisState
Inheritance:
IState
Datei anzeigen
Open project: veselin-/Team4BabelGame
Public Methods
Method
Description
ExecuteState
( ) :
void
FollowThisState
(
NavMeshAgent
agent
,
GameObject
itemToFollow
) :
UnityEngine
IsDoneExecuting
( ) :
bool
Method Details
ExecuteState()
public
method
public
ExecuteState
( ) :
void
return
void
FollowThisState()
public
method
public
FollowThisState
(
NavMeshAgent
agent
,
GameObject
itemToFollow
) :
UnityEngine
agent
UnityEngine.NavMeshAgent
itemToFollow
UnityEngine.GameObject
return
UnityEngine
IsDoneExecuting()
public
method
public
IsDoneExecuting
( ) :
bool
return
bool