Photon Unity Networking v1.101

Public Member Functions | Public Attributes | Properties | List of all members
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.PhotonMessageInfo ( PhotonPlayer  player,
int  timestamp,
PhotonView  view 
)

Member Function Documentation

◆ ToString()

override string PhotonMessageInfo.ToString ( )

Member Data Documentation

◆ photonView

readonly PhotonView PhotonMessageInfo.photonView

◆ sender

readonly PhotonPlayer PhotonMessageInfo.sender

The sender of a message / event. May be null.

Property Documentation

◆ timestamp

double PhotonMessageInfo.timestamp
get