C# Class UnityEditor.EditorGUILayout.HorizontalScope

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

Public Methods

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

Protected Methods

Method Description
CloseScope ( ) : void

Private Methods

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

Method Details

CloseScope() protected method

protected CloseScope ( ) : void
return void

HorizontalScope() public method

public HorizontalScope ( ) : System
return System

HorizontalScope() public method

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