C# 클래스 EndMenu, 306_project2

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

공개 프로퍼티들

프로퍼티 타입 설명
benchmark ].float[
bestTimeText Text,
coinCount CoinCount,
coinText Text,
coinsCollectedText Text,
continued Button,
dbManager DatabaseManager,
endMenuCanvas Canvas
jackpotCanvas GameObject
playerName Text,
replay Button,
submit Button,
timeControl TimeControl,
timeText Text,

공개 메소드들

메소드 설명
ChangeToScene ( string sceneToChangeTo ) : void
GetBestTime ( ) : void
OpenReplay ( ) : void
Start ( ) : void
backToMainMenu ( ) : void
continueWithNext ( ) : void
display ( ) : void
uploadScore ( string level ) : void

비공개 메소드들

메소드 설명
AttemptForJackpot ( ) : int
BestToString ( float bestFloat ) : string

메소드 상세

ChangeToScene() 공개 메소드

public ChangeToScene ( string sceneToChangeTo ) : void
sceneToChangeTo string
리턴 void

GetBestTime() 공개 메소드

public GetBestTime ( ) : void
리턴 void

OpenReplay() 공개 메소드

public OpenReplay ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

backToMainMenu() 공개 메소드

public backToMainMenu ( ) : void
리턴 void

continueWithNext() 공개 메소드

public continueWithNext ( ) : void
리턴 void

display() 공개 메소드

public display ( ) : void
리턴 void

uploadScore() 공개 메소드

public uploadScore ( string level ) : void
level string
리턴 void

프로퍼티 상세

benchmark 공개적으로 프로퍼티

public float[,] benchmark
리턴 ].float[

bestTimeText 공개적으로 프로퍼티

public Text, bestTimeText
리턴 Text,

coinCount 공개적으로 프로퍼티

public CoinCount, coinCount
리턴 CoinCount,

coinText 공개적으로 프로퍼티

public Text, coinText
리턴 Text,

coinsCollectedText 공개적으로 프로퍼티

public Text, coinsCollectedText
리턴 Text,

continued 공개적으로 프로퍼티

public Button, continued
리턴 Button,

dbManager 공개적으로 프로퍼티

public DatabaseManager, dbManager
리턴 DatabaseManager,

endMenuCanvas 공개적으로 프로퍼티

public Canvas endMenuCanvas
리턴 Canvas

jackpotCanvas 공개적으로 프로퍼티

public GameObject jackpotCanvas
리턴 GameObject

playerName 공개적으로 프로퍼티

public Text, playerName
리턴 Text,

replay 공개적으로 프로퍼티

public Button, replay
리턴 Button,

submit 공개적으로 프로퍼티

public Button, submit
리턴 Button,

timeControl 공개적으로 프로퍼티

public TimeControl, timeControl
리턴 TimeControl,

timeText 공개적으로 프로퍼티

public Text, timeText
리턴 Text,