rectTransform = RectTransform 변수 >
GetComponent<RectTransform>() 또는 GetComponent<Transform> as RectTransform 가능
top = 상단 값
bottom = 하단값
rectTransform.offsetMin = new Vector2(rectTransform.offsetMin.x, bottom);
rectTransform.offsetMax = new Vector2(rectTransform.offsetMax.x, top);
'게임엔진 > Unity' 카테고리의 다른 글
[Unity] 트랜스폼(Transform) 이동(Move) (0) | 2023.06.27 |
---|---|
[Unity] 오브젝트의 활성화 상태 확인 (0) | 2023.06.01 |
[Unity] 셰이더 프로퍼티 값 (예,색상 변경하기) (0) | 2023.05.19 |
[Unity] GUI, GUIStyle 및 GUILayout (0) | 2023.05.11 |
[Unity] JSON 파일 저장 및 읽기 (0) | 2023.05.11 |