docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class WithEntityQueryOptionsAttribute

    Obsolete. Use WithOptionsAttribute instead.

    Inheritance
    object
    Attribute
    WithEntityQueryOptionsAttribute
    Namespace: Unity.Entities
    Assembly: Unity.Entities.dll
    Syntax
    [AttributeUsage(AttributeTargets.Struct, AllowMultiple = true)]
    [Obsolete("This type has been renamed to WithOptions. (Removed after Entities 1.0) (UnityUpgradable) -> WithOptionsAttribute", true)]
    public sealed class WithEntityQueryOptionsAttribute : Attribute
    Remarks

    Obsolete. Use WithOptionsAttribute instead.

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

    Constructors

    Name Description
    WithEntityQueryOptionsAttribute(EntityQueryOptions)

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

    WithEntityQueryOptionsAttribute(params EntityQueryOptions[])

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

    See Also

    IJobEntity
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)