Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

EditorGUILayout.ToggleGroupScope Constructor

Declaration

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

Declaration

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

Parameters

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

Description