GUIStyle.name
var name: string;
Description

The name of this GUIStyle. Used for getting them based on name.

	// Prints the name of the style.

function OnGUI() { Debug.Log(GUI.skin.button.name); }