Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
GameMachine
WaypointRoute
C# Class GameMachine.WaypointRoute
Inheritance:
UnityEngine.MonoBehaviour
Exibir arquivo
Open project: gamemachine/gamemachine
Class Usage Examples
Public Properties
Property
Type
Description
showAtRuntime
bool
type
Type
Public Methods
Method
Description
CurrentWaypoint
( ) :
Waypoint
CurrentWaypointIndex
( ) :
int
NextWaypoint
( ) :
Waypoint
Reset
( ) :
void
Start
( ) :
void
Method Details
CurrentWaypoint()
public
method
public
CurrentWaypoint
( ) :
Waypoint
return
Waypoint
CurrentWaypointIndex()
public
method
public
CurrentWaypointIndex
( ) :
int
return
int
NextWaypoint()
public
method
public
NextWaypoint
( ) :
Waypoint
return
Waypoint
Reset()
public
method
public
Reset
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
showAtRuntime
public_oe property
public
bool
showAtRuntime
return
bool
type
public_oe property
public
Type
type
return
Type