ComponentTypes.Get_T1,T2_().md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.ComponentTypes

ComponentTypes.Get<T1,T2>() Method

Create an instance containing the passed IComponent types T1 and T2.

public static Friflo.Engine.ECS.ComponentTypes Get<T1,T2>()
    where T1 : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType
    where T2 : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;

Type parameters

T1

T2

Returns

ComponentTypes

Contents

  1. 0.1Friflo.Engine.ECS.ComponentTypes
  2. 1() Method">ComponentTypes.Get&#x3C;T1,T2>() Method