Show / Hide Table of Contents

Class VS_EditorUtility.ViewPageItemDetailPopup

Inheritance
System.Object
UnityEditor.PopupWindowContent
VS_EditorUtility.ViewPageItemDetailPopup
Inherited Members
UnityEditor.PopupWindowContent.OnOpen()
UnityEditor.PopupWindowContent.OnClose()
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 ViewPageItemDetailPopup : PopupWindowContent

Constructors

| Improve this Doc View Source

ViewPageItemDetailPopup(Rect, ViewPageItem)

Declaration
public ViewPageItemDetailPopup(Rect rect, ViewPageItem viewPageItem)
Parameters
Type Name Description
UnityEngine.Rect rect
ViewPageItem viewPageItem

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

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
In This Article
Back to top Generated by DocFX