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