Class ProductCatalogEditor.ProductCatalogItemEditor
Inner class for displaying and editing the contents of a single entry in the ProductCatalog.
Inherited Members
Namespace: UnityEditor.Purchasing
Assembly: solution.dll
Syntax
public class ProductCatalogEditor.ProductCatalogItemEditor
Constructors
| Name | Description |
|---|---|
| ProductCatalogItemEditor() | Default constructor. Creates a new |
| ProductCatalogItemEditor(ProductCatalogItem) | Constructor taking an instance of |
Fields
| Name | Description |
|---|---|
| udpItemSyncing | |
| udpSyncErrorMsg |
Properties
| Name | Description |
|---|---|
| Item | Property which gets the |
Methods
| Name | Description |
|---|---|
| OnGUI() | Function called when the GUI updates. |
| SetIDDuplicateError(bool) | Sets an error flag if the item's ID is a duplicate of another item's. |
| SetIDInvalidError(bool) | Sets an error flag if the item's ID is valid or not. |
| SetShouldBeMarked(bool) | Sets a flag if the item should be marked. |
| SetValidationResults(ExporterValidationResults) | Sets the validation results upon export of this item. |