Version: 5.3 (switch to 5.4b)
言語English
  • C#
  • JS

スクリプト言語

好きな言語を選択してください。選択した言語でスクリプトコードが表示されます。

GUILayout.AreaScope.GUILayout.AreaScope

フィードバック

ありがとうございます

この度はドキュメントの品質向上のためにご意見・ご要望をお寄せいただき、誠にありがとうございます。頂いた内容をドキュメントチームで確認し、必要に応じて修正を致します。

閉じる

送信に失敗しました

なんらかのエラーが発生したため送信が出来ませんでした。しばらく経ってから<a>もう一度送信</a>してください。ドキュメントの品質向上のために時間を割いて頂き誠にありがとうございます。

閉じる

キャンセル

マニュアルに切り替える
public GUILayout.AreaScope(screenRect: Rect)
public GUILayout.AreaScope(Rect screenRect);
public GUILayout.AreaScope(screenRect: Rect, text: string)
public GUILayout.AreaScope(Rect screenRect, string text);
public GUILayout.AreaScope(screenRect: Rect, image: Texture)
public GUILayout.AreaScope(Rect screenRect, Texture image);
public GUILayout.AreaScope(screenRect: Rect, content: GUIContent)
public GUILayout.AreaScope(Rect screenRect, GUIContent content);
public GUILayout.AreaScope(screenRect: Rect, text: string, style: GUIStyle)
public GUILayout.AreaScope(Rect screenRect, string text, GUIStyle style);
public GUILayout.AreaScope(screenRect: Rect, image: Texture, style: GUIStyle)
public GUILayout.AreaScope(Rect screenRect, Texture image, GUIStyle style);
public GUILayout.AreaScope(screenRect: Rect, content: GUIContent, style: GUIStyle)
public GUILayout.AreaScope(Rect screenRect, GUIContent content, GUIStyle style);

パラメーター

text 領域に表示するテキスト
image 領域に表示するテクスチャ
content 領域に表示するテキスト、画像、ツールチップ
style 使用するスタイル。省略された場合は、空のGUIStyle (GUIStyle.none) が使用され、背景は透明になります

説明

新しい AreaScope を作成して、対応する領域を開始します。