Version: 2019.1 (switch to 2018.3 or 2017.4)
LanguageEnglish
  • C#

EditorGUILayout.ToggleGroupScope Constructor

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

Parameters

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

Description

Did you find this page useful? Please give it a rating: