Skip to content

AudioClip bindings

SDraw edited this page Jun 14, 2023 · 4 revisions

Refer to Unity's AudioClip documentation for properties and methods description.

Properties

  • ambisonic: get, boolean
  • channels: get, integer
  • frequency: get, integer
  • length: get, float
  • loadInBackground: get, boolean
  • loadState: get, string as enum
  • loadType: get, string as enum
  • preloadAudioData: get, boolean
  • samples: get, integer

Utility functions

  • bool IsAudioClip(object obj): checks if value is type of AudioClip.

Notes

  • Inherits properties and methods from Object.