C# 클래스 Pillars_Flappy, otterspace

상속: MiniGame
파일 보기 프로젝트 열기: dimo2/otterspace 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
pillarInterval float
pillars GameObject
starPrefab GameObject

공개 메소드들

메소드 설명
CreatePillar ( ) : void
IsLost ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

CreatePillar() 공개 메소드

public CreatePillar ( ) : void
리턴 void

IsLost() 공개 메소드

public IsLost ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

pillarInterval 공개적으로 프로퍼티

public float pillarInterval
리턴 float

pillars 공개적으로 프로퍼티

public GameObject pillars
리턴 GameObject

starPrefab 공개적으로 프로퍼티

public GameObject starPrefab
리턴 GameObject