Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

GUIStyle.onFocused

Switch to Manual
public GUIStyleState onFocused;

Description

Rendering settings for when the element has keyboard and is turned on.

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void OnGUI() { GUI.skin.button.onFocused.textColor = Color.green; } }

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