Class StoreConfig
Configurator for a Store instance.
Inherited Members
Namespace: UnityEngine.GameFoundation.Configs
Assembly: solution.dll
Syntax
public sealed class StoreConfig : CatalogItemConfig<Store>
Fields
| Name | Description |
|---|---|
| transactions | The identifiers of the BaseTransaction this store will expose. |
Methods
| Name | Description |
|---|---|
| CompileItem() | Checks the configuration and builds the Store instance. |
| LinkItem(CatalogBuilder) | Resolves the possible referenes the Store instance may contain. |