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

    Struct RpcExecutor

    Namespace: Unity.NetCode
    Syntax
    public struct RpcExecutor

    Methods

    ExecuteCreateRequestComponent<T>(ref RpcExecutor.Parameters)

    Helper method used to create a new entity for an RPC request T.

    Declaration
    public static Entity ExecuteCreateRequestComponent<T>(ref RpcExecutor.Parameters parameters)
        where T : struct, IRpcCommand
    Parameters
    Type Name Description
    RpcExecutor.Parameters parameters
    Returns
    Type Description
    Entity
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX