言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

GUIStyle.name

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