Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
EditorButtonUIElement - how to make text multi-line
posted

I would like to make the text of my EditorUIButtonElement multi-line.  I tried to do the following, but could only get the first line of the text to appear on the button: this.Button.Text = "First line\r\nSecond line";