C# 클래스 world, Moonlight_Bartender

상속: MonoBehaviour
파일 보기 프로젝트 열기: michaeljaeoh/Moonlight_Bartender 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alcoholic AlcoholicCustomer,
Customer NormalCustomer,
chia Chia,
customer_count int
customer_stack Stack
drinkOptions List
isLevel1 bool
moneyEarned int
mouseBusy bool
star1 int
star2 int
star3 int
timeLeft float

공개 메소드들

메소드 설명
getMouseBusy ( ) : bool
setMouseBusy ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
Update ( ) : void

메소드 상세

getMouseBusy() 공개 메소드

public getMouseBusy ( ) : bool
리턴 bool

setMouseBusy() 공개 메소드

public setMouseBusy ( ) : void
리턴 void

프로퍼티 상세

Alcoholic 공개적으로 프로퍼티

public AlcoholicCustomer, Alcoholic
리턴 AlcoholicCustomer,

Customer 공개적으로 프로퍼티

public NormalCustomer, Customer
리턴 NormalCustomer,

chia 공개적으로 프로퍼티

public Chia, chia
리턴 Chia,

customer_count 공개적으로 프로퍼티

public int customer_count
리턴 int

customer_stack 공개적으로 프로퍼티

public Stack customer_stack
리턴 Stack

drinkOptions 공개적으로 프로퍼티

public List drinkOptions
리턴 List

isLevel1 공개적으로 정적으로 프로퍼티

public static bool isLevel1
리턴 bool

moneyEarned 공개적으로 정적으로 프로퍼티

public static int moneyEarned
리턴 int

mouseBusy 공개적으로 프로퍼티

public bool mouseBusy
리턴 bool

star1 공개적으로 정적으로 프로퍼티

public static int star1
리턴 int

star2 공개적으로 정적으로 프로퍼티

public static int star2
리턴 int

star3 공개적으로 정적으로 프로퍼티

public static int star3
리턴 int

timeLeft 공개적으로 정적으로 프로퍼티

public static float timeLeft
리턴 float