MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / demo_lines_update

Function demo_lines_update

Examples/StereoKitCTest/demo_lines.cpp:112–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110///////////////////////////////////////////
111
112void demo_lines_update() {
113 ui_window_begin("Settings", line_window_pose, vec2{ 20 }*cm2m);
114 if (ui_button("Clear")) {
115 line_draw.clear();
116 line_list.clear();
117 }
118 ui_window_end();
119
120 demo_lines_palette();
121 demo_lines_draw();
122}
123
124///////////////////////////////////////////
125

Callers

nothing calls this directly

Calls 6

ui_window_beginFunction · 0.85
ui_buttonFunction · 0.85
ui_window_endFunction · 0.85
demo_lines_paletteFunction · 0.85
demo_lines_drawFunction · 0.85
clearMethod · 0.80

Tested by

no test coverage detected