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

Method ui_image

StereoKit/Native/NativeAPI.cs:817–817  ·  view source on GitHub ↗
(IntPtr sprite_image, Vec2 size)

Source from the content-addressed store, hash-verified

815 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_text_16 (string text, TextAlign text_align);
816 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_text_sz_16 (string text, TextAlign text_align, TextFit fit, Vec2 size);
817 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_image (IntPtr sprite_image, Vec2 size);
818 [return: MarshalAs(UnmanagedType.Bool)]
819 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_16 (string text);
820 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

ImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected