Property | Type | Description | |
---|---|---|---|
m_CurrentSpeakerMode | AudioSpeakerMode |
Method | Description | |
---|---|---|
ChangeVolume ( float newVolume, string tagToBeChanged ) : void | ||
GetVolume ( string tag ) : float | ||
SetNewAduioSpeakerMode ( AudioSpeakerMode toThis ) : void | ||
UpdateAudioSpeakerMode ( ) : void | ||
getInstance ( ) : SoundControl, |
Method | Description | |
---|---|---|
LoadVolume ( ) : void | ||
SaveVolume ( ) : void | ||
SoundControl ( ) : UnityEngine |
public ChangeVolume ( float newVolume, string tagToBeChanged ) : void | ||
newVolume | float | |
tagToBeChanged | string | |
return | void |
public SetNewAduioSpeakerMode ( AudioSpeakerMode toThis ) : void | ||
toThis | AudioSpeakerMode | |
return | void |
public static getInstance ( ) : SoundControl, | ||
return | SoundControl, |