Class VS_EditorUtility.ViewPageItemsBreakPointPopup
Inheritance
System.Object
UnityEditor.PopupWindowContent
VS_EditorUtility.ViewPageItemsBreakPointPopup
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 ViewPageItemsBreakPointPopup : PopupWindowContent
Constructors
| Improve this Doc View SourceViewPageItemsBreakPointPopup(ViewPageItem, Action<ViewElementTransform, String, String, ViewElement, Rect>)
Declaration
public ViewPageItemsBreakPointPopup(ViewPageItem viewPageItem, Action<ViewElementTransform, string, string, ViewElement, Rect> OnDrawItem)
Parameters
Type | Name | Description |
---|---|---|
ViewPageItem | viewPageItem | |
System.Action<ViewElementTransform, System.String, System.String, ViewElement, UnityEngine.Rect> | OnDrawItem |
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)