Interface IRpcCommand | Unity NetCode | 0.2.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Interface IRpcCommand

    Namespace: Unity.NetCode
    Syntax
    public interface IRpcCommand : IComponentData

    Methods

    CompileExecute()

    Declaration
    PortableFunctionPointer<RpcExecutor.ExecuteDelegate> CompileExecute()
    Returns
    Type Description
    PortableFunctionPointer<RpcExecutor.ExecuteDelegate>

    Deserialize(ref DataStreamReader)

    Declaration
    void Deserialize(ref DataStreamReader reader)
    Parameters
    Type Name Description
    DataStreamReader reader

    Serialize(ref DataStreamWriter)

    Declaration
    void Serialize(ref DataStreamWriter writer)
    Parameters
    Type Name Description
    DataStreamWriter writer
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX