A Signature to create a query using Query<T1,T2>(Signature<T1,T2>) with two components.
public readonly struct Signature<T1,T2>
where T1 : struct, System.ValueType, System.ValueType
where T2 : struct, System.ValueType, System.ValueType
T1
T2
Properties | |
---|---|
ComponentCount | Gets the number component types of the query signature. |
ComponentTypes | Return the component types of the query signature. |
Methods | |
---|---|
ToString() |