Version: 2017.4

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 を作成し、対応するグループで開始します。