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

スクリプト言語

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

EditorGUIUtility.fieldWidth

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 fieldWidth: float;
public static float fieldWidth;
public static fieldWidth as float

Description

エディタGUIのフィールドで使用するピクセル単位の最小幅を指定します

ほとんどの GUI コントロールはコントロールフィールドのみならずラベルから構成されます。フィールドの最小幅は fieldWidth 値により制御されます。エディタ GUI コントロールは一般的にフィールドは利用可能な水平スペースを埋めるように Rect がセットされるため最小幅より広く見えます。この Rect の中で EditorGUIUtility.labelWidth により使用されてないスペースを全てフィールドが占有します。 fieldWidth は更に EditorGUI.Slider コントロールのテキストフィールドの幅を制御します。