C# Class UnityEditor.EditorGUILayout.ToggleGroupScope

Inheritance: UnityEngine.GUI.Scope
显示文件 Open project: randomize/VimConfig

Public Methods

Method Description
ToggleGroupScope ( GUIContent label, bool toggle ) : System
ToggleGroupScope ( string label, bool toggle ) : System

Protected Methods

Method Description
CloseScope ( ) : void

Method Details

CloseScope() protected method

protected CloseScope ( ) : void
return void

ToggleGroupScope() public method

public ToggleGroupScope ( GUIContent label, bool toggle ) : System
label UnityEngine.GUIContent
toggle bool
return System

ToggleGroupScope() public method

public ToggleGroupScope ( string label, bool toggle ) : System
label string
toggle bool
return System