Show / Hide Table of Contents

Class EditorGUILayout.HorizontalScope

Inheritance
Object
GUI.Scope
EditorGUILayout.HorizontalScope
Implements
IDisposable
Inherited Members
GUI.Scope.Dispose()
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
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
Type Name Description
GUILayoutOption[] options
| Improve this Doc View Source

HorizontalScope(GUIStyle, GUILayoutOption[])

Declaration
public HorizontalScope(GUIStyle style, params GUILayoutOption[] options)
Parameters
Type Name Description
GUIStyle style
GUILayoutOption[] options

Properties

| Improve this Doc View Source

rect

Declaration
public Rect rect { get; protected set; }
Property Value
Type Description
Rect

Methods

| Improve this Doc View Source

CloseScope()

Declaration
protected override void CloseScope()
Overrides
GUI.Scope.CloseScope()

Implements

System.IDisposable

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX