Struct QueryEnumerable<T1, T2>
An enumeration interface for the entities that match an Entity
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public struct QueryEnumerable<T1, T2>
Type Parameters
Name | Description |
---|---|
T1 | A component type |
T2 | A component type |
Remarks
This feature is primarily intended as a backend implementation for Query<T1>(). Application code should prefer to use that interface rather than using this type directly.
Methods
Name | Description |
---|---|
Get |
Returns an enumerator over the entities in this query. |
With |
Specify all read-only component types that must NOT be present. |
With |
Specify all read-only component types that must NOT be present. |
With |
Specify all read-only component types that must NOT be present. |
With |
Specify all read-only component types that must be present. |
With |
Specify all read-only component types that must be present. |
With |
Specify all read-only component types that must be present. |
With |
Specify optional read-only component types. |
With |
Specify optional read-only component types. |
With |
Specify optional read-only component types. |
With |
Only select components in chunks in which the specified component might have changed since the last time the system updated. |
With |
Only select components in chunks in which the specified component might have changed since the last time the system updated. |
With |
Specify all read-only component types that must be present AND disabled. |
With |
Specify all read-only component types that must be present AND disabled. |
With |
Specify all read-only component types that must be present AND disabled. |
With |
Invoke this method if you wish to retrieve a tuple with an |
With |
Specify component types that must be absent. |
With |
Specify component types that must be absent. |
With |
Specify component types that must be absent. |
With |
Specify your own |
With |
Only select chunks that have a specified value for a shared component. |
With |
Only select chunks that have the specified values for two shared components. |