Table of Contents

Property Gain

Namespace
Bonsai.Audio
Assembly
Bonsai.Audio.dll

Gain

Gets or sets the volume amplification applied to the audio source. If this property is not set, the gain of the audio source will not be updated.

[Precision(2, 0.01)]
[Range(0, 2147483647)]
public float? Gain { get; set; }

Property Value

float?