docs.unity.cn
    Show / Hide Table of Contents

    Class WithChangeFilterAttribute

    Specifies that this IJobEntity should only process a chunk if any of the ComponentTypes found as attributes of the IJobEntity have changed.

    Inheritance
    Object
    Attribute
    WithChangeFilterAttribute
    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.

    See Also

    IJobEntity
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023