docs.unity3d.com
    Show / Hide Table of Contents

    Struct ServerRpcParams

    Server-Side RPC Can be used with any sever-side remote procedure call Note: typically this is use primarily for the ServerRpcReceiveParams

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.Netcode
    Syntax
    public struct ServerRpcParams

    Fields

    Receive

    The client RPC receive parameters provides you with the sender's identifier

    Declaration
    public ServerRpcReceiveParams Receive
    Field Value
    Type Description
    ServerRpcReceiveParams

    Send

    The server RPC send parameters (currently a place holder)

    Declaration
    public ServerRpcSendParams Send
    Field Value
    Type Description
    ServerRpcSendParams
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 October 2023