Method WithSharedComponentFilter
WithSharedComponentFilter<TSharedComponent1>(TSharedComponent1)
Only select chunks that have a specified value for a shared component.
Declaration
public QueryEnumerableWithEntity<T1, T2, T3, T4, T5, T6> WithSharedComponentFilter<TSharedComponent1>(TSharedComponent1 sharedComponent) where TSharedComponent1 : struct, ISharedComponentDataParameters
| Type | Name | Description | 
|---|---|---|
| TSharedComponent1 | sharedComponent | The value of  | 
Returns
| Type | Description | 
|---|---|
| QueryEnumerableWithEntity<T1, T2, T3, T4, T5, T6> | QueryEnumerableWithEntity, which allows enumerating over all Aspects, RefRO, RefRW, components, EnabledRefRO, EnabledRefRW and entities that match the constructed Query. | 
Type Parameters
| Name | Description | 
|---|---|
| TSharedComponent1 | The shared component type | 
WithSharedComponentFilter<TSharedComponent1, TSharedComponent2>(TSharedComponent1, TSharedComponent2)
Only select chunks that have a specified value for a shared component.
Declaration
public QueryEnumerableWithEntity<T1, T2, T3, T4, T5, T6> WithSharedComponentFilter<TSharedComponent1, TSharedComponent2>(TSharedComponent1 sharedComponent1, TSharedComponent2 sharedComponent2) where TSharedComponent1 : struct, ISharedComponentData where TSharedComponent2 : struct, ISharedComponentDataParameters
| Type | Name | Description | 
|---|---|---|
| TSharedComponent1 | sharedComponent1 | The value of  | 
| TSharedComponent2 | sharedComponent2 | The value of  | 
Returns
| Type | Description | 
|---|---|
| QueryEnumerableWithEntity<T1, T2, T3, T4, T5, T6> | QueryEnumerableWithEntity, which allows enumerating over all Aspects, RefRO, RefRW, components, EnabledRefRO, EnabledRefRW and entities that match the constructed Query. | 
Type Parameters
| Name | Description | 
|---|---|
| TSharedComponent1 | The first shared component type | 
| TSharedComponent2 | The second shared component type |