C# 클래스 LevelController, Summer_SlowJam_3

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

공개 프로퍼티들

프로퍼티 타입 설명
endCave GameObject
gameLength float
main LevelController
player GameObject
speed float

공개 메소드들

메소드 설명
resetLevel ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
CalculateDifficulty ( float length ) : float
GetSectionForDifficulty ( float difficulty ) : GameObject
Update ( ) : void
addEndingSection ( ) : void
addNextSection ( ) : void
spawnInitialSections ( ) : void

메소드 상세

resetLevel() 공개 메소드

public resetLevel ( ) : void
리턴 void

프로퍼티 상세

endCave 공개적으로 프로퍼티

public GameObject endCave
리턴 GameObject

gameLength 공개적으로 프로퍼티

public float gameLength
리턴 float

main 공개적으로 정적으로 프로퍼티

public static LevelController main
리턴 LevelController

player 공개적으로 프로퍼티

public GameObject player
리턴 GameObject

speed 공개적으로 프로퍼티

public float speed
리턴 float