RollOffMode
How Sounds parented to a BasePart or Attachment attenuate (fade out) as the distance between the listener and the parent increases.
Items 4
History | Name | Value | Description | |
---|---|---|---|---|
220 | Inverse | 0 | Volume attenuates from Sound.RollOffMinDistance in an inverse manner. This option mirrors how sounds attenuate in the real world. | |
220 | Linear | 1 | Volume attenuates between Sound.RollOffMinDistance and Sound.RollOffMaxDistance with a linear relationship. | |
599 | LinearSquare | 2 | Volume attenuates between Sound.RollOffMinDistance and Sound.RollOffMaxDistance with a linear squared relationship. | |
599 | InverseTapered | 3 | A hybrid model which follows the |
Description
Enum which determines how Sounds parented to a BasePart or Attachment attenuate (fade out) as the distance between the listener and the parent increases.
History 7
- 599 Change Index of LinearSquare from 3 to 2
- 599 Change Index of InverseTapered from 2 to 3
- 249 Add LinearSquare
- 249 Add InverseTapered
- 220 Add Linear
- 220 Add Inverse
- 220 Add RollOffMode