Container class for info about a particular message, RPC or update. More...
Public Member Functions | |
PhotonMessageInfo (Player player, int timestamp, PhotonView view) | |
override string | ToString () |
Public Attributes | |
readonly Player | Sender |
The sender of a message / event. May be null. More... | |
readonly PhotonView | photonView |
Properties | |
double | timestamp [get] |
double | SentServerTime [get] |
int | SentServerTimestamp [get] |
Container class for info about a particular message, RPC or update.
readonly Player Sender |
The sender of a message / event. May be null.