Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.49 KB

Signature_T1,T2,T3,T4_.md

File metadata and controls

40 lines (27 loc) · 1.49 KB

Signature<T1,T2,T3,T4> Struct

A Signature to create a query using Query<T1,T2,T3,T4>(Signature<T1,T2,T3,T4>) with four components.

public readonly struct Signature<T1,T2,T3,T4>
    where T1 : struct, System.ValueType, System.ValueType
    where T2 : struct, System.ValueType, System.ValueType
    where T3 : struct, System.ValueType, System.ValueType
    where T4 : struct, System.ValueType, System.ValueType

Type parameters

T1

T2

T3

T4

Properties
ComponentCount Gets the number component types of the query signature.
ComponentTypes Return the component types of the query signature.
Methods
ToString()