Enum EntityQueryOptions
The bit flags to use for the Options field.
Namespace: Unity.Entities
Syntax
[Flags]
public enum EntityQueryOptions
Fields
Name | Description |
---|---|
Default | No options specified. |
FilterWriteGroup | The query filters selected entities based on the WriteGroupAttribute settings of the components specified in the query description. |
IncludeDisabled | The query does not exclude the special Disabled component. |
IncludePrefab | The query does not exclude the special Prefab component. |