Hey,
its possible to type a line break in cui Label?
\n doesnt work for me
Code:var welcometext = new CuiLabel { RectTransform = { AnchorMin = "0.3 0.05", AnchorMax = "0.95 0.85" }, Text = { Text = "Test\nTest2", Align = TextAnchor.UpperLeft, FontSize = 20, Color = "255 255 255 1" } };
C# Cui Label line break
Discussion in 'Rust Development' started by Sir BenSon, Nov 28, 2016.
