Photon Unity Networking
v1.91
|
PhotonMessageInfo Struct Reference
Container class for info about a particular message, RPC or update. More...
Public Member Functions | |
PhotonMessageInfo (PhotonPlayer player, int timestamp, PhotonView view) | |
override string | ToString () |
Public Attributes | |
readonly PhotonPlayer | sender |
The sender of a message / event. May be null. More... | |
readonly PhotonView | photonView |
Properties | |
double | timestamp [get] |
Detailed Description
Container class for info about a particular message, RPC or update.
Constructor & Destructor Documentation
PhotonMessageInfo.PhotonMessageInfo | ( | PhotonPlayer | player, |
int | timestamp, | ||
PhotonView | view | ||
) |
Member Function Documentation
override string PhotonMessageInfo.ToString | ( | ) |
Member Data Documentation
readonly PhotonView PhotonMessageInfo.photonView |
readonly PhotonPlayer PhotonMessageInfo.sender |
The sender of a message / event. May be null.
Property Documentation
|
get |