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