C# 클래스 CPlayerInfoSlot, freegostop

상속: MonoBehaviour
파일 보기 프로젝트 열기: sunduk/freegostop

공개 메소드들

메소드 설명
update_go ( short go ) : void
update_peecount ( byte count ) : void
update_ppuk ( short ppuk ) : void
update_score ( short score ) : void
update_shake ( short shake ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

update_go() 공개 메소드

public update_go ( short go ) : void
go short
리턴 void

update_peecount() 공개 메소드

public update_peecount ( byte count ) : void
count byte
리턴 void

update_ppuk() 공개 메소드

public update_ppuk ( short ppuk ) : void
ppuk short
리턴 void

update_score() 공개 메소드

public update_score ( short score ) : void
score short
리턴 void

update_shake() 공개 메소드

public update_shake ( short shake ) : void
shake short
리턴 void