Class WithChangeFilterAttribute
Specifies that this IJobEntity should only process a chunk if any of the ComponentTypes found as attributes of the IJobEntity have changed.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Struct|AttributeTargets.Parameter, AllowMultiple = true)]
public sealed class WithChangeFilterAttribute : Attribute
Constructors
Name | Description |
---|---|
WithChangeFilterAttribute(params Type[]) | Specifies that this IJobEntity should only process a chunk if any of the ComponentTypes found as attributes of the IJobEntity have changed. |