Method WithNone
WithNone<TComponent1>()
Specify component types that must be absent, or present and disabled.
Declaration
public QueryEnumerable<T1, T2, T3, T4, T5> WithNone<TComponent1>()Returns
| Type | Description | 
|---|---|
| QueryEnumerable<T1, T2, T3, T4, T5> | QueryEnumerable, which allows enumerating over all Aspects, RefRO, RefRW, EnabledRefRO and EnabledRefRW components that match the constructed Query. | 
Type Parameters
| Name | Description | 
|---|---|
| TComponent1 | Absent component | 
WithNone<TComponent1, TComponent2>()
Specify component types that must be absent, or present and disabled.
Declaration
public QueryEnumerable<T1, T2, T3, T4, T5> WithNone<TComponent1, TComponent2>()Returns
| Type | Description | 
|---|---|
| QueryEnumerable<T1, T2, T3, T4, T5> | QueryEnumerable, which allows enumerating over all Aspects, RefRO, RefRW, EnabledRefRO and EnabledRefRW components that match the constructed Query. | 
Type Parameters
| Name | Description | 
|---|---|
| TComponent1 | Absent component | 
| TComponent2 | Absent component | 
WithNone<TComponent1, TComponent2, TComponent3>()
Specify component types that must be absent, or present and disabled.
Declaration
public QueryEnumerable<T1, T2, T3, T4, T5> WithNone<TComponent1, TComponent2, TComponent3>()Returns
| Type | Description | 
|---|---|
| QueryEnumerable<T1, T2, T3, T4, T5> | QueryEnumerable, which allows enumerating over all Aspects, RefRO, RefRW, EnabledRefRO and EnabledRefRW components that match the constructed Query. | 
Type Parameters
| Name | Description | 
|---|---|
| TComponent1 | Absent component | 
| TComponent2 | Absent component | 
| TComponent3 | Absent component |