Class TransactionExchangeDefinition
Describes the changes of a transaction definition. As a reward, those changes are added. As a cost, those changes are removed.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public sealed class TransactionExchangeDefinition
Properties
| Name | Description |
|---|---|
| CurrencyExchangeCount | |
| ItemExchangeCount |
Methods
| Name | Description |
|---|---|
| GetCurrencyExchange(int) | |
| GetCurrencyExchanges(ICollection<CurrencyExchangeDefinition>) | |
| GetItemExchange(int) | |
| GetItemExchanges(ICollection<ItemExchangeDefinition>) |