Class RequiresAttribute<T1, T2>

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

Type Parameters

T1
T2
Inheritance
RequiresAttribute<T1, T2>
Inherited Members