Table of Contents

Class RequireComponentAttribute<T>

Namespace
Ghost.Entities
Assembly
Ghost.Entities.dll
[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; }

Property Value

Type