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

Method ui_label_16

StereoKit/Native/NativeAPI.cs:813–813  ·  view source on GitHub ↗
(string text, [MarshalAs(UnmanagedType.Bool)] bool use_padding)

Source from the content-addressed store, hash-verified

811
812 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_hseparator ();
813 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_label_16 (string text, [MarshalAs(UnmanagedType.Bool)] bool use_padding);
814 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_label_sz_16 (string text, Vec2 size, [MarshalAs(UnmanagedType.Bool)] bool use_padding);
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);

Callers 1

LabelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected