Photon.Pun.PhotonMessageInfo Struct Reference

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]
 

Detailed Description

Container class for info about a particular message, RPC or update.

Constructor & Destructor Documentation

◆ PhotonMessageInfo()

Photon.Pun.PhotonMessageInfo.PhotonMessageInfo ( Player  player,
int  timestamp,
PhotonView  view 
)

Member Function Documentation

◆ ToString()

override string Photon.Pun.PhotonMessageInfo.ToString ( )

Member Data Documentation

◆ photonView

readonly PhotonView Photon.Pun.PhotonMessageInfo.photonView

◆ Sender

readonly Player Photon.Pun.PhotonMessageInfo.Sender

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

Property Documentation

◆ SentServerTime

double Photon.Pun.PhotonMessageInfo.SentServerTime
get

◆ SentServerTimestamp

int Photon.Pun.PhotonMessageInfo.SentServerTimestamp
get

◆ timestamp

double Photon.Pun.PhotonMessageInfo.timestamp
get

The documentation for this struct was generated from the following file: