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.
()
| 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 |
no test coverage detected