C# 클래스 GameStartController, Albatross

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

공개 프로퍼티들

프로퍼티 타입 설명
countDownIntervalDuration float
gameTimerTextObject GameObject
startingCount int

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
startMatch ( ) : IEnumerator

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

countDownIntervalDuration 공개적으로 프로퍼티

The duration of each count in seconds
public float countDownIntervalDuration
리턴 float

gameTimerTextObject 공개적으로 프로퍼티

Object to enable after the countdown finishes
public GameObject gameTimerTextObject
리턴 GameObject

startingCount 공개적으로 프로퍼티

The initial text to display
public int startingCount
리턴 int