Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
CharacterMoveNavMesh
C# Class CharacterMoveNavMesh, 006762
Inheritance:
MonoBehaviour
显示文件
Open project: gilbutITbook/006762
Public Properties
Property
Type
Description
agent
NavMeshAgent
Public Methods
Method
Description
SetDestination
(
Vector3
destination
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
SetDestination()
public
method
public
SetDestination
(
Vector3
destination
) :
void
destination
Vector3
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
agent
public_oe property
public
NavMeshAgent
agent
return
NavMeshAgent