Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Event.TurnOnObjects Class Reference

TurnOnOff (On) method call function. This is often used to include the initial state of an object. More...

Inheritance diagram for PixoVR.Event.TurnOnObjects:
[legend]

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
 

Detailed Description

TurnOnOff (On) method call function. This is often used to include the initial state of an object.

Definition at line 11 of file TurnOnObjects.cs.

Member Function Documentation

◆ FunctionFinished()

void PixoVR.Event.TurnOnObjects.FunctionFinished ( )
inline

Called to end current step and start a next one.

Implements PixoVR.Event.IStep.

Definition at line 24 of file TurnOnObjects.cs.

Here is the caller graph for this function:

◆ StartStep()

void PixoVR.Event.TurnOnObjects.StartStep ( StepItem stepItem,
StepFunction function,
List< InteractableClass > interactables,
Action onStepSkipped = null )
inline

Implements PixoVR.Event.IStep.

Definition at line 14 of file TurnOnObjects.cs.

Here is the call graph for this function:

Event Documentation

◆ OnFunctionFinished

Action PixoVR.Event.TurnOnObjects.OnFunctionFinished

Definition at line 13 of file TurnOnObjects.cs.


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