Files
StoryGame_Unity/UIElementsSchema/UnityEditor.Toolbars.xsd
2026-07-24 21:11:32 +09:00

12 lines
724 B
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="UnityEditor.Toolbars" elementFormDefault="qualified" targetNamespace="UnityEditor.Toolbars" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import schemaLocation="UnityEditor.UIElements.xsd" namespace="UnityEditor.UIElements" />
<xs:complexType name="MainToolbarKebabButtonType">
<xs:complexContent mixed="false">
<xs:extension xmlns:q1="UnityEditor.UIElements" base="q1:ToolbarButtonType">
<xs:choice />
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:element name="MainToolbarKebabButton" xmlns:q2="UnityEditor.UIElements" substitutionGroup="q2:ToolbarButton" type="tns:MainToolbarKebabButtonType" />
</xs:schema>