Enum QueryState
The state of a proxy query.
Namespace: Unity.MARS.Query
Assembly: Unity.MARS.Interfaces.dll
Syntax
[Flags]
[MovedFrom("Unity.MARS")]
public enum QueryState
Fields
| Name | Description |
|---|---|
| Acquiring | Happens for 1 frame/function call as the proxy moves from |
| Querying | The proxy is looking for a match in the database. |
| Resuming | A match was found previously, was lost, but the proxy is set to auto-recover and thus is querying again. |
| Tracking | The proxy has a match in the database. |
| Unavailable | No query match before time out or a query match was lost and is not set to recover. |
| Unknown | Initial state, query has not yet run. |