包含此页的版本:
不含此页的版本:
该 GUIStyle 的名称。用于根据名称获取 GUIStyle。
using UnityEngine;public class Example : MonoBehaviour { // Prints the name of the style. void OnGUI() { Debug.Log(GUI.skin.button.name); } }