Class EditorGUILayout.ToggleGroupScope
Inheritance
EditorGUILayout.ToggleGroupScope
Assembly: UnityEditor.dll
Syntax
public class ToggleGroupScope : GUI.Scope, IDisposable
Constructors
|
Improve this Doc
View Source
ToggleGroupScope(String, Boolean)
Declaration
public ToggleGroupScope(string label, bool toggle)
Parameters
|
Improve this Doc
View Source
ToggleGroupScope(GUIContent, Boolean)
Declaration
public ToggleGroupScope(GUIContent label, bool toggle)
Parameters
Properties
|
Improve this Doc
View Source
enabled
Declaration
public bool enabled { get; protected set; }
Property Value
Methods
|
Improve this Doc
View Source
CloseScope()
Declaration
protected override void CloseScope()
Overrides
Implements
Extension Methods