static function Range (min : int, max : int) : int
Returns a random integer number between min [inclusive] and max [exclusive] (Read Only).
min 이상 max 미만
static function Range (min : float, max : float) : float
Returns a random float number between and min [inclusive] and max [inclusive] (Read Only).
min 이상 max 이하
'프로그래밍 > Unity' 카테고리의 다른 글
[Unity] prefab을 grid에 추가 할 때 위치가 제대로 맞지 않는 경우 (0) | 2013.12.06 |
---|---|
[Unity] 스크립트가 이유 없이 에러나는 경우 (0) | 2013.12.06 |
[Unity] There are 2 audio listeners in the scene. Please ensure there is always exactly one audio listener in the scene. (2) | 2013.12.04 |
[Unity] 마우스 클릭 한 위치에 있는 오브젝트 찾기 + PlayMakerFSM 에 이벤트 전달 (0) | 2013.11.15 |
[Unity] PlayerPrefs 한글 문제 관련 (0) | 2013.11.15 |
IE9 이상으로 브라우저를 업그레이드하거나, 크롬, 파이어폭스 등 최신 브라우저를 이용해주세요.