Skip to main content

AudioVelocityUpdateMode

Describes when an AudioSource or AudioListener is updated.

Elements

ElementDescription
AudioVelocityUpdateMode.AutoUpdates the source or listener in the FixedUpdate loop if it is attached to a Rigidbody, dynamic Update otherwise.
AudioVelocityUpdateMode.DynamicUpdates the source or listener in the dynamic Update loop.
AudioVelocityUpdateMode.FixedUpdates the source or listener in the FixedUpdate loop.