프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_CurrentSpeakerMode | AudioSpeakerMode |
메소드 | 설명 | |
---|---|---|
ChangeVolume ( float newVolume, string tagToBeChanged ) : void | ||
GetVolume ( string tag ) : float | ||
SetNewAduioSpeakerMode ( AudioSpeakerMode toThis ) : void | ||
UpdateAudioSpeakerMode ( ) : void | ||
getInstance ( ) : SoundControl, |
메소드 | 설명 | |
---|---|---|
LoadVolume ( ) : void | ||
SaveVolume ( ) : void | ||
SoundControl ( ) : UnityEngine |
public ChangeVolume ( float newVolume, string tagToBeChanged ) : void | ||
newVolume | float | |
tagToBeChanged | string | |
리턴 | void |
public SetNewAduioSpeakerMode ( AudioSpeakerMode toThis ) : void | ||
toThis | AudioSpeakerMode | |
리턴 | void |