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

スクリプト言語

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

EditorGUIUtility.hierarchyMode

public static var hierarchyMode: bool;

Description

ヒエラルキーモードがエディタGUIにありますか?

In hierarchy mode, EditorGUI.Foldout controls are positioned with the foldout triangle to the left of the specified Rect for the control, rather than being inside the Rect. This way, the label of the foldout is aligned together with labels of other Editor GUI controls.