Method WithIncludeAll
WithIncludeAll()
This sets the options IncludeDisabled and EntityQueryOptions.IncludePrefab so that Entities with Disabled or Prefab components will not be hidden from the query.
Declaration
public EntityQueryBuilder WithIncludeAll()
Returns
| Type | Description |
|---|---|
| EntityQueryBuilder |