docs.unity.cn
    Show / Hide Table of Contents

    Class WithChangeFilterAttribute

    Specifies that this IJobEntity should only play if either of the ComponentTypes found as attributes of the IJobEntity has 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[])

    See Also

    IJobEntity
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use