docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ProductCatalogEditor.ProductCatalogExportWindow

    A popup window that shows a list of exporters and kicks off an export from the ProductCatalogEditor.

    Inheritance
    object
    PopupWindowContent
    ProductCatalogEditor.ProductCatalogExportWindow
    Inherited Members
    PopupWindowContent.OnOpen()
    PopupWindowContent.OnClose()
    PopupWindowContent.editorWindow
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Purchasing
    Assembly: UnityEditor.Purchasing.dll
    Syntax
    public class ProductCatalogEditor.ProductCatalogExportWindow : PopupWindowContent

    Constructors

    ProductCatalogExportWindow(ProductCatalogEditor)

    Constructor taking an instance of ProductCatalogEditor to export contents from.

    Declaration
    public ProductCatalogExportWindow(ProductCatalogEditor editor_)
    Parameters
    Type Name Description
    ProductCatalogEditor editor_

    The product catalog editor from which the catalog will be exported.

    Fields

    kWidth

    The default width of the export window.

    Declaration
    public const float kWidth = 200
    Field Value
    Type Description
    float

    Methods

    GetWindowSize()

    Gets the dimensions of the window.

    Declaration
    public override Vector2 GetWindowSize()
    Returns
    Type Description
    Vector2

    The size of the window as a 2D vector.

    Overrides
    PopupWindowContent.GetWindowSize()

    OnGUI(Rect)

    Function called when the GUI updates.

    Declaration
    public override void OnGUI(Rect rect)
    Parameters
    Type Name Description
    Rect rect

    The current draw rectangle of the Window's GUI.

    Overrides
    PopupWindowContent.OnGUI(Rect)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)