C# 클래스 Supermarket.GUI

상속: UnityEngine.MonoBehaviour, IStaffManagerListener, IWalletListener
파일 보기 프로젝트 열기: Clarksj4/Theme-Supermarket-Tycoon-World

공개 프로퍼티들

프로퍼티 타입 설명
MoneyText UnityEngine.UI.Text
NStaffText UnityEngine.UI.Text

공개 메소드들

메소드 설명
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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

DisplayCheckout() 공개 메소드

public DisplayCheckout ( Checkout checkout ) : void
checkout Checkout
리턴 void

DisplayCustomer() 공개 메소드

public DisplayCustomer ( Customer customer ) : void
customer Customer
리턴 void

DisplayShelf() 공개 메소드

public DisplayShelf ( Shelf shelf ) : void
shelf Shelf
리턴 void

DisplayStaff() 공개 메소드

public DisplayStaff ( Staff staff ) : void
staff Staff
리턴 void

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

OnDeposit() 공개 메소드

public OnDeposit ( float amountDeposited ) : void
amountDeposited float
리턴 void

OnStaffFired() 공개 메소드

public OnStaffFired ( Staff staff ) : void
staff Staff
리턴 void

OnStaffHired() 공개 메소드

public OnStaffHired ( Staff staff ) : void
staff Staff
리턴 void

OnWithdrawal() 공개 메소드

public OnWithdrawal ( float amountWithdrawn ) : void
amountWithdrawn float
리턴 void

SpawnStaff() 공개 메소드

public SpawnStaff ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

MoneyText 공개적으로 프로퍼티

public Text,UnityEngine.UI MoneyText
리턴 UnityEngine.UI.Text

NStaffText 공개적으로 프로퍼티

public Text,UnityEngine.UI NStaffText
리턴 UnityEngine.UI.Text