C# Class WayPointNavigator

Inheritance: MonoBehaviour
Afficher le fichier Open project: cronkite-asu/VRoggingTemplate Class Usage Examples

Méthodes publiques

Свойство Type Description
moveSpeed float

Protected Properties

Свойство Type Description
CurrentDetailPoint GameObject
CurrentWaypoint GameObject
CurrentWaypointMarker GameObject
PlayerCameras GameObject
PlayerController CharacterController
cameraYMoveSpeed float
doMove bool
targetPos Vector3
targetY float

Méthodes publiques

Méthode Description
IsCurrentDetailPoint ( GameObject go ) : bool
IsCurrentWaypoint ( GameObject go ) : bool
MoveToDetailPoint ( Vector3 tPos, GameObject cDP ) : void
MoveToWayPoint ( BaseEventData data ) : void
Start ( ) : void
Update ( ) : void

Method Details

IsCurrentDetailPoint() public méthode

public IsCurrentDetailPoint ( GameObject go ) : bool
go GameObject
Résultat bool

IsCurrentWaypoint() public méthode

public IsCurrentWaypoint ( GameObject go ) : bool
go GameObject
Résultat bool

MoveToDetailPoint() public méthode

public MoveToDetailPoint ( Vector3 tPos, GameObject cDP ) : void
tPos Vector3
cDP GameObject
Résultat void

MoveToWayPoint() public méthode

public MoveToWayPoint ( BaseEventData data ) : void
data BaseEventData
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

CurrentDetailPoint protected_oe property

protected GameObject CurrentDetailPoint
Résultat GameObject

CurrentWaypoint protected_oe property

protected GameObject CurrentWaypoint
Résultat GameObject

CurrentWaypointMarker protected_oe property

protected GameObject CurrentWaypointMarker
Résultat GameObject

PlayerCameras protected_oe property

protected GameObject PlayerCameras
Résultat GameObject

PlayerController protected_oe property

protected CharacterController PlayerController
Résultat CharacterController

cameraYMoveSpeed protected_oe property

protected float cameraYMoveSpeed
Résultat float

doMove protected_oe property

protected bool doMove
Résultat bool

moveSpeed public_oe property

public float moveSpeed
Résultat float

targetPos protected_oe property

protected Vector3 targetPos
Résultat Vector3

targetY protected_oe property

protected float targetY
Résultat float