UGUICurrencyInputPanel Class

Namespace
Atavism
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["UGUICurrencyInputPanel"] class Type type-node

Syntax

public class UGUICurrencyInputPanel : MonoBehaviour

Fields

Methods

Name Value Summary
ClearCurrencyAmounts() void
GetCurrencyAmount(int, long) void
SetCurrencies(List<Currency>) void
Sets the currencies icons. Call this function first
SetCurrency1Amount(string) void
SetCurrency2Amount(string) void
SetCurrency3Amount(string) void
SetCurrencyAmounts(int, long) void
Sets the currency amounts if the input should be filled before the player types anything in. Should be called after SetCurrencies.