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

Method ui_progress_bar

StereoKit/Native/NativeAPI.cs:842–842  ·  view source on GitHub ↗
(float percent, float width)

Source from the content-addressed store, hash-verified

840 [return: MarshalAs(UnmanagedType.Bool)]
841 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_input_16 (string id, StringBuilder buffer, int buffer_size, Vec2 size, TextContext type);
842 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_progress_bar (float percent, float width);
843 [return: MarshalAs(UnmanagedType.Bool)]
844 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_hslider_16 (string id, ref float value, float min, float max, float step, float width, UIConfirm confirm_method, UINotify notify_on);
845 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

ProgressBarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected