type not types |
m 989onan moved page AudioRolloffMode to Type:AudioRolloffMode: type please |
(No difference)
|
Latest revision as of 18:22, 16 January 2024
AudioRolloffMode is an Enum used in many audio processing components (such as AudioOutput) and ProtoFlux nodes and refers to how the audio's volume decreases as you move away from it spatially.
Possible Values
Value | Description | Numeric Value |
---|---|---|
Logarithmic | As you move away, the audio will roll off with a Logarithmic Curve. | 0 |
Linear | As you move away, the audio will roll off with a Linear Curve. | 1 |