Struct Payout
Describes the items and currencies granted by a RewardItemDefinition or BaseTransaction.
Namespace: UnityEngine.GameFoundation
Syntax
public struct Payout
Properties
products
The ITradable added.
Declaration
public IReadOnlyCollection<ITradable> products { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyCollection<ITradable> |