OLD_STEP_LIST_EDITOR |
Documentation for the Unity C# Library
|
Function of waiting for the player to teleport to a position. More...
Public Member Functions | |
void | FunctionFinished () |
Called to end current step and start a next one. | |
void | StartStep (StepItem stepItem, StepFunction function, List< InteractableClass > interactables, Action onStepSkipped=null) |
Events | |
Action | OnFunctionFinished |
Function of waiting for the player to teleport to a position.
Definition at line 11 of file TeleportToPosition.cs.
|
inline |
Called to end current step and start a next one.
Implements PixoVR.Event.IStep.
Definition at line 23 of file TeleportToPosition.cs.
|
inline |
Implements PixoVR.Event.IStep.
Definition at line 15 of file TeleportToPosition.cs.
Action PixoVR.Event.TeleportToPosition.OnFunctionFinished |
Definition at line 13 of file TeleportToPosition.cs.