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
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public struct ServerRpcParams
Fields
| Name | Description |
|---|---|
| Receive | The client RPC receive parameters provides you with the sender's identifier |
| Send | The server RPC send parameters (currently a place holder) |