AudioOccluder.VolumePassThrough Property

Definition

Percentage of the audio source volume that will be heard after applying occlusion.

public:
 property float VolumePassThrough { float get(); void set(float value); };
public float VolumePassThrough { get; set; }
member this.VolumePassThrough : single with get, set
Public Property VolumePassThrough As Single

Property Value

Single

Remarks

VolumePassThrough is cumulative. It is applied to the current volume of the object at the time the effect is applied.

The VolumePassThrough range is from 0.0 - 1.0 (0-100%), inclusive. The default value is 1.0.

Applies to