VoiceChatDistanceAttenuationType
Enum used for preset distance attenuation curve options in the default voice chat setup.
Items 2
History | Name | Value | Description | |
---|---|---|---|---|
667 | Inverse | 0 | Represents a distance attenuation curve that follows the inverse-squared law. This is identical to the default distance attenuation of an AudioEmitter instance. | |
667 | Legacy | 1 | Represents a linear-squared distance attenuation curve with a minimum
distance of |
Description
Each value in this enum represents a distance attenuation curve that can be used by VoiceChatService when creating the default voice chat setup using AudioDeviceInput and AudioEmitter objects.