C# 클래스 PhotonStatsGui, source

This MonoBehaviour is a basic GUI for the Photon client's statistics features. The shown health values can help identify problems with connection losses or performance. Example: If the time delta between two consecutive SendOutgoingCommands calls is a second or more, chances rise for a disconnect being caused by this (because acknowledgements to the server need to be sent in due time).
상속: MonoBehaviour
파일 보기 프로젝트 열기: unityosgt/source 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
WidthWithText float
buttonsOn bool
healthStatsOn bool
statsOn bool
statsRect Rect
statsWindowOn bool
trafficStatsOn bool

공개 메소드들

메소드 설명
OnGUI ( ) : void
Start ( ) : void
TrafficStatsWindow ( int windowID ) : void
Update ( ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

TrafficStatsWindow() 공개 메소드

public TrafficStatsWindow ( int windowID ) : void
windowID int
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

WidthWithText 공개적으로 프로퍼티

public float WidthWithText
리턴 float

buttonsOn 공개적으로 프로퍼티

public bool buttonsOn
리턴 bool

healthStatsOn 공개적으로 프로퍼티

public bool healthStatsOn
리턴 bool

statsOn 공개적으로 프로퍼티

public bool statsOn
리턴 bool

statsRect 공개적으로 프로퍼티

public Rect statsRect
리턴 Rect

statsWindowOn 공개적으로 프로퍼티

public bool statsWindowOn
리턴 bool

trafficStatsOn 공개적으로 프로퍼티

public bool trafficStatsOn
리턴 bool