Show / Hide Table of Contents

Class GUILayout.AreaScope

Inheritance
Object
GUI.Scope
GUILayout.AreaScope
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 AreaScope : GUI.Scope, IDisposable

Constructors

| Improve this Doc View Source

AreaScope(Rect)

Declaration
public AreaScope(Rect screenRect)
Parameters
Type Name Description
Rect screenRect
| Improve this Doc View Source

AreaScope(Rect, String)

Declaration
public AreaScope(Rect screenRect, string text)
Parameters
Type Name Description
Rect screenRect
String text
| Improve this Doc View Source

AreaScope(Rect, String, GUIStyle)

Declaration
public AreaScope(Rect screenRect, string text, GUIStyle style)
Parameters
Type Name Description
Rect screenRect
String text
GUIStyle style
| Improve this Doc View Source

AreaScope(Rect, GUIContent)

Declaration
public AreaScope(Rect screenRect, GUIContent content)
Parameters
Type Name Description
Rect screenRect
GUIContent content
| Improve this Doc View Source

AreaScope(Rect, GUIContent, GUIStyle)

Declaration
public AreaScope(Rect screenRect, GUIContent content, GUIStyle style)
Parameters
Type Name Description
Rect screenRect
GUIContent content
GUIStyle style
| Improve this Doc View Source

AreaScope(Rect, Texture)

Declaration
public AreaScope(Rect screenRect, Texture image)
Parameters
Type Name Description
Rect screenRect
Texture image
| Improve this Doc View Source

AreaScope(Rect, Texture, GUIStyle)

Declaration
public AreaScope(Rect screenRect, Texture image, GUIStyle style)
Parameters
Type Name Description
Rect screenRect
Texture image
GUIStyle style

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