LoadingStatus
The loading status of a ContentFile.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: Unity.Loading
- Assembly: UnityEngine.ContentLoadModule
public enum LoadingStatus
Fields
Value | Description |
|---|---|
| Completed | The ContentFile has loaded successfully. |
| Failed | The ContentFile failed to load. Be sure to still call ContentFile.UnloadAsync to free internal resources. |
| InProgress | The ContentFile is actively loading. |