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

Method ui_panel_begin

StereoKit/Native/NativeAPI.cs:857–857  ·  view source on GitHub ↗
(UIPad padding)

Source from the content-addressed store, hash-verified

855 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_window_end ();
856 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_panel_at (Vec3 start, Vec2 size, UIPad padding);
857 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_panel_begin (UIPad padding);
858 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_panel_end ();
859 }
860}

Callers 1

PanelBeginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected