Unity3D/Unity 내용 & 공부
UI RectTransform 정리 잘 된 사이트
아시타가
2022. 7. 14. 17:34
https://planek.tistory.com/31?category=1125872
RectTransform 이해하기: rect, scale, anchoredPosition vs localPosition
RectTransform WorldSpace 좌표계로 가정한다. RectTransform canvas 값 panel 값 .position (WorldSpace) ㆍWorldSpace 상의 피벗 위치 (3, 2) ㆍWorldSpace 상의 피벗 위치 (5, 4) .position (ScreenSpace) ㆍS..
planek.tistory.com
https://drehzr.tistory.com/413
Unity) UGUI RectTransform
UGUI RectTransform 유니티 Canvas에서는 RectTransform이라는 컴포넌트를 지원한다. GUI에서 위치 포지션을 설정하는 기본적인 컴포넌트로 UI에 대한 작업을 지원한다. 기본적으로 Canvas의 하위에 있는 UI에
drehzr.tistory.com
굿