GenericInstanceTypeAttribute.GenericInstanceTypeAttribute(string,Type,Type).md
June 19, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.GenericInstanceTypeAttribute
GenericInstanceTypeAttribute(string, Type, Type) Constructor
Register generic component / tag type with two generic parameters.
public GenericInstanceTypeAttribute(string componentKey, System.Type type1, System.Type type2);
Parameters
componentKey System.String
type1 System.Type
type2 System.Type