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

Method ui_handle_begin_16

StereoKit/Native/NativeAPI.cs:851–852  ·  view source on GitHub ↗
(string text, ref Pose movement, Bounds handle, [MarshalAs(UnmanagedType.Bool)] bool draw, UIMove move_type, UIGesture allowed_gestures)

Source from the content-addressed store, hash-verified

849 [return: MarshalAs(UnmanagedType.Bool)]
850 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_vslider_f64_16 (string id, ref double value, double min, double max, double step, float height, UIConfirm confirm_method, UINotify notify_on);
851 [return: MarshalAs(UnmanagedType.Bool)]
852 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_handle_begin_16 (string text, ref Pose movement, Bounds handle, [MarshalAs(UnmanagedType.Bool)] bool draw, UIMove move_type, UIGesture allowed_gestures);
853 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_handle_end ();
854 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_window_begin_16 (string text, ref Pose pose, Vec2 size, UIWin window_type, UIMove move_type);
855 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_window_end ();

Callers 2

HandleBeginMethod · 0.80
HandleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected