Class EditorGUILayout.HorizontalScope
Inheritance
EditorGUILayout.HorizontalScope
Assembly: UnityEditor.dll
Syntax
public class HorizontalScope : GUI.Scope, IDisposable
Constructors
|
Improve this Doc
View Source
HorizontalScope(GUILayoutOption[])
Declaration
public HorizontalScope(params GUILayoutOption[] options)
Parameters
|
Improve this Doc
View Source
HorizontalScope(GUIStyle, GUILayoutOption[])
Declaration
public HorizontalScope(GUIStyle style, params GUILayoutOption[] options)
Parameters
Properties
|
Improve this Doc
View Source
rect
Declaration
public Rect rect { get; protected set; }
Property Value
Methods
|
Improve this Doc
View Source
CloseScope()
Declaration
protected override void CloseScope()
Overrides
Implements
Extension Methods