C# Class AudioMixerScript, BattleOfTheClasses

Inheritance: MonoBehaviour
Exibir arquivo Open project: Vyxia/BattleOfTheClasses

Public Properties

Property Type Description
MasterMixer AudioMixer

Public Methods

Method Description
SetALevel ( float ALevel ) : void
SetBLevel ( float BLevel ) : void
SetCLevel ( float CLevel ) : void
SetDLevel ( float DLevel ) : void
SetMasterLevel ( float MasterLevel ) : void

Method Details

SetALevel() public method

public SetALevel ( float ALevel ) : void
ALevel float
return void

SetBLevel() public method

public SetBLevel ( float BLevel ) : void
BLevel float
return void

SetCLevel() public method

public SetCLevel ( float CLevel ) : void
CLevel float
return void

SetDLevel() public method

public SetDLevel ( float DLevel ) : void
DLevel float
return void

SetMasterLevel() public method

public SetMasterLevel ( float MasterLevel ) : void
MasterLevel float
return void

Property Details

MasterMixer public_oe property

public AudioMixer MasterMixer
return AudioMixer