docs.unity.cn
    Show / Hide Table of Contents

    Class RpcSuccessMessage

    Inheritance
    Object
    RpcSuccessMessage
    Namespace: Unity.Reflect.ActorFramework
    Syntax
    public sealed class RpcSuccessMessage

    Constructors

    RpcSuccessMessage(Int32, Object)

    Declaration
    public RpcSuccessMessage(int id, object result)
    Parameters
    Type Name Description
    Int32 id
    Object result

    Fields

    Id

    Declaration
    public int Id
    Field Value
    Type Description
    Int32

    Result

    Declaration
    public object Result
    Field Value
    Type Description
    Object
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use