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