Show / Hide Table of Contents

Class GUI.Scope

Inheritance
Object
GUI.Scope
EditorGUI.ChangeCheckScope
EditorGUI.DisabledGroupScope
EditorGUI.IndentLevelScope
EditorGUI.PropertyScope
EditorGUILayout.FadeGroupScope
EditorGUILayout.HorizontalScope
EditorGUILayout.ScrollViewScope
EditorGUILayout.ToggleGroupScope
EditorGUILayout.VerticalScope
EditorGUIUtility.IconSizeScope
GUI.ClipScope
GUI.GroupScope
GUI.ScrollViewScope
GUILayout.AreaScope
GUILayout.HorizontalScope
GUILayout.ScrollViewScope
GUILayout.VerticalScope
Implements
IDisposable
Inherited Members
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 abstract class Scope : IDisposable

Methods

| Improve this Doc View Source

CloseScope()

Declaration
protected abstract void CloseScope()
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()

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