Versions with this page:
Versions without this page:
该 GUIStyle 的名称。用于根据名称获取 GUIStyle。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void OnGUI() { Debug.Log(GUI.skin.button.name); } }