728x90
반응형
https://dreamaz.tistory.com/1118
이 자체가 변수값인듯 하다. 대신 해당 스크립트 파일이 지정된 게임 오브젝트에 대한 Rect값을 가져온다.
GetComponent.<RectTransform>().rect.width
GetComponent.<RectTransform>().rect.height
공식 문서 예시
HingeJoint hinge = gameObject.GetComponent( typeof(HingeJoint) ) as HingeJoint;
Start()함수에서 또는 Awake()함수에서 미리 할당해놓아야 함.
Script명이 타입명이 될 수도 있다. 대신 같은 컴포넌트에 지정되어 있어야 하는 것 같다.
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=wjsdldks&logNo=220379134983
728x90
반응형
'studies > Back-end' 카테고리의 다른 글
리눅스 유저 생성과 etc/shadow에서 정보 확인 (0) | 2021.06.11 |
---|---|
[Unity] build error 해결 / android sdk does not include your target sdk of 26 (0) | 2021.06.08 |
Tensorflow.js 선형회귀분석 모델 생성과 테스트하기 (0) | 2021.04.17 |
Apache아파치로 Tensorflow.js 사용을 위한 로컬 호스트 서버 만들기 (0) | 2021.04.17 |
텐서플로우의 mobilenet 모델은 라쿤이란 단어를 모른다 (0) | 2021.04.17 |