Method WithEntityAccess
WithEntityAccess()
Invoke this method if you wish to retrieve a tuple with an Entity parameter, thus giving you direct access to an entity.
Declaration
public QueryEnumerableWithEntity<T1, T2, T3, T4> WithEntityAccess()Returns
| Type | Description | 
|---|---|
| QueryEnumerableWithEntity<T1, T2, T3, T4> | QueryEnumerableWithEntity, which allows enumerating over all Aspects, RefRO, RefRW, EnabledRefRO and EnabledRefRW components as well as entities that match the constructed Query. |