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
NymphController
C# Class NymphController, The-Ritual-of-Jesses-House
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: lopalop2/The-Ritual-of-Jesses-House
Public Properties
Property
Type
Description
navMeshAgent
UnityEngine.NavMeshAgent
Public Methods
Method
Description
Awake
( ) :
void
OnTriggerEnter
(
Collider
coll
) :
void
ReturnToExitSpot
( ) :
void
Update
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
OnTriggerEnter()
public
method
public
OnTriggerEnter
(
Collider
coll
) :
void
coll
Collider
return
void
ReturnToExitSpot()
public
method
public
ReturnToExitSpot
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
navMeshAgent
public_oe property
public
NavMeshAgent,UnityEngine
navMeshAgent
return
UnityEngine.NavMeshAgent