Class MoneyAddedUI
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class MoneyAddedUI : MonoBehaviour
- Inheritance
-
MoneyAddedUI
- Inherited Members
- Extension Methods
Constructors
MoneyAddedUI()
public MoneyAddedUI()
Fields
m_cells
public List<MoneyCellUI> m_cells
Field Value
m_lastShowTime
public float m_lastShowTime
Field Value
m_moneyAddedParent
public Transform m_moneyAddedParent
Field Value
m_moneyAddedPrefab
public GameObject m_moneyAddedPrefab
Field Value
- GameObject
Methods
ClearAll()
public void ClearAll()
Show(string, string, MoneyCellType)
public void Show(string header, string money, MoneyCellUI.MoneyCellType cellType)
Parameters
header
stringmoney
stringcellType
MoneyCellUI.MoneyCellType
Update()
public void Update()