- Namespace
- Atavism
- Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["UGUICurrencyInputPanel"]
class Type type-node
Syntax
public class UGUICurrencyInputPanel : MonoBehaviour
Fields
| Name | Constant Value | Summary |
|---|---|---|
| allow |
||
| icons | ||
| inputFields | ||
| TMPInputFields |
Methods
| Name | Value | Summary |
|---|---|---|
| ClearCurrencyAmounts |
void | |
| GetCurrencyAmount |
void | |
| SetCurrencies |
void |
Sets the currencies icons. Call this function first
|
| SetCurrency1Amount |
void | |
| SetCurrency2Amount |
void | |
| SetCurrency3Amount |
void | |
| SetCurrencyAmounts |
void |
Sets the currency amounts if the input should be filled before the player types anything in.
Should be called after SetCurrencies.
|