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
Syntax
[AttributeUsage(AttributeTargets.Struct | AttributeTargets.Parameter, AllowMultiple = true)]
public sealed class WithChangeFilterAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
WithChangeFilterAttribute(Type[]) | Specifies that this IJobEntity should only process a chunk if any of the ComponentTypes found as attributes of the IJobEntity have changed. |