包含此页的版本:
不含此页的版本:
要应用于该 GUIstyle 的内容的像素偏移。
using UnityEngine;public class Example : MonoBehaviour { // Prints the value of contentOffset. void OnGUI() { Debug.Log(GUI.skin.button.contentOffset); } }