Files
Project-M/Packages/com.rukhanka.animation/Rukhanka.Editor/BlobInspector/RigBlobInfoWindow/BoneInfoAsset.uxml
T
2026-05-31 14:27:52 -07:00

9 lines
1.2 KiB
XML

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<ui:VisualElement style="flex-grow: 1; flex-direction: row;">
<ui:Label tabindex="-1" text="Hash" parse-escape-sequences="true" display-tooltip-when-elided="true" name="nameHashLabel" style="width: 254px; border-right-color: rgb(127, 127, 127); border-right-width: 1px;" />
<ui:Label tabindex="-1" text="Name" parse-escape-sequences="true" display-tooltip-when-elided="true" name="nameLabel" style="flex-grow: 1; border-right-color: rgb(127, 127, 127); border-right-width: 1px;" />
<ui:Label tabindex="-1" text="Parent bone index" parse-escape-sequences="true" display-tooltip-when-elided="true" name="parentBoneIndexLabel" style="flex-grow: 0; width: 402px; border-right-color: rgb(127, 127, 127); border-right-width: 1px;" />
<ui:Label tabindex="-1" text="Human body part" parse-escape-sequences="true" display-tooltip-when-elided="true" name="humanBodyPartLabel" style="width: 116px;" />
</ui:VisualElement>
</ui:UXML>