Signature_T1_.md

November 22, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS

Signature Struct

A Signature to create a query using Query<T1>(Signature<T1>) with one component.

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

Type parameters

T1

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

Contents

  1. 0.1Friflo.Engine.ECS
  2. 1Signature Struct