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

Function of playing the reverse animation and waiting for it to complete. More...

Inheritance diagram for PixoVR.Event.StartReverseAnimation:
[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 playing the reverse animation and waiting for it to complete.

Definition at line 11 of file StartReverseAnimation.cs.

Member Function Documentation

◆ FunctionFinished()

void PixoVR.Event.StartReverseAnimation.FunctionFinished ( )
inline

Called to end current step and start a next one.

Implements PixoVR.Event.IStep.

Definition at line 28 of file StartReverseAnimation.cs.

Here is the caller graph for this function:

◆ StartStep()

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

Implements PixoVR.Event.IStep.

Definition at line 15 of file StartReverseAnimation.cs.

Here is the call graph for this function:

Event Documentation

◆ OnFunctionFinished

Action PixoVR.Event.StartReverseAnimation.OnFunctionFinished

Definition at line 13 of file StartReverseAnimation.cs.


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