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