您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
11 行
789 B
11 行
789 B
<UXML xmlns="UnityEngine.UIElements" xmlns:editor="UnityEditor.UIElements">
|
|
<VisualElement>
|
|
<VisualElement style="flex-direction: row; margin: 1px, 1px, 1px, 3px;">
|
|
<Label text="Range" class="unity-base-field__label" style="min-width: 147;"/>
|
|
<VisualElement class="sampler__float-range" style="flex-grow: 1; flex-direction: row;">
|
|
<editor:FloatField label="Min" tooltip="Minimum" name="minimum" style="flex-grow: 1; flex-shrink: 0; flex-basis: 0; margin-bottom: 0;"/>
|
|
<editor:FloatField label="Max" tooltip="Maximum" name="maximum" style="flex-grow: 1; flex-shrink: 0; flex-basis: 0; margin-right: 2px; margin-bottom: 0;"/>
|
|
</VisualElement>
|
|
</VisualElement>
|
|
</VisualElement>
|
|
</UXML>
|