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

Function ui_override_recent_layout

StereoKitC/ui/ui_layout.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90///////////////////////////////////////////
91
92void ui_override_recent_layout(vec3 start, vec2 size) {
93 skui_recent_layout = {
94 {start.x - size.x/2, start.y - size.y/2, 0},
95 {size.x, size.y, 0}
96 };
97}
98
99///////////////////////////////////////////
100

Callers 2

ui_layout_popFunction · 0.85
ui_window_endFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected