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 SourceViewPageItemDetailPopup(Rect, ViewPageItem)
Declaration
public ViewPageItemDetailPopup(Rect rect, ViewPageItem viewPageItem)
Parameters
Type | Name | Description |
---|---|---|
UnityEngine.Rect | rect | |
ViewPageItem | viewPageItem |
Methods
| Improve this Doc View SourceGetWindowSize()
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)