OLD_STEP_LIST_EDITOR |
Documentation for the Unity C# Library
|
Stop function of cyclically launching the method after some time specified in the steplist. 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=null, Action onStepSkipped=null) |
Events | |
Action | OnFunctionFinished |
Stop function of cyclically launching the method after some time specified in the steplist.
Definition at line 11 of file StopTimer.cs.
|
inline |
Called to end current step and start a next one.
Implements PixoVR.Event.IStep.
Definition at line 26 of file StopTimer.cs.
|
inline |
Implements PixoVR.Event.IStep.
Definition at line 14 of file StopTimer.cs.
Action PixoVR.Event.StopTimer.OnFunctionFinished |
Definition at line 13 of file StopTimer.cs.