3D 잔재 제거
This commit is contained in:
15
UIElementsSchema/UnityEditor.Search.xsd
Normal file
15
UIElementsSchema/UnityEditor.Search.xsd
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema xmlns:tns="UnityEditor.Search" elementFormDefault="qualified" targetNamespace="UnityEditor.Search" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
|
||||
<xs:complexType name="ObjectFieldType">
|
||||
<xs:complexContent mixed="false">
|
||||
<xs:extension xmlns:q1="UnityEngine.UIElements" base="q1:BindableElementType">
|
||||
<xs:choice />
|
||||
<xs:attribute name="label" type="xs:string" />
|
||||
<xs:attribute name="value" type="xs:string" />
|
||||
<xs:attribute name="type" type="xs:string" />
|
||||
</xs:extension>
|
||||
</xs:complexContent>
|
||||
</xs:complexType>
|
||||
<xs:element name="ObjectField" xmlns:q2="UnityEngine.UIElements" substitutionGroup="q2:BindableElement" type="tns:ObjectFieldType" />
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user