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

Method ui_button_img_16

StereoKit/Native/NativeAPI.cs:794–795  ·  view source on GitHub ↗
(string text, IntPtr image, UIBtnLayout image_layout, Vec3 window_relative_pos, Vec2 size)

Source from the content-addressed store, hash-verified

792 [return: MarshalAs(UnmanagedType.Bool)]
793 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_at_16 (string text, Vec3 window_relative_pos, Vec2 size);
794 [return: MarshalAs(UnmanagedType.Bool)]
795 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_img_16 (string text, IntPtr image, UIBtnLayout image_layout, Vec3 window_relative_pos, Vec2 size);
796 [return: MarshalAs(UnmanagedType.Bool)]
797 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_round_at_16(string text, IntPtr image_sprite, Vec3 window_relative_pos, float diameter);
798 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

ButtonImgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected