C# Class 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).
Inheritance: MonoBehaviour
Afficher le fichier Open project: unityosgt/source Class Usage Examples

Méthodes publiques

Свойство Type Description
WidthWithText float
buttonsOn bool
healthStatsOn bool
statsOn bool
statsRect Rect
statsWindowOn bool
trafficStatsOn bool

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void
TrafficStatsWindow ( int windowID ) : void
Update ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TrafficStatsWindow() public méthode

public TrafficStatsWindow ( int windowID ) : void
windowID int
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

WidthWithText public_oe property

public float WidthWithText
Résultat float

buttonsOn public_oe property

public bool buttonsOn
Résultat bool

healthStatsOn public_oe property

public bool healthStatsOn
Résultat bool

statsOn public_oe property

public bool statsOn
Résultat bool

statsRect public_oe property

public Rect statsRect
Résultat Rect

statsWindowOn public_oe property

public bool statsWindowOn
Résultat bool

trafficStatsOn public_oe property

public bool trafficStatsOn
Résultat bool