Show / Hide Table of Contents

Class OverridePropertyDrawer.OverridePopup

Inheritance
System.Object
UnityEditor.PopupWindowContent
OverridePropertyDrawer.OverridePopup
Inherited Members
UnityEditor.PopupWindowContent.editorWindow
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.Editor.dll
Syntax
public class OverridePopup : PopupWindowContent

Constructors

| Improve this Doc View Source

OverridePopup(ViewElementPropertyOverrideData, ViewElement)

Declaration
public OverridePopup(ViewElementPropertyOverrideData data, ViewElement target)
Parameters
Type Name Description
ViewElementPropertyOverrideData data
ViewElement target

Methods

| Improve this Doc View Source

GetWindowSize()

Declaration
public override Vector2 GetWindowSize()
Returns
Type Description
UnityEngine.Vector2
Overrides
UnityEditor.PopupWindowContent.GetWindowSize()
| Improve this Doc View Source

OnClose()

Declaration
public override void OnClose()
Overrides
UnityEditor.PopupWindowContent.OnClose()
| Improve this Doc View Source

OnGUI(Rect)

Declaration
public override void OnGUI(Rect rect)
Parameters
Type Name Description
UnityEngine.Rect rect
Overrides
UnityEditor.PopupWindowContent.OnGUI(UnityEngine.Rect)
| Improve this Doc View Source

OnOpen()

Declaration
public override void OnOpen()
Overrides
UnityEditor.PopupWindowContent.OnOpen()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX