C# Class GameMachine.WaypointRoute

Inheritance: UnityEngine.MonoBehaviour
Mostra file 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