mirror of
				https://github.com/DerTyp7/defrain-shooter-unity.git
				synced 2025-10-30 21:17:09 +01:00 
			
		
		
		
	Added some stuff that belongs somewhere else
This commit is contained in:
		
							
								
								
									
										66
									
								
								UIElementsSchema/UnityEditor.Experimental.GraphView.xsd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								UIElementsSchema/UnityEditor.Experimental.GraphView.xsd
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,66 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <xs:schema xmlns:editor="UnityEditor.UIElements" xmlns:engine="UnityEngine.UIElements" xmlns="UnityEditor.Overlays" elementFormDefault="qualified" targetNamespace="UnityEditor.Experimental.GraphView" xmlns:xs="http://www.w3.org/2001/XMLSchema"> | ||||
|   <xs:import schemaLocation="UnityEngine.UIElements.xsd" namespace="UnityEngine.UIElements" /> | ||||
|   <xs:complexType name="PillType"> | ||||
|     <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="highlighted" type="xs:boolean" use="optional" /> | ||||
|         <xs:attribute default="" name="text" type="xs:string" use="optional" /> | ||||
|         <xs:anyAttribute processContents="lax" /> | ||||
|       </xs:restriction> | ||||
|     </xs:complexContent> | ||||
|   </xs:complexType> | ||||
|   <xs:element name="Pill" substitutionGroup="engine:VisualElement" xmlns:q1="UnityEditor.Experimental.GraphView" type="q1:PillType" /> | ||||
|   <xs:complexType name="ResizableElementType"> | ||||
|     <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="ResizableElement" substitutionGroup="engine:VisualElement" xmlns:q2="UnityEditor.Experimental.GraphView" type="q2:ResizableElementType" /> | ||||
|   <xs:complexType name="StickyNoteType"> | ||||
|     <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="StickyNote" substitutionGroup="engine:VisualElement" xmlns:q3="UnityEditor.Experimental.GraphView" type="q3:StickyNoteType" /> | ||||
| </xs:schema> | ||||
		Reference in New Issue
	
	Block a user
	 juliuse98
					juliuse98