Enum ContentLocationService.ResolvingState
State of resolving a location
Namespace: Unity.Entities.Content
Syntax
public enum ResolvingState
Fields
| Name | Description | Value |
|---|---|---|
| None | The location resolving process has not begun. |
0 |
| Resolving | The location is currently resolving. |
1 |
| Complete | The location has been resolved and is ready. |
2 |
| Failed | The location failed to resolve. |
3 |