Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseValue 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. |
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. |