C# Class UnityEditor.EditorGUILayout.VerticalScope

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

Public Methods

Method Description
VerticalScope ( ) : System
VerticalScope ( GUIStyle style ) : System

Protected Methods

Method Description
CloseScope ( ) : void

Private Methods

Method Description
VerticalScope ( GUIContent content, GUIStyle style ) : System

Method Details

CloseScope() protected method

protected CloseScope ( ) : void
return void

VerticalScope() public method

public VerticalScope ( ) : System
return System

VerticalScope() public method

public VerticalScope ( GUIStyle style ) : System
style UnityEngine.GUIStyle
return System