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

Method NextLine

StereoKit/Systems/UI.cs:303–304  ·  view source on GitHub ↗

This will advance the layout to the next line. If there's nothing on the current line, it'll advance to the start of the next on. But this won't have any affect on an empty line, try UI.Space for that.

()

Source from the content-addressed store, hash-verified

301 /// on. But this won't have any affect on an empty line, try UI.Space
302 /// for that.</summary>
303 public static void NextLine()
304 => NativeAPI.ui_nextline();
305
306 /// <summary>Adds some space! If we're at the start of a new line,
307 /// space is added vertically, otherwise, space is added

Callers 1

WindowDemoStepMethod · 0.80

Calls 1

ui_nextlineMethod · 0.80

Tested by

no test coverage detected