C# 클래스 ShopItemInfo, Zombayo

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

공개 프로퍼티들

프로퍼티 타입 설명
level int
priceLabel UILabel,
priceNextLevel int
starSprites UISprite[],
type UpgradeLevel.Type

공개 메소드들

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

비공개 메소드들

메소드 설명
showStars ( int n ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

level 공개적으로 프로퍼티

public int level
리턴 int

priceLabel 공개적으로 프로퍼티

public UILabel, priceLabel
리턴 UILabel,

priceNextLevel 공개적으로 프로퍼티

public int priceNextLevel
리턴 int

starSprites 공개적으로 프로퍼티

public UISprite[], starSprites
리턴 UISprite[],

type 공개적으로 프로퍼티

public UpgradeLevel.Type type
리턴 UpgradeLevel.Type