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