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

Method ui_button_round_16

StereoKit/Native/NativeAPI.cs:828–829  ·  view source on GitHub ↗
(string id, IntPtr image, float diameter)

Source from the content-addressed store, hash-verified

826 [return: MarshalAs(UnmanagedType.Bool)]
827 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_img_at_16(string text, IntPtr image, UIBtnLayout image_layout, Vec3 window_relative_pos, Vec2 size, Color image_tint);
828 [return: MarshalAs(UnmanagedType.Bool)]
829 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_round_16 (string id, IntPtr image, float diameter);
830 [return: MarshalAs(UnmanagedType.Bool)]
831 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_toggle_16 (string text, [MarshalAs(UnmanagedType.Bool)] ref bool pressed);
832 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

ButtonRoundMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected