Class StoreItemObject
The store entry, associating a transaction and an enable flag.
Namespace: UnityEngine.GameFoundation.CatalogManagement
Assembly: solution.dll
Syntax
[Serializable]
public sealed class StoreItemObject
Properties
| Name | Description |
|---|---|
| enabled | Tells whether or not the transaction will be added to the StoreConfig. |
| store | A link to the store which owns this StoreItemObject. |
| transaction | A reference to a BaseTransactionAsset. |