Struct ClientRpcParams
Client-Side RPC Can be used with any client-side remote procedure call Note: Typically this is used primarily for sending to a specific list of clients as opposed to the default (all). ClientRpcSendParams
#
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 (currently a place holder)
#
Declaration#
Field ValueType | Description |
---|---|
ClientRpcReceiveParams |
#
SendThe client RPC send parameters provides you with the ability to send to a specific list of clients
#
Declaration#
Field ValueType | Description |
---|---|
ClientRpcSendParams |