C# Class Crosstales.UI.Util.AudioSourceController

Controller for AudioSources.
Inheritance: MonoBehaviour
Afficher le fichier Open project: BananaHemic/gamelodge_unity

Méthodes publiques

Свойство Type Description
PitchText Text
StereoPanText Text

Méthodes publiques

Méthode Description
FindAllAudioSources ( ) : void

Finds all audio sources in the scene.

LoopEnabled ( bool enabled ) : void
MuteEnabled ( bool enabled ) : void
PitchChanged ( float value ) : void
ResetAllAudioSources ( ) : void

Resets all audio sources.

StereoPanChanged ( float value ) : void
Update ( ) : void
VolumeChanged ( float value ) : void

Method Details

FindAllAudioSources() public méthode

Finds all audio sources in the scene.
public FindAllAudioSources ( ) : void
Résultat void

LoopEnabled() public méthode

public LoopEnabled ( bool enabled ) : void
enabled bool
Résultat void

MuteEnabled() public méthode

public MuteEnabled ( bool enabled ) : void
enabled bool
Résultat void

PitchChanged() public méthode

public PitchChanged ( float value ) : void
value float
Résultat void

ResetAllAudioSources() public méthode

Resets all audio sources.
public ResetAllAudioSources ( ) : void
Résultat void

StereoPanChanged() public méthode

public StereoPanChanged ( float value ) : void
value float
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

VolumeChanged() public méthode

public VolumeChanged ( float value ) : void
value float
Résultat void

Property Details

PitchText public_oe property

public Text PitchText
Résultat Text

StereoPanText public_oe property

public Text StereoPanText
Résultat Text