C# 클래스 EquipmentUI, TapBand

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

공개 프로퍼티들

프로퍼티 타입 설명
drumPanel GameObject

공개 메소드들

메소드 설명
OnGUI ( ) : void

비공개 메소드들

메소드 설명
GetButtonComponentOfChild ( GameObject parent, string childName ) : Button,
GetButtonTextComponentOfChild ( GameObject parent, string childName ) : Text,
GetTextComponentOfChild ( GameObject parent, string childName ) : Text,

메소드 상세

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

프로퍼티 상세

drumPanel 공개적으로 프로퍼티

public GameObject drumPanel
리턴 GameObject