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
AgentRobin
C# Class AgentRobin, PathfindingToolUnity
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: benjaml/PathfindingToolUnity
Class Usage Examples
Public Properties
Property
Type
Description
closeEnoughRange
float
road
List
speed
float
target
GameObject
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
UpdateRoad
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
UpdateRoad()
public
method
public
UpdateRoad
( ) :
void
return
void
Property Details
closeEnoughRange
public_oe property
public
float
closeEnoughRange
return
float
road
public_oe property
public
List
road
return
List
speed
public_oe property
public
float
speed
return
float
target
public_oe property
public
GameObject
target
return
GameObject