Format
typescript
AudioClip.loadTypeclass: AudioClip
Description
The loading status of an audio clip.
The loading status represents the loading progress and status of an audio clip in memory.
Parameters
| param_name | type | description |
|---|
Return
| type | description |
|---|---|
AudioClipLoadType | The loading status of an audio clip. |
Code Example
typescript
let audio = Resources.Load<AudioClip>(AudioClip, "audioClipId");
audio.loadType;