包含此页的版本:
不含此页的版本:
正常显示组件时的渲染设置。
using UnityEngine;public class Example : MonoBehaviour { // Prints the text color that button is using. void OnGUI() { Debug.Log(GUI.skin.button.normal.textColor); } }