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