perfmon
by nonperforming
| Summary | FPS and ping meter |
|---|---|
| Description |
perfmon Simple FPS and Ping display To use, set your root panel to or add a child Panel called using Perfmon; /* bool draw = true bool drawFPS = true bool drawPing = false IClient client = null // Used for ping meter float updateRate = 1f // How fast updates should be */ Game.RootPanel = new PerfmonRoot(); // or... AddChild(new Perfmon()); Uses Fira Code (https://github.com/tonsky/FiraCode)perfmon
Simple FPS and Ping display
To use, set your root panel to or add a child Panel called
using Perfmon;
/*
bool draw = true
bool drawFPS = true
bool drawPing = false
IClient client = null // Used for ping meter
float updateRate = 1f // How fast updates should be
*/
Game.RootPanel = new PerfmonRoot();
// or...
AddChild(new Perfmon());
Uses Fira Code (https://github.com/tonsky/FiraCode)
|
| Votes | 👍3 👎0 ❤️2 |
| Error Rate | 0% |
| Data | {} |
Loading history…