AudioVelocityUpdateMode
enumeration
Description 描述
Describes when an
AudioSource
or
AudioListener
is updated.
Properties 属性
Auto
Updates the source or listener in the FixedUpdate loop if it is attached to a Rigidbody, dynamic Update otherwise.
Fixed
Updates the source or listener in the FixedUpdate loop.
Dynamic
Updates the source or listener in the dynamic Update loop.