OLD_STEP_LIST_EDITOR |
Documentation for the Unity C# Library
|
Basic interface of functions. (Please note that iStep is a wrong name) 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 |
Basic interface of functions. (Please note that iStep is a wrong name)
void PixoVR.Event.IStep.FunctionFinished | ( | ) |
Called to end current step and start a next one.
Implemented in PixoVR.Event.ActivateAndHighlight, PixoVR.Event.ActivateAndHighlightOnSelection, PixoVR.Event.ActivateObject, PixoVR.Event.CheckAlreadyInspection, PixoVR.Event.DeactivateAndHighlightOff, PixoVR.Event.DeactivateObject, PixoVR.Event.Delay, PixoVR.Event.GenerateBreakdown, PixoVR.Event.GrableOrInteractObject, PixoVR.Event.HideModel, PixoVR.Event.HighlightObject, PixoVR.Event.HighlightOnSelection, PixoVR.Event.OpenInspectionMenuForItem, PixoVR.Event.OpenTheDoor, PixoVR.Event.PlayVoiceOver, PixoVR.Event.PrepareInspectionReport, PixoVR.Event.SetAdditionalParamsForItem, PixoVR.Event.SetDefaultStateForItem, PixoVR.Event.SetFxVolume, PixoVR.Event.SetTimer, PixoVR.Event.SetVoiceOverVolume, PixoVR.Event.ShowModel, PixoVR.Event.StartPlayAnimation, PixoVR.Event.StartReverseAnimation, PixoVR.Event.StopTimer, PixoVR.Event.TeleportToPosition, PixoVR.Event.TransitToScene, PixoVR.Event.TurnOffHighlightObject, PixoVR.Event.TurnOffObjects, PixoVR.Event.TurnOnObjects, and PixoVR.Event.WaitingForChoice.
void PixoVR.Event.IStep.StartStep | ( | StepItem | stepItem, |
StepFunction | function, | ||
List< InteractableClass > | interactables = null, | ||
Action | onStepSkipped = null ) |
Implemented in PixoVR.Event.ActivateAndHighlight, PixoVR.Event.ActivateObject, PixoVR.Event.CheckAlreadyInspection, PixoVR.Event.HighlightObject, PixoVR.Event.PlayVoiceOver, PixoVR.Event.TeleportToPosition, PixoVR.Event.TransitToScene, PixoVR.Event.TurnOffObjects, PixoVR.Event.TurnOnObjects, PixoVR.Event.ActivateAndHighlightOnSelection, PixoVR.Event.DeactivateAndHighlightOff, PixoVR.Event.DeactivateObject, PixoVR.Event.Delay, PixoVR.Event.GenerateBreakdown, PixoVR.Event.GrableOrInteractObject, PixoVR.Event.HideModel, PixoVR.Event.HighlightOnSelection, PixoVR.Event.OpenInspectionMenuForItem, PixoVR.Event.OpenTheDoor, PixoVR.Event.PrepareInspectionReport, PixoVR.Event.SetAdditionalParamsForItem, PixoVR.Event.SetDefaultStateForItem, PixoVR.Event.SetFxVolume, PixoVR.Event.SetTimer, PixoVR.Event.SetVoiceOverVolume, PixoVR.Event.ShowModel, PixoVR.Event.StartPlayAnimation, PixoVR.Event.StartReverseAnimation, PixoVR.Event.StopTimer, PixoVR.Event.TurnOffHighlightObject, and PixoVR.Event.WaitingForChoice.