Version: 2022.3
言語: 日本語

AudioVelocityUpdateMode

enumeration

マニュアルに切り替える

説明

AudioSourceAudioListener での、更新タイミングについて設定します。

変数

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