Show / Hide Table of Contents

    Class DataEntryPopup

    Inheritance
    Object
    UnityEditor.PopupWindowContent
    DataEntryPopup
    Inherited Members
    UnityEditor.PopupWindowContent.OnOpen()
    UnityEditor.PopupWindowContent.OnClose()
    UnityEditor.PopupWindowContent.editorWindow
    Namespace: QFSW.BA
    Assembly: QFSW.BA.dll
    Syntax
    public class DataEntryPopup : PopupWindowContent

    Constructors

    DataEntryPopup(String, String, Action<String>, Boolean)

    Declaration
    public DataEntryPopup(string title, string btnName, Action<string> submitCallback, bool closeOnSubmit = false)
    Parameters
    Type Name Description
    String title
    String btnName
    Action<String> submitCallback
    Boolean closeOnSubmit

    Methods

    GetWindowSize()

    Declaration
    public override Vector2 GetWindowSize()
    Returns
    Type Description
    UnityEngine.Vector2
    Overrides
    UnityEditor.PopupWindowContent.GetWindowSize()

    OnGUI(Rect)

    Declaration
    public override void OnGUI(Rect rect)
    Parameters
    Type Name Description
    UnityEngine.Rect rect
    Overrides
    UnityEditor.PopupWindowContent.OnGUI(UnityEngine.Rect)

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top