C# Class SoundControl, Hellbound

Afficher le fichier Open project: Backman/Hellbound Class Usage Examples

Méthodes publiques

Свойство Type Description
m_CurrentSpeakerMode AudioSpeakerMode

Méthodes publiques

Méthode Description
ChangeVolume ( float newVolume, string tagToBeChanged ) : void
GetVolume ( string tag ) : float
SetNewAduioSpeakerMode ( AudioSpeakerMode toThis ) : void
UpdateAudioSpeakerMode ( ) : void
getInstance ( ) : SoundControl,

Private Methods

Méthode Description
LoadVolume ( ) : void
SaveVolume ( ) : void
SoundControl ( ) : UnityEngine

Method Details

ChangeVolume() public méthode

public ChangeVolume ( float newVolume, string tagToBeChanged ) : void
newVolume float
tagToBeChanged string
Résultat void

GetVolume() public méthode

public GetVolume ( string tag ) : float
tag string
Résultat float

SetNewAduioSpeakerMode() public méthode

public SetNewAduioSpeakerMode ( AudioSpeakerMode toThis ) : void
toThis AudioSpeakerMode
Résultat void

UpdateAudioSpeakerMode() public méthode

public UpdateAudioSpeakerMode ( ) : void
Résultat void

getInstance() public static méthode

public static getInstance ( ) : SoundControl,
Résultat SoundControl,

Property Details

m_CurrentSpeakerMode public_oe property

public AudioSpeakerMode m_CurrentSpeakerMode
Résultat AudioSpeakerMode