mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-10-08 16:16:10 +00:00
DataTables
JEX_GAS
Assets
Bundles
Packages
ProjectSettings
UIElementsSchema
UIElements.xsd
Unity.Profiling.Editor.xsd
Unity.UI.Builder.xsd
UnityEditor.Experimental.GraphView.xsd
UnityEditor.Overlays.xsd
UnityEditor.PackageManager.UI.Internal.xsd
UnityEditor.Search.xsd
UnityEditor.ShortcutManagement.xsd
UnityEditor.Tilemaps.xsd
UnityEditor.U2D.Animation.SpriteLibraryEditor.xsd
UnityEditor.U2D.Animation.Upgrading.xsd
UnityEditor.U2D.Animation.xsd
UnityEditor.U2D.Layout.xsd
UnityEditor.UIElements.Debugger.xsd
UnityEditor.UIElements.xsd
UnityEngine.UIElements.xsd
Wiki
.gitignore
LICENSE
README.md
JNFrame
JNFrame2
JisolGameCocos
JisolGameServer
headless
luban_examples
节奏动画
.gitignore
.gitmodules
CocosConfig.bat
JavaConfig.bat
index.js
package.json
pet_jisol_cn.sql
65 lines
4.6 KiB
XML
65 lines
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.Overlays" elementFormDefault="qualified" targetNamespace="UnityEditor.U2D.Layout" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" />
|
|
<xs:complexType name="DropdownMenuType">
|
|
<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="false" 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:anyAttribute processContents="lax" />
|
|
</xs:restriction>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:element name="DropdownMenu" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.U2D.Layout" type="q1:DropdownMenuType" />
|
|
<xs:complexType name="LayoutOverlayType">
|
|
<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="false" 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:anyAttribute processContents="lax" />
|
|
</xs:restriction>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:element name="LayoutOverlay" substitutionGroup="engine:VisualElement" xmlns:q2="UnityEditor.U2D.Layout" type="q2:LayoutOverlayType" />
|
|
<xs:complexType name="ScrollableToolbarType">
|
|
<xs:complexContent mixed="false">
|
|
<xs:restriction base="engine:VisualElementType">
|
|
<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="false" 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="false" name="isHorizontal" type="xs:boolean" use="optional" />
|
|
<xs:anyAttribute processContents="lax" />
|
|
</xs:restriction>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:element name="ScrollableToolbar" substitutionGroup="engine:VisualElement" xmlns:q3="UnityEditor.U2D.Layout" type="q3:ScrollableToolbarType" />
|
|
</xs:schema> |