RPC send operation result information. More...
Public Member Functions | |
override string | ToString () |
Public Attributes | |
PlayerRefSet | CulledReceivers |
Collection of the PlayerRef targets which were failed to be sent this RPC message. Reason for failure can be found in the Result flags. More... | |
int | MessageSize |
The size of the RPC message. More... | |
PlayerRefSet | Receivers |
Collection of the PlayerRef targets which were sent this RPC message. More... | |
RpcSendMessageResult | Result |
Result flags for the RPC send operation. More... | |
RPC send operation result information.
PlayerRefSet CulledReceivers |
int MessageSize |
The size of the RPC message.
PlayerRefSet Receivers |
Collection of the PlayerRef targets which were sent this RPC message.
RpcSendMessageResult Result |
Result flags for the RPC send operation.