AudioVelocityUpdateMode Manual     Reference     Scripting  
Scripting > Enumerations > AudioVelocityUpdateMode
AudioVelocityUpdateMode Enumeration

Describes when an AudioSource or AudioListener is updated.

Values
Auto

Updates the source or listener in the fixed update loop if it is attached to a Rigidbody, dynamic otherwise.

Fixed

Updates the source or listener in the fixed update loop.

Dynamic

Updates the source or listener in the dynamic update loop.