AudioVelocityUpdateMode
Describes when an AudioSource or AudioListener is updated.
Elements
Element | Description |
---|---|
AudioVelocityUpdateMode.Auto | Updates the source or listener in the FixedUpdate loop if it is attached to a Rigidbody, dynamic Update otherwise. |
AudioVelocityUpdateMode.Dynamic | Updates the source or listener in the dynamic Update loop. |
AudioVelocityUpdateMode.Fixed | Updates the source or listener in the FixedUpdate loop. |