Constructor WithChangeFilterAttribute
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.
Declaration
public WithChangeFilterAttribute(params Type[] types)
Parameters
Type | Name | Description |
---|---|---|
Type[] | types | The component types for which change filtering should be enabled |