Struct RpcParams
  Server-Side RPC
Can be used with any sever-side remote procedure call
Note: typically this is use primarily for the ServerRpcReceiveParams
 
  
  
  
  Assembly: Unity.Netcode.Runtime.dll
  Syntax
  
  Fields
  Receive
  The client RPC receive parameters provides you with the sender's identifier
 
  
  Declaration
  
    public RpcReceiveParams Receive
   
  Field Value
  
  Send
  The server RPC send parameters (currently a place holder)
 
  
  Declaration
  
    public RpcSendParams Send
   
  Field Value
  
  Operators
  
  implicit operator RpcParams(BaseRpcTarget)
  
  
  Declaration
  
    public static implicit operator RpcParams(BaseRpcTarget target)
   
  Parameters
  
  Returns
  
  
  implicit operator RpcParams(LocalDeferMode)
  
  
  Declaration
  
    public static implicit operator RpcParams(LocalDeferMode deferMode)
   
  Parameters
  
  Returns
  
  
  implicit operator RpcParams(RpcReceiveParams)
  
  
  Declaration
  
    public static implicit operator RpcParams(RpcReceiveParams receive)
   
  Parameters
  
  Returns
  
  
  implicit operator RpcParams(RpcSendParams)
  
  
  Declaration
  
    public static implicit operator RpcParams(RpcSendParams send)
   
  Parameters
  
  Returns