docs.unity.cn
    Show / Hide Table of Contents

    Class WithAbsentAttribute

    Specify that an IJobEntity should not include any of the component types specified as part of the attribute.

    Inheritance
    Object
    Attribute
    WithAbsentAttribute
    Namespace: Unity.Entities
    Syntax
    [AttributeUsage(AttributeTargets.Struct, AllowMultiple = true)]
    public sealed class WithAbsentAttribute : Attribute, _Attribute

    Constructors

    Name Description
    WithAbsentAttribute(Type[])

    Specifies that this IJobEntity should not include any of the component types specified as part of the attribute.

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