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

特定のメッセージやRPCまたは更新についての情報のためのコンテナクラス。 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または更新についての情報のためのコンテナクラス。

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