mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-17 00:02:29 -05:00
23 lines
2.6 KiB
Plaintext
23 lines
2.6 KiB
Plaintext
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
|
|
<ui:VisualElement style="flex-grow: 1;">
|
|
<MetaView>
|
|
<ui:Label tabindex="-1" text="Model Information" parse-escape-sequences="true" display-tooltip-when-elided="true" style="-unity-font-style: bold; -unity-text-align: upper-center;" />
|
|
<ui:TextField picking-mode="Ignore" label="name" value="filler text" focusable="false" readonly="true" name="MetaName" />
|
|
<ui:TextField picking-mode="Ignore" label="version" value="filler text" focusable="false" readonly="true" name="MetaVersion" />
|
|
<ui:TextField picking-mode="Ignore" label="author" value="filler text" focusable="false" readonly="true" name="MetaAuthor" />
|
|
<ui:TextField picking-mode="Ignore" label="copyright" value="filler text" focusable="false" readonly="true" name="MetaCopyright" />
|
|
<ui:TextField picking-mode="Ignore" label="contact" value="filler text" focusable="false" readonly="true" name="MetaContact" />
|
|
<ui:TextField picking-mode="Ignore" label="reference" value="filler text" focusable="false" readonly="true" name="MetaReference" />
|
|
<TextureElement name="Thumbnail" style="width: 200px; height: 200px; flex-shrink: 0; align-self: center;" />
|
|
<ui:Label tabindex="-1" text="Avatar Permission" parse-escape-sequences="true" display-tooltip-when-elided="true" style="-unity-font-style: bold; -unity-text-align: upper-center;" />
|
|
<ui:TextField picking-mode="Ignore" label="Allowed" value="filler text" focusable="false" readonly="true" name="PermissionAllowed" />
|
|
<ui:TextField picking-mode="Ignore" label="Violent" value="filler text" focusable="false" readonly="true" name="PermissionViolent" />
|
|
<ui:TextField picking-mode="Ignore" label="Sexual" value="filler text" focusable="false" readonly="true" name="PermissionSexual" />
|
|
<ui:TextField picking-mode="Ignore" label="Commercial" value="filler text" focusable="false" readonly="true" name="PermissionCommercial" />
|
|
<ui:TextField picking-mode="Ignore" label="License" value="filler text" focusable="false" readonly="true" name="MetaLicense" />
|
|
<ui:TextField picking-mode="Ignore" label="Distribution" value="filler text" focusable="false" readonly="true" name="MetaDistribution" />
|
|
<TextureElement name="FaceCameraTarget" style="width: 200px; height: 200px; flex-shrink: 0; align-self: center;" />
|
|
</MetaView>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|