C# Class VolumeMenu

Inheritance: MonoBehaviour
Mostra file Open project: LilTsubaki/Les-fragments-d-Erule

Public Properties

Property Type Description
_mixer AudioMixer

Public Methods

Method Description
SetEnvironmentLvl ( float lvl ) : void
SetInterfaceLvl ( float lvl ) : void
SetMasterLvl ( float lvl ) : void
SetMusicLvl ( float lvl ) : void
SetSpellEffectsLvl ( float lvl ) : void
SetVoiceLvl ( float lvl ) : void

Method Details

SetEnvironmentLvl() public method

public SetEnvironmentLvl ( float lvl ) : void
lvl float
return void

SetInterfaceLvl() public method

public SetInterfaceLvl ( float lvl ) : void
lvl float
return void

SetMasterLvl() public method

public SetMasterLvl ( float lvl ) : void
lvl float
return void

SetMusicLvl() public method

public SetMusicLvl ( float lvl ) : void
lvl float
return void

SetSpellEffectsLvl() public method

public SetSpellEffectsLvl ( float lvl ) : void
lvl float
return void

SetVoiceLvl() public method

public SetVoiceLvl ( float lvl ) : void
lvl float
return void

Property Details

_mixer public_oe property

public AudioMixer _mixer
return AudioMixer