Versions with this page:
Versions without this page:
文本是否应该自动换行??
这将导致包含的任何文本自动换行以适合控件的内部宽度。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnGUI() { GUI.skin.button.wordWrap = true; } }