このページを含むバージョン:
このページを含まないバージョン:
この GUIstyle のコンテンツに適用する Pixel Offset
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnGUI() { Debug.Log(GUI.skin.button.contentOffset); } }