Unity/UI ToolKit

순서변경

소나무꼴 2025. 5. 11. 21:48

myElement.BringToFront();          // 가장 위로  
myElement.SendToBack();           // 가장 아래로  
myElement.PlaceInFront(other);    // other보다 아래(뒤)에 위치  
myElement.PlaceBehind(other);     // other보다 위(앞)에 위치

'Unity > UI ToolKit' 카테고리의 다른 글

C# 스크립트를 사용하여 UI 구조화  (0) 2025.05.11
UQuery로 시각적 요소 찾기  (0) 2025.05.11
UXML 및 USS C# 스크립트 로드 방법  (0) 2025.05.11