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

Change general fxs volume function. More...

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

Public Member Functions

 SetFxVolume ()
 
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
 

Private Attributes

readonly AudioService _audioService
 

Detailed Description

Change general fxs volume function.

Definition at line 13 of file SetFxVolume.cs.

Constructor & Destructor Documentation

◆ SetFxVolume()

PixoVR.Event.SetFxVolume.SetFxVolume ( )
inline

Definition at line 19 of file SetFxVolume.cs.

Member Function Documentation

◆ FunctionFinished()

void PixoVR.Event.SetFxVolume.FunctionFinished ( )
inline

Called to end current step and start a next one.

Implements PixoVR.Event.IStep.

Definition at line 59 of file SetFxVolume.cs.

Here is the caller graph for this function:

◆ StartStep()

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

Implements PixoVR.Event.IStep.

Definition at line 24 of file SetFxVolume.cs.

Here is the call graph for this function:

Member Data Documentation

◆ _audioService

readonly AudioService PixoVR.Event.SetFxVolume._audioService
private

Definition at line 15 of file SetFxVolume.cs.

Event Documentation

◆ OnFunctionFinished

Action PixoVR.Event.SetFxVolume.OnFunctionFinished

Definition at line 17 of file SetFxVolume.cs.


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