2026-02-10 20:48:49 +09:00
|
|
|
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xmlns:ui="UnityEngine.UIElements"
|
|
|
|
|
xmlns:utk="UVC.UIToolkit"
|
|
|
|
|
noNamespaceSchemaLocation="../../../../../UIElementsSchema/UIElements.xsd"
|
|
|
|
|
editor-extension-mode="False">
|
|
|
|
|
<!--
|
|
|
|
|
UTKPropertyGroupHeader.uxml
|
|
|
|
|
|
|
|
|
|
UTKPropertyList에서 그룹 헤더 항목을 표시하는 템플릿입니다.
|
|
|
|
|
펼침/접힘 아이콘, 그룹 이름, 아이템 개수를 표시합니다.
|
|
|
|
|
|
|
|
|
|
구조:
|
|
|
|
|
- group-header: 그룹 헤더 컨테이너
|
|
|
|
|
- expand-icon: UTKLabel 펼침/접힘 아이콘
|
|
|
|
|
- group-title: UTKLabel 그룹 이름
|
|
|
|
|
- group-count: UTKLabel 아이템 개수 - 현재 사용 안 함
|
|
|
|
|
|
|
|
|
|
관련 스타일:
|
|
|
|
|
- Resources/UIToolkit/List/UTKPropertyListUss.uss
|
|
|
|
|
-->
|
|
|
|
|
<ui:VisualElement name="group-header" class="utk-property-group__header">
|
|
|
|
|
<utk:UTKLabel name="expand-icon" class="utk-property-group__expand-icon" />
|
2026-02-20 19:17:36 +09:00
|
|
|
<utk:UTKLabel name="group-title" class="utk-property-group__title" size="Label2" is-bold="true" />
|
2026-02-10 20:48:49 +09:00
|
|
|
<!-- <utk:UTKLabel name="group-count" class="utk-property-group__count" /> -->
|
|
|
|
|
</ui:VisualElement>
|
|
|
|
|
</ui:UXML>
|