Class StoreAsset
Description of a virtual store. A store exposes a list of BaseTransactionAsset.
Implements
Inherited Members
Namespace: UnityEngine.GameFoundation.CatalogManagement
Assembly: solution.dll
Syntax
public sealed class StoreAsset : CatalogItemAsset, ISerializationCallbackReceiver
Methods
| Name | Description |
|---|---|
| AwakeDefinition() | Initializes the store items collection. |
| ConfigureItem(CatalogBuilder) | Configures a specified |
| Contains(BaseTransactionAsset) | Tells whether or not the store contains the given
|
| GetStoreItems() | Gets all the StoreItemObject. |
| GetStoreItems(ICollection<StoreItemObject>) | Adds all the StoreItemObject to the given
|