Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

EditorGUILayout.ToggleGroupScope.EditorGUILayout.ToggleGroupScope

Switch to Manual
public EditorGUILayout.ToggleGroupScope(label: string, toggle: bool)
public EditorGUILayout.ToggleGroupScope(label: GUIContent, toggle: bool)

Parameters

labelLabel to show above the toggled controls.
toggleEnabled state of the toggle group.

Description