Enfusion Script API
|
This is the complete list of members for DbgUI, including all inherited members.
Begin(string windowTitle, float x=0, float y=0) | DbgUI | static |
BeginCleanupScope() | DbgUI | static |
Button(string txt, int minWidth=0) | DbgUI | static |
Check(string label, out bool checked) | DbgUI | static |
Combo(string label, out int selection, TStringArray elems) | DbgUI | static |
DoUnitTest() | DbgUI | static |
End() | DbgUI | static |
EndCleanupScope() | DbgUI | static |
InputFloat(string txt, out float value, int pxWidth=150) | DbgUI | static |
InputInt(string txt, out int value, int pxWidth=150) | DbgUI | static |
InputText(string txt, out string value, int pxWidth=150) | DbgUI | static |
List(string label, out int selection, TStringArray elems) | DbgUI | static |
Panel(string label, int width, int height, int color=0xaa555555) | DbgUI | static |
PlotLive(string label, int sizeX, int sizeY, float val, int timeStep=100, int historySize=30, int color=0xFFFFFFFF) | DbgUI | static |
PlotLiveClamped(string label, int sizeX, int sizeY, float val, float yMin, float yMax, int timeStep=100, int historySize=30, int color=0xFFFFFFFF) | DbgUI | static |
PopID() | DbgUI | static |
PushID(void id) | DbgUI | static |
SameLine() | DbgUI | static |
SameSpot() | DbgUI | static |
SliderFloat(string label, out float value, float min, float max, int pxWidth=150) | DbgUI | static |
Spacer(int height) | DbgUI | static |
Text(string label) | DbgUI | static |