Guest User

Untitled

a guest
Apr 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. void SetHighScoreText(float distance){
  2. // 受け取ったハイスコアの値を使って画面に表示するテキストをセット
  3. highScoreText.text = highScorePrefix + distance.ToString("F2") + highScoreSuffix;
  4. }
Add Comment
Please, Sign In to add comment