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