C# 클래스 RoundCounter, AngryCartels

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

공개 프로퍼티들

프로퍼티 타입 설명
roundText Text

공개 메소드들

메소드 설명
Update ( ) : void
setMaxRoundsText ( int maxRounds ) : void

Sets the maximum number of rounds to be displayed for this game. This method should only be called once at the start of the game scene.

메소드 상세

Update() 공개 메소드

public Update ( ) : void
리턴 void

setMaxRoundsText() 공개 메소드

Sets the maximum number of rounds to be displayed for this game. This method should only be called once at the start of the game scene.
public setMaxRoundsText ( int maxRounds ) : void
maxRounds int
리턴 void

프로퍼티 상세

roundText 공개적으로 프로퍼티

public Text roundText
리턴 Text