Photon Fusion 2.0.0

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

Represents the data required to invoke an RPC message. More...

Public Member Functions

override string ToString ()
 Returns a string that represents the current RpcInvokeData.
 

Public Attributes

RpcInvokeDelegate Delegate
 Represents the delegate to be invoked for the RPC message.
 
int Key
 Represents the key associated with the RPC message.
 
int Sources
 Represents the sources of the RPC message.
 
int Targets
 Represents the targets of the RPC message.
 

Detailed Description

Represents the data required to invoke an RPC message.

Member Function Documentation

◆ ToString()

override string ToString ( )

Returns a string that represents the current RpcInvokeData.

Returns
Returns a string that represents the current RpcInvokeData.