C# Class Supermarket.GUI

Inheritance: UnityEngine.MonoBehaviour, IStaffManagerListener, IWalletListener
Afficher le fichier Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Méthodes publiques

Свойство Type Description
MoneyText UnityEngine.UI.Text
NStaffText UnityEngine.UI.Text

Méthodes publiques

Méthode Description
Awake ( ) : void
DisplayCheckout ( Checkout checkout ) : void
DisplayCustomer ( Customer customer ) : void
DisplayShelf ( Shelf shelf ) : void
DisplayStaff ( Staff staff ) : void
Hide ( ) : void
OnDeposit ( float amountDeposited ) : void
OnStaffFired ( Staff staff ) : void
OnStaffHired ( Staff staff ) : void
OnWithdrawal ( float amountWithdrawn ) : void
SpawnStaff ( ) : void
Start ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DisplayCheckout() public méthode

public DisplayCheckout ( Checkout checkout ) : void
checkout Checkout
Résultat void

DisplayCustomer() public méthode

public DisplayCustomer ( Customer customer ) : void
customer Customer
Résultat void

DisplayShelf() public méthode

public DisplayShelf ( Shelf shelf ) : void
shelf Shelf
Résultat void

DisplayStaff() public méthode

public DisplayStaff ( Staff staff ) : void
staff Staff
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

OnDeposit() public méthode

public OnDeposit ( float amountDeposited ) : void
amountDeposited float
Résultat void

OnStaffFired() public méthode

public OnStaffFired ( Staff staff ) : void
staff Staff
Résultat void

OnStaffHired() public méthode

public OnStaffHired ( Staff staff ) : void
staff Staff
Résultat void

OnWithdrawal() public méthode

public OnWithdrawal ( float amountWithdrawn ) : void
amountWithdrawn float
Résultat void

SpawnStaff() public méthode

public SpawnStaff ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

MoneyText public_oe property

public Text,UnityEngine.UI MoneyText
Résultat UnityEngine.UI.Text

NStaffText public_oe property

public Text,UnityEngine.UI NStaffText
Résultat UnityEngine.UI.Text