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