junhyungPARK78 / chuchuUnity

0 stars 0 forks source link

공의 스피드 변화 집어넣기 #57

Closed junhyungPARK78 closed 1 year ago

junhyungPARK78 commented 1 year ago

기타 사항

junhyungPARK78 commented 1 year ago

공의 속도 미니멈 / 맥시멈 결정하기 미니멈 : 4 맥시멈 : 10

junhyungPARK78 commented 1 year ago
junhyungPARK78 commented 1 year ago
junhyungPARK78 commented 1 year ago

메모

junhyungPARK78 commented 1 year ago

랜덤값 찾는 방법 https://blockdmask.tistory.com/588

int result = Random.Range(0, 10);
Debug.Log($"Random 값 : {result}"); // 0 ~ 9의 정수
float result = Random.Range(0.0f, 10.0f);
Debug.Log($"Random 값 : {result}"); // 0 ~ 10의 실수

intfloat 지정에 의해서 최대값의 범위가 달라짐에 주의할 것

junhyungPARK78 commented 1 year ago

일본 맥 키보드에서 역슬래시 () 입력하는 방법 영어 입력 모드에서 option + ¥