docs.unity3d.com
    Show / Hide Table of Contents

    Class InfoEngineReply<TTarget, TDisplayInfo>

    Answer from the info engine.

    Inheritance
    Object
    ProviderReply
    ProviderReply<InfoEngineReplyStatus>
    InfoEngineReply<TTarget, TDisplayInfo>
    Inherited Members
    ProviderReply<InfoEngineReplyStatus>.status
    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    public class InfoEngineReply<TTarget, TDisplayInfo> : ProviderReply<InfoEngineReplyStatus> where TDisplayInfo : DisplayInfo<TTarget>
    Type Parameters
    Name Description
    TTarget

    The type of the t target.

    TDisplayInfo

    The type of the t display information.

    Constructors

    InfoEngineReply(InfoEngineReplyStatus, TDisplayInfo)

    Constructor with all attributes to initialize.

    Declaration
    public InfoEngineReply(InfoEngineReplyStatus status, TDisplayInfo displayInfo)
    Parameters
    Type Name Description
    InfoEngineReplyStatus status

    The status.

    TDisplayInfo displayInfo

    The display information.

    Properties

    displayInfo

    Gets the display information.

    Declaration
    public TDisplayInfo displayInfo { get; }
    Property Value
    Type Description
    TDisplayInfo

    The display information.

    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