Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

GUIStyle.onHover

var onHover: GUIStyleState;

Description

Rendering settings for when the control is turned on and the mouse is hovering it.

	function OnGUI() {
		GUI.skin.button.onHover.textColor = Color.cyan;
	}