Version: 2023.1
言語: 日本語

GUI.GroupScopeConstructor

マニュアルに切り替える
public GUI.GroupScope (Rect position);
public GUI.GroupScope (Rect position, string text);
public GUI.GroupScope (Rect position, Texture image);
public GUI.GroupScope (Rect position, GUIContent content);
public GUI.GroupScope (Rect position, GUIStyle style);
public GUI.GroupScope (Rect position, string text, GUIStyle style);
public GUI.GroupScope (Rect position, Texture image, GUIStyle style);

パラメーター

position グループで使用するスクリーン上の Rect
text グループで表示するテキスト
image グループで表示するTexture
content グループのテキスト、画像、ツールチップ。指定した場合は、マウスクリックはグループによって "キャプチャ" され、指定しない場合は背景は描画されず、マウスクリックもキャプチャされません。
style 背景に使用するスタイル

説明

新しい GroupScope を作成し、対応するグループで開始します。