DIFF

class DbgUISource

Part of Debug UI API

Constructors 2

private void DbgUI()
private void ~DbgUI()

Methods 24

static proto native void DoUnitTest()

Creates all possible DbgUI widgets. Just for the testing purposes.

static proto native void ColoredText(int color, string label)
static proto void Combo(string label, out int selection, TStringArray elems)
static proto void List(string label, out int selection, TStringArray elems)
static proto void SliderFloat(string label, out float value, float min, float max, int pxWidth = 150)
static proto native void Panel(string label, int width, int height, int color = 0xaa555555)
static proto void InputInt(string txt, out int value, int pxWidth = 150)
static proto void InputFloat(string txt, out float value, int pxWidth = 150)
static proto native void PlotLive(string label, int sizeX, int sizeY, float val, int timeStep = 100, int historySize = 30, int color = 0xFFFFFFFF)
static proto native void SameSpot()
static bool FloatOverride(string id, inout float value, float min, float max, int precision = 1000, bool sameLine = true)

Draw an "override" checkbox that unrolls into a slider in provided range when checked