Struct ServerRpcParams
Server-Side RPC Can be used with any sever-side remote procedure call.
Inherited Members
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public struct ServerRpcParams
Remarks
Note: typically this is use primarily for the ServerRpcReceiveParams.
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 |