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 e28ac73 commit c30063aCopy full SHA for c30063a
content/en-us/reference/engine/enums/RollOffMode.yaml
@@ -43,8 +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 (`Class.Sound.RollOffMinDistance`/`distance`)*`LinearSquare`,
47
- where `distance` is the `Datatype.Vector3.Magnitude` between the audio source and the audio listener.
+ This is done by taking the lesser of `Inverse` and `LinearSquare`.
48
value: 3
49
tags: []
50
deprecation_message: ''
0 commit comments