C# 클래스 CurrencyControl, Team4BabelGame

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

공개 프로퍼티들

프로퍼티 타입 설명
amountText Text
currencyAmount int

공개 메소드들

메소드 설명
EarnCurrency ( int earned ) : void
OpenInventory ( GameObject can ) : void

비공개 메소드들

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

메소드 상세

EarnCurrency() 공개 메소드

public EarnCurrency ( int earned ) : void
earned int
리턴 void

OpenInventory() 공개 메소드

public OpenInventory ( GameObject can ) : void
can GameObject
리턴 void

프로퍼티 상세

amountText 공개적으로 프로퍼티

public Text amountText
리턴 Text

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

public static int currencyAmount
리턴 int