Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Event.NearWaypoint Class Reference
Inheritance diagram for PixoVR.Event.NearWaypoint:
[legend]

Public Member Functions

void CheckNearestPoint ()
 

Private Member Functions

void Awake ()
 
void OnEnable ()
 
void RespawntoWaypoint (int index)
 

Private Attributes

Transform _cameraTransform
 
GameObject[] waypoints
 [SerializeField]
 

Detailed Description

Definition at line 11 of file NearWaypoint.cs.

Member Function Documentation

◆ Awake()

void PixoVR.Event.NearWaypoint.Awake ( )
inlineprivate

Definition at line 19 of file NearWaypoint.cs.

◆ CheckNearestPoint()

void PixoVR.Event.NearWaypoint.CheckNearestPoint ( )
inline

Definition at line 29 of file NearWaypoint.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ OnEnable()

void PixoVR.Event.NearWaypoint.OnEnable ( )
inlineprivate

Definition at line 24 of file NearWaypoint.cs.

◆ RespawntoWaypoint()

void PixoVR.Event.NearWaypoint.RespawntoWaypoint ( int index)
inlineprivate

Definition at line 45 of file NearWaypoint.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ _cameraTransform

Transform PixoVR.Event.NearWaypoint._cameraTransform
private

Definition at line 17 of file NearWaypoint.cs.

◆ waypoints

GameObject [] PixoVR.Event.NearWaypoint.waypoints
privateSerializeField

[SerializeField]

Definition at line 16 of file NearWaypoint.cs.


The documentation for this class was generated from the following file: