Describes when an AudioSource or AudioListener is updated.
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. |