Photon Unity Networking  v1.81
English | 日本語 | 한국
Public Member Functions | Public Attributes | Properties | List of all members
PhotonMessageInfo Struct Reference

특정 메시지, RPC 또는 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

특정 메시지, RPC 또는 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

double PhotonMessageInfo.timestamp
get