Photon Unity Networking
v1.101
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] |
Container class for info about a particular message, RPC or update.
| PhotonMessageInfo.PhotonMessageInfo | ( | PhotonPlayer | player, |
| int | timestamp, | ||
| PhotonView | view | ||
| ) |
| override string PhotonMessageInfo.ToString | ( | ) |
| readonly PhotonView PhotonMessageInfo.photonView |
| readonly PhotonPlayer PhotonMessageInfo.sender |
The sender of a message / event. May be null.
|
get |