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