Class RequiresAttribute<T1, T2, T3>

Namespace
Elegy.ECS
Assembly
Elegy.ECS.dll
[AttributeUsage(AttributeTargets.Struct, AllowMultiple = true)]
public class RequiresAttribute<T1, T2, T3> : Attribute where T1 : struct where T2 : struct where T3 : struct

Type Parameters

T1
T2
T3
Inheritance
RequiresAttribute<T1, T2, T3>
Inherited Members