UxmlRootElementFactory
Factory for the root UXML element.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: UxmlFactory<VisualElement, UxmlRootElementTraits>
- Implements: IUxmlFactory, IBaseUxmlFactory
public class UxmlRootElementFactory : UxmlFactory<VisualElement, UxmlRootElementTraits>, IUxmlFactory, IBaseUxmlFactory
Remarks
This factory does not generate VisualElements. UIElements uses it to generate schemas.
Properties
Property | Description |
|---|---|
| substituteForTypeName | Returns the empty string, as the root element can not appear anywhere else bit at the root of the document. |
| substituteForTypeNamespace | Returns the empty string, as the root element can not appear anywhere else bit at the root of the document. |
| substituteForTypeQualifiedName | Returns the empty string, as the root element can not appear anywhere else bit at the root of the document. |
| uxmlName | Returns |
| uxmlQualifiedName | Returns the qualified name for this element. |
Methods
Method | Description |
|---|---|
| Create | Returns null. |