Versions with this page:
Versions without this page:
Пиксельное смещение применяется к контенту GUIstyle.
using UnityEngine;public class Example : MonoBehaviour { // Prints the value of contentOffset. void OnGUI() { Debug.Log(GUI.skin.button.contentOffset); } }