このページを含むバージョン:
このページを含まないバージョン:
テキストの配置
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnGUI() { Debug.Log(GUI.skin.button.alignment); } }