Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Event.IStep Interface Reference

Basic interface of functions. (Please note that iStep is a wrong name) More...

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

Basic interface of functions. (Please note that iStep is a wrong name)

Definition at line 9 of file IStep.cs.

Member Function Documentation

◆ FunctionFinished()

◆ StartStep()

Event Documentation

◆ OnFunctionFinished

Action PixoVR.Event.IStep.OnFunctionFinished

Definition at line 11 of file IStep.cs.


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