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

Method ui_hseparator

StereoKit/Native/NativeAPI.cs:812–812  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

810 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_vslider_at_f64_16 (string id, ref double value, double min, double max, double step, Vec3 window_relative_pos, Vec2 size, UIConfirm confirm_method, UINotify notify_on);
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);

Callers 1

HSeparatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected