C# 클래스 MerchUI, TapBand

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

공개 프로퍼티들

프로퍼티 타입 설명
timePanel GameObject

공개 메소드들

메소드 설명
OnGUI ( ) : void

비공개 메소드들

메소드 설명
GetButtonComponentOfChild ( GameObject parent, string childName ) : Button
GetButtonTextComponentOfChild ( GameObject parent, string childName ) : Text
GetTextComponentOfChild ( GameObject parent, string childName ) : Text
MerchPropertiesToShow ( MerchData, merchData ) : string
RefreshPanel ( GameObject panel, MerchDataEvent currentData, MerchDataEvent nextData, BuyMerchEvent buy ) : void

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

프로퍼티 상세

timePanel 공개적으로 프로퍼티

public GameObject timePanel
리턴 GameObject