Class WithAbsentAttribute
Specify that an IJobEntity should not include any of the component types specified as part of the attribute.
Namespace: Unity.Entities
Syntax
[AttributeUsage(AttributeTargets.Struct, AllowMultiple = true)]
public sealed class WithAbsentAttribute : Attribute, _Attribute
Constructors
| Name | Description |
|---|---|
| WithAbsentAttribute(Type[]) | Specifies that this IJobEntity should not include any of the component types specified as part of the attribute. |