Method WithPresentRW
WithPresentRW<T1>()
Specify all read-write component types that must be present, whether or not they are enabled on matching entities.
Declaration
public SystemAPIQueryBuilder WithPresentRW<T1>()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
Name | Description |
---|---|
T1 | Mandatory component |
WithPresentRW<T1, T2>()
Specify all read-write component types that must be present, whether or not they are enabled on matching entities.
Declaration
public SystemAPIQueryBuilder WithPresentRW<T1, T2>()
Returns
Type | Description |
---|---|
SystemAPIQueryBuilder | This query builder object, to allow chaining multiple method calls. |
Type Parameters
Name | Description |
---|---|
T1 | Mandatory component |
T2 | Mandatory component |