dot big bang

Developer API
Menu

Enumeration SoundDistanceModel

All
  • Public
  • Public/Protected
  • All

Index

Enumeration members

Enumeration members

Exponential

Exponential: = "EXPONENTIAL"

Sound attenuates exponentially as it moves farther from the listener.

Inverse

Inverse: = "INVERSE"

Sound attenuates in inverse proportion to its distance from the listener.

Linear

Linear: = "LINEAR"

Sound attenuates in proportion to its distance from the listener.