Version: 2022.1
言語: 日本語

EditorGUILayout.ToggleGroupScopeConstructor

マニュアルに切り替える
public EditorGUILayout.ToggleGroupScope (string label, bool toggle);
public EditorGUILayout.ToggleGroupScope (GUIContent label, bool toggle);

パラメーター

label トグルコントロール上に表示するラベル
toggle トグルグループの有効状態

説明