using Unity.UI;
public Text score;
private int scoreNum = 3;
void Start()
{
score.text = scoreNum.ToString();
}
score.text = "Score: " + scoreNum.ToString();
"\n"
유니티 Mathf 함수 노트 (0) | 2020.10.05 |
---|---|
유니티 Switch 노트 (0) | 2020.09.26 |
유니티 Random.Range() 노트 (0) | 2020.09.24 |
유니티 사운드(AudioSource) 노트 (0) | 2020.08.28 |
유니티 script로 Component 불러오기 RequireComponent 노트 (0) | 2020.08.27 |
댓글 영역