Version: 2017.1

AudioVelocityUpdateMode

enumeration

매뉴얼로 전환

설명

Describes when an AudioSource or AudioListener is updated.

변수

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