Unity - Random 난수 생성

반환 형태는 float 값이고
int형으로 받을 수 있다.

1<=ran<10 사이의 값을 받는다.


1
float ran = Random.Range(110);
cs

댓글