Struct QueryEnumerable<T1, T2>
An enumeration interface for the entities that match an Entity
Namespace: Unity.Entities
Assembly: Unity.Entities.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 AND enabled. |
With |
Specify all read-only component types that must be present AND enabled. |
With |
Specify all read-only component types that must be present AND enabled. |
With |
Specify optional read-only component types (which must be enabled). |
With |
Specify optional read-only component types (which must be enabled). |
With |
Specify optional read-only component types (which must be enabled). |
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, or present and disabled. |
With |
Specify component types that must be absent, or present and disabled. |
With |
Specify component types that must be absent, or present and disabled. |
With |
Specify your own |
With |
Specify all read-only component types that must be present, whether enabled or disabled. |
With |
Specify all read-only component types that must be present, whether enabled or disabled. |
With |
Specify all read-only component types that must be present, whether enabled or disabled. |
With |
Only select chunks that have a specified value for a managed shared component. |
With |
Only select chunks that have the specified values for two managed shared components. |
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. |