반응형 분류 전체보기42 유니티) webcamtexture size 16x16 으로 나올때 https://forum.unity.com/threads/webcamtexture-always-return-16-for-width-and-height.327015/ WebcamTexture always return "16" for width and height. Hello, I am really a beginner in Unity world, and struggling with webcam. First of all, I am trying to get an image from my webcam with the code... forum.unity.com 맥이나 ios os일때 이런 오류가 있는것같다. awake 나 start에서 웹캠을 찾고 연결했을때 바로 webcamtexture의 사이즈에 접근하게 될 경.. 2023. 4. 13. React) 버튼 누르면 값이 바뀌게 하기_useState const [counter, setCounter] = React.useState(0); > 첫번째 파라미터인 counter라는 변수에 useState(n)에서 n이라는 값으로 초기화를 해준다 > 두번째 파라미터인 setCounter라는 함수에서 해당 값을 파라미터 값으로 받는다 [setCounter라는 함수를 ] setCounter((current) => current + 1); > setCounter에서 파라미터로 받은값을 변경하고 그 값으로 counter변수를 세팅해준다 setCounter(counter + 1); > setCounter에서 counter라는 변수에 직접적으로 접근하여 값을 바꿔주고 있다. 둘다 counter가 바뀌는거임 2023. 4. 13. React) 자동완성 f1 > open user setting(JSON) "javascript": "javascriptreact" 추가 저장 되긴되는데 이게맞아?? 2023. 4. 13. React) create-react-app 사용해보기 1 https://github.com/facebook/create-react-app GitHub - facebook/create-react-app: Set up a modern web app by running one command. Set up a modern web app by running one command. Contribute to facebook/create-react-app development by creating an account on GitHub. github.com create-react-app git 주소 그러나 여기서 다운받는게 아니라 node.js를 다운받아서 사용할것이다. https://nomadcoders.co/react-for-beginners/lobby ReactJS로 영.. 2023. 4. 13. 이전 1 ··· 3 4 5 6 7 8 9 ··· 11 다음 반응형