Table of Contents

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

List<MoneyCellUI>

m_lastShowTime

public float m_lastShowTime

Field Value

float

m_moneyAddedParent

public Transform m_moneyAddedParent

Field Value

Transform

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 string
money string
cellType MoneyCellUI.MoneyCellType

Update()

public void Update()