Versions with this page:
Versions without this page:
Если не 0, все GUI элементы, отображенные с этим стилем, будут иметь высоту, указанную здесь.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnGUI() { Debug.Log(GUI.skin.button.fixedHeight); } }