AudioController.Volume Property

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
The global volume applied to all categories. You change the volume by script and the change will be apply to all playing audios immediately.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public float Volume { get; set; }

Property Value

Type: Single

See Also