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

Method ui_button_at_16

StereoKit/Native/NativeAPI.cs:792–793  ·  view source on GitHub ↗
(string text, Vec3 window_relative_pos, Vec2 size)

Source from the content-addressed store, hash-verified

790 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_interact_volume_at(Bounds bounds, out Handed out_hand);
791 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_text_at_16 (string text, TextAlign text_align, TextFit fit, Vec3 window_relative_pos, Vec2 size);
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)]

Callers 1

ButtonAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected