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

スクリプト言語

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

EditorStyles

Namespace: UnityEditor

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

Description

EditorGUIに使用されるGUIStyleです

Static Variables

boldFont 太字フォント
boldLabel 太字のラベルスタイル
colorField カラーフィールドで使用されるスタイル
foldout EditorGUI.Foldout で使用されるスタイル
foldoutPreDrop EditorGUI.Foldout で使用されるスタイル
inspectorDefaultMargins インスペクタで使用されるデフォルトのマージンを取得するために、コンテンツをこのスタイルで垂直グループでラップします。
inspectorFullWidthMargins インスペクタで使用される全幅のマージンを取得するために、コンテンツをこのスタイルで垂直グループでラップします
label ラベルの付く全てのEditorGUIで使用されているスタイル
largeLabel 大きいフォントのラベルスタイル
layerMaskField レイヤーマスクで使用されるスタイル
miniBoldFont 小さめで太字のフォント
miniBoldLabel 小さな文字で太字のラベルで使用されるスタイル
miniButton 小さなボタンのスタイル
miniButtonLeft 小さく左寄りのボタンのスタイル
miniButtonMid 小さく中央寄りのボタンのスタイル
miniButtonRight 小さく右寄りのボタンのスタイル
miniFont 小さめのフォント
miniLabel 小さいフォントのラベルスタイル
miniTextField 小さめのテキストフィールドで使用されるスタイル
numberField 数字を入力するフィールドで使用されるスタイル
objectField オブジェクトフィールドで使用されるスタイル
objectFieldThumb オブジェクトフィールドで使用されるアイコン画像のスタイル
popup EditorGUI.Popup と EditorGUI.EnumPopup で使用されるスタイル
radioButton ラジオボタンで使用されるスタイル
standardFont 一般的な標準のフォント
textArea EditorGUI.TextArea で使用されるスタイル
textField EditorGUI.TextField で使用されるスタイル
toggle EditorGUI.Toggle で使用されるスタイル
toggleGroup EditorGUILayout.BeginToggleGroup で使用されるスタイル
toolbar ウィンドウ上部に表示するツールバーの背景スタイル
toolbarButton ツールバーのボタンで使用されるスタイル
toolbarDropDown ツールバーのドロップダウンで使用されるスタイル
toolbarPopup ツールバーのポップアップで使用されるスタイル
toolbarTextField ツールバーのテキストフィールドで使用されるスタイル
whiteBoldLabel 白文字で太字のラベルスタイル
whiteLabel 白文字のラベルスタイル
whiteLargeLabel 白文字の大きなフォントのラベルスタイル
whiteMiniLabel 白文字の小さいフォントのラベルスタイル
wordWrappedLabel 範囲以上の文字が入力された際の折り返しを行うスタイル
wordWrappedMiniLabel 小さいフォントで範囲以上の文字が入力された際の折り返しを行うスタイル