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

Next function execution delay in seconds function. More...

Inheritance diagram for PixoVR.Event.Delay:
[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=null, Action onStepSkipped=null)
 

Events

Action OnFunctionFinished
 

Private Member Functions

async void DelayInvoke (int delayInSeconds)
 

Detailed Description

Next function execution delay in seconds function.

Definition at line 12 of file Delay.cs.

Member Function Documentation

◆ DelayInvoke()

async void PixoVR.Event.Delay.DelayInvoke ( int delayInSeconds)
inlineprivate

Definition at line 29 of file Delay.cs.

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

◆ FunctionFinished()

void PixoVR.Event.Delay.FunctionFinished ( )
inline

Called to end current step and start a next one.

Implements PixoVR.Event.IStep.

Definition at line 35 of file Delay.cs.

Here is the caller graph for this function:

◆ StartStep()

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

Implements PixoVR.Event.IStep.

Definition at line 16 of file Delay.cs.

Here is the call graph for this function:

Event Documentation

◆ OnFunctionFinished

Action PixoVR.Event.Delay.OnFunctionFinished

Definition at line 14 of file Delay.cs.


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