C# 클래스 GameControllerInfinite

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

공개 프로퍼티들

프로퍼티 타입 설명
countText Text
fireworks ParticleSystem
stillGoText Text

공개 메소드들

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

메소드 상세

AddOne() 공개 메소드

public AddOne ( ) : void
리턴 void

SetCountText() 공개 메소드

public SetCountText ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

countText 공개적으로 프로퍼티

public Text countText
리턴 Text

fireworks 공개적으로 프로퍼티

public ParticleSystem fireworks
리턴 ParticleSystem

stillGoText 공개적으로 프로퍼티

public Text stillGoText
리턴 Text