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

Function of cyclically launching the method after some time specified in the steplist. More...

Inheritance diagram for PixoVR.Event.SetTimer:
[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
 

Detailed Description

Function of cyclically launching the method after some time specified in the steplist.

Definition at line 11 of file SetTimer.cs.

Member Function Documentation

◆ FunctionFinished()

void PixoVR.Event.SetTimer.FunctionFinished ( )
inline

Called to end current step and start a next one.

Implements PixoVR.Event.IStep.

Definition at line 37 of file SetTimer.cs.

Here is the caller graph for this function:

◆ StartStep()

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

Implements PixoVR.Event.IStep.

Definition at line 15 of file SetTimer.cs.

Here is the call graph for this function:

Event Documentation

◆ OnFunctionFinished

Action PixoVR.Event.SetTimer.OnFunctionFinished

Definition at line 13 of file SetTimer.cs.


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