Version: 2017.1

AudioVelocityUpdateMode

enumeration

切换到手册

描述

描述更新 AudioSourceAudioListener 的时间。

变量

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.