Class BaseTransactionConfig<TRuntimeTransaction>
Base configurator for a BaseTransaction instance.
Inheritance
BaseTransactionConfig<TRuntimeTransaction>
Inherited Members
Namespace: UnityEngine.GameFoundation.Configs
Assembly: solution.dll
Syntax
public abstract class BaseTransactionConfig<TRuntimeTransaction> : BaseTransactionConfig where TRuntimeTransaction : BaseTransaction
Type Parameters
| Name | Description |
|---|---|
| TRuntimeTransaction |
Methods
| Name | Description |
|---|---|
| CompileGenericTransaction() | Checks the configuration and builds the BaseTransaction instance. |
| CompileTransaction() | Checks the specific configuration of the
BaseTransactionConfig<TRuntimeTransaction> and builds
the |
| LinkGenericTransaction(CatalogBuilder) | Resolves the possible references the CatalogItem may contain. |
| LinkTransaction(CatalogBuilder) | Resolves the possible references the
|