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

Method ui_nextline

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

Source from the content-addressed store, hash-verified

771
772 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec2 ui_area_remaining();
773 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_nextline ();
774 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_sameline ();
775 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float ui_line_height ();
776 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_space (float space);

Callers 1

NextLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected