We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c26f6c commit e28ac73Copy full SHA for e28ac73
content/en-us/reference/engine/enums/RollOffMode.yaml
@@ -43,7 +43,7 @@ items:
43
A hybrid model which follows the `Inverse` model when close to
44
`Class.Sound.RollOffMinDistance` and the `LinearSquare` model when close
45
to `Class.Sound.RollOffMaxDistance`.
46
- This is done through `Libraries.math.min`((`Class.Sound.RollOffMinDistance`/`distance`)*`LinearSquare`),
+ This is done through (`Class.Sound.RollOffMinDistance`/`distance`)*`LinearSquare`,
47
where `distance` is the `Datatype.Vector3.Magnitude` between the audio source and the audio listener.
48
value: 3
49
tags: []
0 commit comments