Click or drag to resize

SoundSourceRolloffMode Property

Calculation type of the damping volume depending on the distance from the camera.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Reference<SoundSourceRolloffModeEnum> RolloffMode { get; set; }

Property Value

ReferenceSoundSourceRolloffModeEnum
Remarks
There are three types: Logarithmic, Linear, manually. By using the type Manually programmer can specify attenuation formula as any spline.
See Also