OLD_STEP_LIST_EDITOR |
Documentation for the Unity C# Library
|
Function of generating a random breakdown for an object with a certain probability. 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 |
Function of generating a random breakdown for an object with a certain probability.
Definition at line 11 of file GenerateBreakdown.cs.
|
inline |
Called to end current step and start a next one.
Implements PixoVR.Event.IStep.
Definition at line 36 of file GenerateBreakdown.cs.
|
inline |
Implements PixoVR.Event.IStep.
Definition at line 15 of file GenerateBreakdown.cs.
Action PixoVR.Event.GenerateBreakdown.OnFunctionFinished |
Definition at line 13 of file GenerateBreakdown.cs.