C# 클래스 StoreMenuScript

상속: MonoBehaviour
파일 보기 프로젝트 열기: ucsdCSE110wi16/CSE110M240T15

공개 프로퍼티들

프로퍼티 타입 설명
cat_b Button
cat_s Sprite
chosen string
digits Sprite[]
equipped Sprite
multiuse Button
thousand Image
thousand_c Image

공개 메소드들

메소드 설명
Start ( ) : void
chooseAnimal ( string animal ) : void
displayCost ( ) : void
displaySocks ( ) : void
getCost ( ) : int
goBack ( ) : void
hideCost ( ) : void
onMultiuse ( ) : void
update ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

chooseAnimal() 공개 메소드

public chooseAnimal ( string animal ) : void
animal string
리턴 void

displayCost() 공개 메소드

public displayCost ( ) : void
리턴 void

displaySocks() 공개 메소드

public displaySocks ( ) : void
리턴 void

getCost() 공개 메소드

public getCost ( ) : int
리턴 int

goBack() 공개 메소드

public goBack ( ) : void
리턴 void

hideCost() 공개 메소드

public hideCost ( ) : void
리턴 void

onMultiuse() 공개 메소드

public onMultiuse ( ) : void
리턴 void

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

cat_b 공개적으로 프로퍼티

public Button cat_b
리턴 Button

cat_s 공개적으로 프로퍼티

public Sprite cat_s
리턴 Sprite

chosen 공개적으로 프로퍼티

public string chosen
리턴 string

digits 공개적으로 프로퍼티

public Sprite[] digits
리턴 Sprite[]

equipped 공개적으로 프로퍼티

public Sprite equipped
리턴 Sprite

multiuse 공개적으로 프로퍼티

public Button multiuse
리턴 Button

thousand 공개적으로 프로퍼티

public Image thousand
리턴 Image

thousand_c 공개적으로 프로퍼티

public Image thousand_c
리턴 Image