Class WalletManager
Manages the player currency balances.
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public static class WalletManager
Properties
Name | Description |
---|---|
Is |
Tells whether the wallet manager is initialized or not. |
Methods
Name | Description |
---|---|
Add |
Increases the balance of the specified Currency. |
Add |
Increases the balance of the specified Currency. |
Get |
Gets the balance of the specified Currency. |
Get |
Gets the balance of the specified Currency. |
Remove |
Decreases the balance of the specified Currency. |
Remove |
Decreases the balance of the specified Currency. |
Set |
Sets the balance of the specified Currency. |
Set |
Sets the balance of the specified Currency. |
Events
Name | Description |
---|---|
balance |
Triggered every time a balance is modified, whether added, removed, or set. |