Show / Hide Table of Contents

Class GUILayout.VerticalScope

Inheritance
Object
GUI.Scope
GUILayout.VerticalScope
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: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class VerticalScope : GUI.Scope, IDisposable

Constructors

| Improve this Doc View Source

VerticalScope(String, GUIStyle, GUILayoutOption[])

Declaration
public VerticalScope(string text, GUIStyle style, params GUILayoutOption[] options)
Parameters
Type Name Description
String text
GUIStyle style
GUILayoutOption[] options
| Improve this Doc View Source

VerticalScope(GUIContent, GUIStyle, GUILayoutOption[])

Declaration
public VerticalScope(GUIContent content, GUIStyle style, params GUILayoutOption[] options)
Parameters
Type Name Description
GUIContent content
GUIStyle style
GUILayoutOption[] options
| Improve this Doc View Source

VerticalScope(GUILayoutOption[])

Declaration
public VerticalScope(params GUILayoutOption[] options)
Parameters
Type Name Description
GUILayoutOption[] options
| Improve this Doc View Source

VerticalScope(GUIStyle, GUILayoutOption[])

Declaration
public VerticalScope(GUIStyle style, params GUILayoutOption[] options)
Parameters
Type Name Description
GUIStyle style
GUILayoutOption[] options
| Improve this Doc View Source

VerticalScope(Texture, GUIStyle, GUILayoutOption[])

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

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