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

Voice over play function. More...

Inheritance diagram for PixoVR.Event.PlayVoiceOver:
[legend]

Public Member Functions

 PlayVoiceOver ()
 
void FunctionFinished ()
 Called to end current step and start a next one.
 
void StartStep (StepItem stepItem, StepFunction function, List< InteractableClass > interactables, Action onStepSkipped=null)
 

Events

Action OnFunctionFinished
 

Private Attributes

readonly AudioService _audioService
 

Detailed Description

Voice over play function.

Definition at line 12 of file PlayVoiceOver.cs.

Constructor & Destructor Documentation

◆ PlayVoiceOver()

PixoVR.Event.PlayVoiceOver.PlayVoiceOver ( )
inline

Definition at line 18 of file PlayVoiceOver.cs.

Member Function Documentation

◆ FunctionFinished()

void PixoVR.Event.PlayVoiceOver.FunctionFinished ( )
inline

Called to end current step and start a next one.

Implements PixoVR.Event.IStep.

Definition at line 73 of file PlayVoiceOver.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ StartStep()

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

Implements PixoVR.Event.IStep.

Definition at line 23 of file PlayVoiceOver.cs.

Here is the call graph for this function:

Member Data Documentation

◆ _audioService

readonly AudioService PixoVR.Event.PlayVoiceOver._audioService
private

Definition at line 16 of file PlayVoiceOver.cs.

Event Documentation

◆ OnFunctionFinished

Action PixoVR.Event.PlayVoiceOver.OnFunctionFinished

Definition at line 14 of file PlayVoiceOver.cs.


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