C# 클래스 PhotonMessageInfo, Droid-Soccer

파일 보기 프로젝트 열기: repelex/Droid-Soccer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
photonView PhotonView,
sender PhotonPlayer,

공개 메소드들

메소드 설명
PhotonMessageInfo ( ) : System

Initializes a new instance of the PhotonMessageInfo class. To create an empty messageinfo only!

PhotonMessageInfo ( PhotonPlayer, player, int timestamp, PhotonView, view ) : System
ToString ( ) : string

메소드 상세

PhotonMessageInfo() 공개 메소드

Initializes a new instance of the PhotonMessageInfo class. To create an empty messageinfo only!
public PhotonMessageInfo ( ) : System
리턴 System

PhotonMessageInfo() 공개 메소드

public PhotonMessageInfo ( PhotonPlayer, player, int timestamp, PhotonView, view ) : System
player PhotonPlayer,
timestamp int
view PhotonView,
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

photonView 공개적으로 프로퍼티

public PhotonView, photonView
리턴 PhotonView,

sender 공개적으로 프로퍼티

public PhotonPlayer, sender
리턴 PhotonPlayer,