Class Currency
Describes a currency.
Inherited Members
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public class Currency : CatalogItem
Properties
| Name | Description |
|---|---|
| maximumBalance | The maximum balance the player can have. 0 means no limit. |
| type |
Methods
| Name | Description |
|---|---|
| Equals(object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |
| ToString() | Returns a string that represents the current object. |