Enum ObjectLoadingStatus
Loading status for requests.
Namespace: Unity.Entities.Content
Syntax
public enum ObjectLoadingStatus
Fields
| Name | Description | Value |
|---|---|---|
| None | The requested runtime id was not found and has not started loading. |
0 |
| Queued | The requested id has enterd the queue to be loaded. |
1 |
| Loading | The requested runtime id has started loading, but is still active. |
2 |
| Completed | The requested runtime id has completed loading successfully. |
3 |
| Error | There was an error encountered when attempting to load. |
4 |