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 MembersSystem.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
#
Namespace: Unity.Netcode#
Assembly: MLAPI.dll#
Syntax#
Fields#
ReceiveThe client RPC receive parameters provides you with the sender's identifier
#
Declaration#
Field ValueType | Description |
---|---|
ServerRpcReceiveParams |
#
SendThe server RPC send parameters (currently a place holder)
#
Declaration#
Field ValueType | Description |
---|---|
ServerRpcSendParams |