Versions with this page:
Versions without this page:
Имя данного GUIStyle. Используется для обращения к нему по имени.
using UnityEngine;public class Example : MonoBehaviour { // Prints the name of the style. void OnGUI() { Debug.Log(GUI.skin.button.name); } }