Class RequireComponentAttribute<T>
[AttributeUsage(AttributeTargets.Struct)]
public class RequireComponentAttribute<T> : Attribute where T : unmanaged, IComponent
Type Parameters
T
- Inheritance
-
RequireComponentAttribute<T>
- Inherited Members
Properties
RequiredType
public Type RequiredType { get; }