public GUIStyleState onNormal;
Description 描述
Rendering settings for when the control is turned on.
using UnityEngine;
public class Example : MonoBehaviour { void OnGUI() { GUI.skin.button.onNormal.textColor = Color.red; } }
Rendering settings for when the control is turned on.
using UnityEngine;
public class Example : MonoBehaviour { void OnGUI() { GUI.skin.button.onNormal.textColor = Color.red; } }