Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorGUILayout.ToggleGroupScope Constructor

public EditorGUILayout.ToggleGroupScope(string label, bool toggle);
public EditorGUILayout.ToggleGroupScope(GUIContent label, bool toggle);

Parameters

label Label to show above the toggled controls.
toggle Enabled state of the toggle group.

Description