Documentation for the Unity C# Library
Loading...
Searching...
No Matches
EazySoundManagerDemo Class Reference
Inheritance diagram for EazySoundManagerDemo:
[legend]

Public Member Functions

void AudioVolumeChanged (string audioControlIDStr)
 
void GlobalMusicVolumeChanged ()
 
void GlobalSoundVolumeChanged ()
 
void GlobalVolumeChanged ()
 
void Pause (string audioControlIDStr)
 
void PlayMusic1 ()
 
void PlayMusic2 ()
 
void Stop (string audioControlIDStr)
 

Public Attributes

EazySoundDemoAudioControls[] AudioControls
 
Slider globalMusicVolSlider
 
Slider globalSoundVolSlider
 
Slider globalVolSlider
 
GameObject test
 

Private Member Functions

void Update ()
 

Detailed Description

Definition at line 5 of file EazySoundManagerDemo.cs.

Member Function Documentation

◆ AudioVolumeChanged()

void EazySoundManagerDemo.AudioVolumeChanged ( string audioControlIDStr)
inline

Definition at line 107 of file EazySoundManagerDemo.cs.

Here is the call graph for this function:

◆ GlobalMusicVolumeChanged()

void EazySoundManagerDemo.GlobalMusicVolumeChanged ( )
inline

Definition at line 123 of file EazySoundManagerDemo.cs.

◆ GlobalSoundVolumeChanged()

void EazySoundManagerDemo.GlobalSoundVolumeChanged ( )
inline

Definition at line 128 of file EazySoundManagerDemo.cs.

◆ GlobalVolumeChanged()

void EazySoundManagerDemo.GlobalVolumeChanged ( )
inline

Definition at line 118 of file EazySoundManagerDemo.cs.

◆ Pause()

void EazySoundManagerDemo.Pause ( string audioControlIDStr)
inline

Definition at line 91 of file EazySoundManagerDemo.cs.

Here is the call graph for this function:

◆ PlayMusic1()

void EazySoundManagerDemo.PlayMusic1 ( )
inline

Definition at line 53 of file EazySoundManagerDemo.cs.

Here is the call graph for this function:

◆ PlayMusic2()

void EazySoundManagerDemo.PlayMusic2 ( )
inline

Definition at line 72 of file EazySoundManagerDemo.cs.

Here is the call graph for this function:

◆ Stop()

void EazySoundManagerDemo.Stop ( string audioControlIDStr)
inline

Definition at line 99 of file EazySoundManagerDemo.cs.

Here is the call graph for this function:

◆ Update()

void EazySoundManagerDemo.Update ( )
inlineprivate

Definition at line 14 of file EazySoundManagerDemo.cs.

Member Data Documentation

◆ AudioControls

EazySoundDemoAudioControls [] EazySoundManagerDemo.AudioControls

Definition at line 7 of file EazySoundManagerDemo.cs.

◆ globalMusicVolSlider

Slider EazySoundManagerDemo.globalMusicVolSlider

Definition at line 9 of file EazySoundManagerDemo.cs.

◆ globalSoundVolSlider

Slider EazySoundManagerDemo.globalSoundVolSlider

Definition at line 10 of file EazySoundManagerDemo.cs.

◆ globalVolSlider

Slider EazySoundManagerDemo.globalVolSlider

Definition at line 8 of file EazySoundManagerDemo.cs.

◆ test

GameObject EazySoundManagerDemo.test

Definition at line 12 of file EazySoundManagerDemo.cs.


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