AudioVelocityUpdateMode 音频速度更新模式
Enumeration
Describes when an AudioSource or AudioListener is updated.
描述在AudioSource或AudioListener被更新时。
Values值
-
Updates the source or listener in the fixed update loop if it is attached to a Rigidbody, dynamic otherwise.
如果被附加到一个刚体,在FixedUpdate循环更新音频源或监听器,否则动态。 -
Updates the source or listener in the fixed update loop.
在FixedUpdate循环更新音频源或监听器。 -
Updates the source or listener in the dynamic update loop.
在Update循环更新音频源或监听器。
最后修改:2011年5月6日 Friday 13:43