C# 클래스 FlipFall.UI.UIStarCount

상속: MonoBehaviour
파일 보기 프로젝트 열기: flo-wolf/Flip-Fall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_instance UIStarCount
animator Animator
starText Text

공개 메소드들

메소드 설명
Hide ( ) : void
Show ( ) : void
StarsChanged ( ) : void
WalletUpdate ( ) : void

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

Hide() 공개 정적인 메소드

public static Hide ( ) : void
리턴 void

Show() 공개 정적인 메소드

public static Show ( ) : void
리턴 void

StarsChanged() 공개 메소드

public StarsChanged ( ) : void
리턴 void

WalletUpdate() 공개 메소드

public WalletUpdate ( ) : void
리턴 void

프로퍼티 상세

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

public static UIStarCount,FlipFall.UI _instance
리턴 UIStarCount

animator 공개적으로 프로퍼티

public Animator animator
리턴 Animator

starText 공개적으로 프로퍼티

public Text starText
리턴 Text