docs.unity3d.com
    Show / Hide Table of Contents

    Class DeferredQuery

    Class DeferredQuery.

    Inheritance
    Object
    DeferredQuery
    DeferredQuery<T>
    Namespace: UnityEngine.Industrial.Configuring.Core
    Syntax
    [Serializable]
    public abstract class DeferredQuery

    Fields

    id

    The identifier

    Declaration
    [Tooltip("This query will use whatever query is found in the current scene that has the same id.")]
    public string id
    Field Value
    Type Description
    String

    Properties

    Fetched

    Gets or sets a value indicating whether this DeferredQuery is fetched.

    Declaration
    public abstract bool Fetched { get; set; }
    Property Value
    Type Description
    Boolean

    true if fetched; otherwise, false.

    Methods

    Fetch(IEnumerable<QueryNode>)

    Fetches the specified search scope.

    Declaration
    public abstract void Fetch(IEnumerable<QueryNode> searchScope = null)
    Parameters
    Type Name Description
    IEnumerable<QueryNode> searchScope

    Only try to fetch queries with the current id within the given query nodes. Will search everywhere in the active scene otherwise.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023