Class RequireComponentTagAttribute
Inheritance
System.Object
System.Attribute
RequireComponentTagAttribute
Namespace: Unity.Entities
Syntax
[AttributeUsage(AttributeTargets.Struct)]
public class RequireComponentTagAttribute : Attribute, _Attribute
Constructors
RequireComponentTagAttribute(Type[])
Declaration
public RequireComponentTagAttribute(params Type[] tagComponents)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type[] | tagComponents |
Fields
TagComponents
Declaration
public Type[] TagComponents
Field Value
| Type | Description |
|---|---|
| System.Type[] |