Class BaseTransactionConfig
Base configurator for a BaseTransaction instance.
Inherited Members
Namespace: UnityEngine.GameFoundation.Configs
Assembly: solution.dll
Syntax
public abstract class BaseTransactionConfig : CatalogItemConfig<BaseTransaction>
Fields
| Name | Description |
|---|---|
| rewards | The configurator of the rewards. |
Methods
| Name | Description |
|---|---|
| CompileGenericTransaction() | Checks the configuration and builds the BaseTransaction instance. |
| CompileItem() | Checks the configuration and builds the BaseTransaction instance. |
| LinkGenericTransaction(CatalogBuilder) | Resolves the possible references the CatalogItem may contain. |
| LinkItem(CatalogBuilder) | Resolves the possible referenes the BaseTransaction instance may contain. |