LanguageEnglish
  • C#

GUIStyle.onNormal

Switch to Manual
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; } }

Did you find this page useful? Please give it a rating: