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

Method ui_vslider_16

StereoKit/Native/NativeAPI.cs:847–848  ·  view source on GitHub ↗
(string id,   ref float  value, float  min, float  max, float  step, float height, UIConfirm confirm_method, UINotify notify_on)

Source from the content-addressed store, hash-verified

845 [return: MarshalAs(UnmanagedType.Bool)]
846 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_hslider_f64_16 (string id, ref double value, double min, double max, double step, float width, UIConfirm confirm_method, UINotify notify_on);
847 [return: MarshalAs(UnmanagedType.Bool)]
848 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_vslider_16 (string id, ref float value, float min, float max, float step, float height, UIConfirm confirm_method, UINotify notify_on);
849 [return: MarshalAs(UnmanagedType.Bool)]
850 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_vslider_f64_16 (string id, ref double value, double min, double max, double step, float height, UIConfirm confirm_method, UINotify notify_on);
851 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

VSliderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected