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

スクリプト言語

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

GUIStyle.imagePosition

public var imagePosition: ImagePosition;

Description

How image and text of the GUIContent is combined.

	// Prints how image and text is placed.

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