- Home /
How can I enable word wrapping for GUI?
can we enable and disable the word wrap through scripting where ever we wanted in GUI.SKIN through scripting only
Comment
Best Answer
Answer by Statement · Mar 03, 2011 at 12:54 PM
See GUIStyle.wordWrap and apply that in the same manner as your previous question about alignment.
GUIStyle let you set up all properties for a gui "object". Check the docs on that to save asking a lot of questions about the many properties of GUIStyle.