コード例 #1
0
    private void Start()
    {
        startext              = textField.text;
        textField.text        = "";
        inputField.caretWidth = 12;

        //get scorebord text
        scorebordText = Highscores.AsString();

        //combine texts

        text = startext + "\n\n" + scorebordText + exitText;
    }
コード例 #2
0
 private void Update()
 {
     scoreboardText.text = Highscores.AsString(10);
 }