Signature_T1,T2_.md

November 22, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

Signature<T1,T2> Struct

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

Type parameters

T1

T2

Properties
ComponentCountGets the number component types of the query signature.
ComponentTypesReturn the component types of the query signature.
Methods
ToString()