Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AudioClipStatus

An enum listing the possible states an audio clip can be in during loading. Used by the AudioClip component to track loading status.

Index

Enumeration members

Enumeration members

LoadError

LoadError: = 3

The clip cannot be loaded in memory.

Loaded

Loaded: = 2

The clip is fuly decoded, loaded in memory, and ready for playback.

Loading

Loading: = 1

The clip has begun loading but is not ready to begin playback.

Unloaded

Unloaded: = 0

The clip is not loaded in memory.

Generated using TypeDoc