Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AudioVelocityUpdateMode

enumeration

Description

Describes when an AudioSource or AudioListener is updated.

Properties

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.