Show / Hide Table of Contents

Class PopupWindowContent

Inheritance
Object
PopupWindowContent
Inherited Members
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 abstract class PopupWindowContent

Properties

| Improve this Doc View Source

editorWindow

Declaration
public EditorWindow editorWindow { get; }
Property Value
Type Description
EditorWindow

Methods

| Improve this Doc View Source

GetWindowSize()

Declaration
public virtual Vector2 GetWindowSize()
Returns
Type Description
Vector2
| Improve this Doc View Source

OnClose()

Declaration
public virtual void OnClose()
| Improve this Doc View Source

OnGUI(Rect)

Declaration
public abstract void OnGUI(Rect rect)
Parameters
Type Name Description
Rect rect
| Improve this Doc View Source

OnOpen()

Declaration
public virtual void OnOpen()

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