- LocalizationManager: 新增翻译表(SetFormatted/SetDuration/LocalizeOperateMsg) - LoginPanel: InputField placeholder本地化、字体颜色保持 - HistoryPanel: 用时数据本地化、placeholder本地化 - RecordDetailPanel: 操作详情消息本地化(LanguageChanged重建) - AppraiseWindowBase: 评价等级本地化、操作消息重建 - EditorAppraiser: 所有评估消息改用InjectOperateMsgLocalized - StudentOperateRecorder: 新增InjectOperateMsgLocalized方法 - LocalizationLanguageTestBar: 单例模式、ScreenSpaceOverlay筛选 - 字体切换时保留颜色和verticalOverflow
27 lines
2.0 KiB
XML
27 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.UIElements.Debugger" elementFormDefault="qualified" targetNamespace="UnityEditor.UIElements.Debugger" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
|
|
<xs:complexType name="EventTypeSelectFieldType">
|
|
<xs:complexContent mixed="false">
|
|
<xs:restriction base="engine:VisualElementType">
|
|
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element ref="engine:VisualElement" />
|
|
</xs:sequence>
|
|
<xs:attribute default="" name="name" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="view-data-key" type="xs:string" use="optional" />
|
|
<xs:attribute default="Position" name="picking-mode" type="engine:VisualElement_picking-mode_Type" use="optional" />
|
|
<xs:attribute default="" name="tooltip" type="xs:string" use="optional" />
|
|
<xs:attribute default="None" name="usage-hints" type="engine:VisualElement_usage-hints_Type" use="optional" />
|
|
<xs:attribute default="0" name="tabindex" type="xs:int" use="optional" />
|
|
<xs:attribute default="true" name="focusable" type="xs:boolean" use="optional" />
|
|
<xs:attribute default="" name="class" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="content-container" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="style" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="binding-path" type="xs:string" use="optional" />
|
|
<xs:attribute default="" name="label" type="xs:string" use="optional" />
|
|
<xs:anyAttribute processContents="lax" />
|
|
</xs:restriction>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:element name="EventTypeSelectField" substitutionGroup="engine:VisualElement" type="EventTypeSelectFieldType" />
|
|
</xs:schema> |