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

Method ui_push_surface

StereoKit/Native/NativeAPI.cs:750–750  ·  view source on GitHub ↗
(Pose surface_pose, Vec3 layout_start, Vec2 layout_dimensions)

Source from the content-addressed store, hash-verified

748 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_preserve_keyboard([MarshalAs(UnmanagedType.Bool)] bool preserve_keyboard);
749 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_preserve_keyboard ();
750 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_push_surface (Pose surface_pose, Vec3 layout_start, Vec2 layout_dimensions);
751 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_surface ();
752 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern ulong ui_push_id_16 (string id);
753 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong ui_push_idi (int id);

Callers 1

PushSurfaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected