Method Validate
Validate()
Run consistency checks on a query description, and throw an exception if validation fails.
Declaration
[Conditional("ENABLE_UNITY_COLLECTIONS_CHECKS")]
[Conditional("UNITY_DOTS_DEBUG")]
public void Validate()
Exceptions
Type | Condition |
---|---|
EntityQueryDescValidationException | Thrown if the query fails validation. The exception message provides additional details. |