Struct ContentLocationService.LocationStatus
The status of resolving a location. When the state is completed, the location field will contain the resolved location.
Namespace: Unity.Entities.Content
Assembly: solution.dll
Syntax
public struct ContentLocationService.LocationStatus
Fields
Name | Description |
---|---|
Location | The resolved location. This is only valid when the State is Complete. |
State | The current state. |