C# Class AudioMixerScript, BattleOfTheClasses

Inheritance: MonoBehaviour
Afficher le fichier Open project: Vyxia/BattleOfTheClasses

Méthodes publiques

Свойство Type Description
MasterMixer AudioMixer

Méthodes publiques

Méthode 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 méthode

public SetALevel ( float ALevel ) : void
ALevel float
Résultat void

SetBLevel() public méthode

public SetBLevel ( float BLevel ) : void
BLevel float
Résultat void

SetCLevel() public méthode

public SetCLevel ( float CLevel ) : void
CLevel float
Résultat void

SetDLevel() public méthode

public SetDLevel ( float DLevel ) : void
DLevel float
Résultat void

SetMasterLevel() public méthode

public SetMasterLevel ( float MasterLevel ) : void
MasterLevel float
Résultat void

Property Details

MasterMixer public_oe property

public AudioMixer MasterMixer
Résultat AudioMixer