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

スクリプト言語

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

EditorGUIUtility.wideMode

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static var wideMode: bool;
public static bool wideMode;
public static wideMode as bool

Description

EditorGUIが現在ワイドモードかどうか

ワイドモードは Vector3 および Rect などの構造体のためのコントロールがインライン化されて垂直のスペースをあまり使用しない、エディタ GUI のためのモードです。例えばワイドモードでは Vector3Field が二行でなく一行の高さを、RectField が三行でなく二行を確保します。 複数行に対応するGUIを作成した時はワイドモードを参照して他のGUIとモードを揃えることが可能になります。