Свойство | Тип | Описание | |
---|---|---|---|
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 |
public ChangeToScene ( string sceneToChangeTo ) : void | ||
sceneToChangeTo | string | |
Результат | void |
public uploadScore ( string level ) : void | ||
level | string | |
Результат | void |