Class ProductCatalogEditor
Editor window for displaying and editing the contents of the default ProductCatalog.
Inherited Members
Namespace: UnityEditor .Purchasing
Assembly: UnityEditor.Purchasing.dll
Syntax
public class ProductCatalogEditor : EditorWindow
Fields
ProductCatalogEditorMenuPath
The path in the Menu bar where the ProductCatalogEditor
item is located.
Declaration
public const string ProductCatalogEditorMenuPath = "Services/In-App Purchasing/IAP Catalog..."
Field Value
Type | Description |
---|---|
string |
Properties
Catalog
Property which gets the ProductCatalog
instance which is being edited.
Declaration
public ProductCatalog Catalog { get; }
Property Value
Type | Description |
---|---|
Product |
Methods
ShowWindow()
Opens the ProductCatalogEditor
Window or moves it to the front of the draw order.
Declaration
[MenuItem("Services/In-App Purchasing/IAP Catalog...", false, 200)]
public static void ShowWindow()