Photon Fusion 1.1.9

Public Member Functions | Public Attributes | List of all members
RpcSendResult Struct Reference

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.
 
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.
 

Detailed Description

RPC send operation result information.