차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판 | |||
unity:randomnumbers [2022/01/06 15:09] – [원] V_L | unity:randomnumbers [2022/01/06 15:09] (현재) – [원] V_L | ||
---|---|---|---|
줄 125: | 줄 125: | ||
<file csharp> | <file csharp> | ||
//반경 0.2안의 랜덤위치 | //반경 0.2안의 랜덤위치 | ||
- | Vector2 randomPos = Random.insideUnitCircle * 0.2f; | + | Vector2 randomPos = Random.insideUnitCircle * 0.2f; |
</ | </ | ||
* 출처: [[http:// | * 출처: [[http:// | ||