C# Class Supermarket.GUI

Inheritance: UnityEngine.MonoBehaviour, IStaffManagerListener, IWalletListener
Show file Open project: Clarksj4/Theme-Supermarket-Tycoon-World

Public Properties

Property Type Description
MoneyText UnityEngine.UI.Text
NStaffText UnityEngine.UI.Text

Public Methods

Method 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 method

public Awake ( ) : void
return void

DisplayCheckout() public method

public DisplayCheckout ( Checkout checkout ) : void
checkout Checkout
return void

DisplayCustomer() public method

public DisplayCustomer ( Customer customer ) : void
customer Customer
return void

DisplayShelf() public method

public DisplayShelf ( Shelf shelf ) : void
shelf Shelf
return void

DisplayStaff() public method

public DisplayStaff ( Staff staff ) : void
staff Staff
return void

Hide() public method

public Hide ( ) : void
return void

OnDeposit() public method

public OnDeposit ( float amountDeposited ) : void
amountDeposited float
return void

OnStaffFired() public method

public OnStaffFired ( Staff staff ) : void
staff Staff
return void

OnStaffHired() public method

public OnStaffHired ( Staff staff ) : void
staff Staff
return void

OnWithdrawal() public method

public OnWithdrawal ( float amountWithdrawn ) : void
amountWithdrawn float
return void

SpawnStaff() public method

public SpawnStaff ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

MoneyText public property

public Text,UnityEngine.UI MoneyText
return UnityEngine.UI.Text

NStaffText public property

public Text,UnityEngine.UI NStaffText
return UnityEngine.UI.Text