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

Method ui_toggle_img_at_16

StereoKit/Native/NativeAPI.cs:800–801  ·  view source on GitHub ↗
(string text, [MarshalAs(UnmanagedType.Bool)] ref bool pressed, IntPtr toggle_off, IntPtr toggle_on, UIBtnLayout image_layout, Vec3 window_relative_pos, Vec2 size)

Source from the content-addressed store, hash-verified

798 [return: MarshalAs(UnmanagedType.Bool)]
799 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_toggle_at_16 (string text, [MarshalAs(UnmanagedType.Bool)] ref bool pressed, Vec3 window_relative_pos, Vec2 size);
800 [return: MarshalAs(UnmanagedType.Bool)]
801 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_toggle_img_at_16 (string text, [MarshalAs(UnmanagedType.Bool)] ref bool pressed, IntPtr toggle_off, IntPtr toggle_on, UIBtnLayout image_layout, Vec3 window_relative_pos, Vec2 size);
802 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_progress_bar_at (float percent, Vec3 window_relative_pos, Vec2 size);
803 [return: MarshalAs(UnmanagedType.Bool)]
804 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_hslider_at_16 (string id, ref float value, float min, float max, float step, Vec3 window_relative_pos, Vec2 size, UIConfirm confirm_method, UINotify notify_on);

Callers 2

RadioAtMethod · 0.80
ToggleAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected