AudioDataLoadState

enumeration

Description

Value describing the current load state of the audio data associated with an AudioClip.

Properties

UnloadedValue returned by AudioClip.loadState for an AudioClip that has no audio data loaded and where loading has not been initiated yet.
LoadingValue returned by AudioClip.loadState for an AudioClip that is currently loading audio data.
LoadedValue returned by AudioClip.loadState for an AudioClip that has succeeded loading its audio data.
FailedValue returned by AudioClip.loadState for an AudioClip that has failed loading its audio data.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答