docs.unity.cn
    Show / Hide Table of Contents

    Interface IQuery<T>

    Interface IQuery

    Inherited Members
    IQuery.id
    IQuery.ExecuteQuery(QueryContext)
    IQuery.ResultObject
    Namespace: UnityEngine.Industrial.Configuring.Core
    Syntax
    public interface IQuery<T> : IQuery
    Type Parameters
    Name Description
    T

    Properties

    Result

    Gets or sets the result.

    Declaration
    T Result { get; set; }
    Property Value
    Type Description
    T

    The result.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021