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