enumeration
Value describing the current load state of the audio data associated with an AudioClip.
该值描述与当前音频剪辑有关的音频数据加载状态。
Unloaded | Value returned by AudioClip.loadState for an AudioClip that has no audio data loaded and where loading has not been initiated yet. 在音频剪辑还未加载音频数据和加载还未发起时,返回音频剪辑的加载状态(即AudioClip.loadState)。 |
Loading | Value returned by AudioClip.loadState for an AudioClip that is currently loading audio data. 返回当前正在加载的音频数据的音频剪辑加载状态。 |
Loaded | Value returned by AudioClip.loadState for an AudioClip that has succeeded loading its audio data. 返回音频剪辑加载成功后的音频剪辑状态。 |
Failed | Value returned by AudioClip.loadState for an AudioClip that has failed loading its audio data. 返回音频剪辑加载失败后的音频剪辑加载状态。 |