|
Photon Unity Networking
v1.81
|
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 |
| 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 |
Property Documentation
|
get |