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