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

Function ui_layout_push

StereoKitC/ui/ui_layout.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193///////////////////////////////////////////
194
195void ui_layout_push(vec3 start, vec2 dimensions, bool32_t add_margin) {
196 ui_layout_t layout = {};
197 layout.parent = -1;
198 layout.window = -1;
199 skui_layouts.add(layout);
200 ui_layout_area(start, dimensions, add_margin);
201}
202
203///////////////////////////////////////////
204

Callers 3

ui_layout_push_cutFunction · 0.85
ui_panel_beginFunction · 0.85
ui_push_surfaceFunction · 0.85

Calls 2

ui_layout_areaFunction · 0.85
addMethod · 0.80

Tested by

no test coverage detected