Show / Hide Table of Contents

Class GUI.GroupScope

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

Constructors

| Improve this Doc View Source

GroupScope(Rect)

Declaration
public GroupScope(Rect position)
Parameters
Type Name Description
Rect position
| Improve this Doc View Source

GroupScope(Rect, String)

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

GroupScope(Rect, String, GUIStyle)

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

GroupScope(Rect, GUIContent)

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

GroupScope(Rect, GUIStyle)

Declaration
public GroupScope(Rect position, GUIStyle style)
Parameters
Type Name Description
Rect position
GUIStyle style
| Improve this Doc View Source

GroupScope(Rect, Texture)

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

GroupScope(Rect, Texture, GUIStyle)

Declaration
public GroupScope(Rect position, Texture image, GUIStyle style)
Parameters
Type Name Description
Rect position
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