docs.unity.cn
    Show / Hide Table of Contents

    Class InfoEngineReply

    Class InfoEngineReply.

    Inheritance
    Object
    ProviderReply
    ProviderReply<InfoEngineReplyStatus>
    InfoEngineReply
    Inherited Members
    ProviderReply<InfoEngineReplyStatus>.status
    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    public class InfoEngineReply : ProviderReply<InfoEngineReplyStatus>

    Constructors

    InfoEngineReply(InfoEngineReplyStatus, String, Object)

    Constructor with all attributes to initialize.

    Declaration
    public InfoEngineReply(InfoEngineReplyStatus status, string reason = null, object userDefinedObject = null)
    Parameters
    Type Name Description
    InfoEngineReplyStatus status

    The status.

    String reason

    The reason.

    Object userDefinedObject

    The user defined object.

    Fields

    Reason

    The reason

    Declaration
    public string Reason
    Field Value
    Type Description
    String

    Value

    The value

    Declaration
    public readonly object Value
    Field Value
    Type Description
    Object
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021