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

Method ui_model

StereoKit/Native/NativeAPI.cs:838–839  ·  view source on GitHub ↗
(IntPtr model, Vec2 ui_size, float model_scale)

Source from the content-addressed store, hash-verified

836 [return: MarshalAs(UnmanagedType.Bool)]
837 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_toggle_img_sz_16(string text, [MarshalAs(UnmanagedType.Bool)] ref bool pressed, IntPtr toggle_off, IntPtr toggle_on, UIBtnLayout image_layout, Vec2 size);
838 [return: MarshalAs(UnmanagedType.Bool)]
839 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_model (IntPtr model, Vec2 ui_size, float model_scale);
840 [return: MarshalAs(UnmanagedType.Bool)]
841 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_input_16 (string id, StringBuilder buffer, int buffer_size, Vec2 size, TextContext type);
842 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_progress_bar (float percent, float width);

Callers 1

ModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected