docs.unity.cn
    Show / Hide Table of Contents

    Class WithOptionsAttribute

    Specifies that this IJobEntity should include a given EntityQueryOption found as attributes of the IJobEntity

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

    Constructors

    Name Description
    WithOptionsAttribute(EntityQueryOptions)

    Specifies that this IJobEntity should include a given EntityQueryOption found as attributes of the IJobEntity

    WithOptionsAttribute(EntityQueryOptions[])

    Specifies that this IJobEntity should include a given EntityQueryOption found as attributes of the IJobEntity

    See Also

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