Enum QueryState
The state of a proxy query.
Namespace: Unity.MARS.Query
Syntax
public enum QueryState : int
Fields
| Name | Description | Value |
|---|---|---|
| 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. |