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