C# Class PhotonWire.Editor.PhotonWireWindow

Inheritance: EditorWindow
Datei anzeigen Open project: neuecc/PhotonWire

Public Methods

Method Description
AddConnection ( ObservablePhotonPeer peer ) : void
PhotonWireWindow ( ) : System

Private Methods

Method Description
ConvertToHeight ( int value, double basis ) : int
DrawGraph ( ConnectionInfoViewModel info, int width, int height ) : void
OnGUI ( ) : void
OpenWindow ( ) : void
ToHumanReadableSize ( double bytes ) : string
Update ( ) : void

Method Details

AddConnection() public static method

public static AddConnection ( ObservablePhotonPeer peer ) : void
peer PhotonWire.Client.ObservablePhotonPeer
return void

PhotonWireWindow() public method

public PhotonWireWindow ( ) : System
return System