AudioVelocityUpdateMode

enumeration

Description

Describes when an AudioSource or AudioListener is updated.

Properties

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

Did you find this page useful? Please give it a rating: