Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

GUIStyle.onHover

public 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;
	}