Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AudioVelocityUpdateMode

Description

Describes when an AudioSource or AudioListener is updated.

Variables

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.