Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlRootElementFactory

Factory for the root UXML element.
Read time 1 minuteLast updated 9 days ago

Definition

Warning
Deprecated. UxmlRootElementFactory is deprecated and will be removed. Use UxmlElementAttribute instead.
public class UxmlRootElementFactory : UxmlFactory<VisualElement, UxmlRootElementTraits>, IUxmlFactory, IBaseUxmlFactory

Remarks

This factory does not generate VisualElements. UIElements uses it to generate schemas.

Properties

Property

Description

substituteForTypeNameReturns the empty string, as the root element can not appear anywhere else bit at the root of the document.
substituteForTypeNamespaceReturns the empty string, as the root element can not appear anywhere else bit at the root of the document.
substituteForTypeQualifiedNameReturns the empty string, as the root element can not appear anywhere else bit at the root of the document.
uxmlNameReturns
"UXML"
.
uxmlQualifiedNameReturns the qualified name for this element.

Methods

Method

Description

CreateReturns null.

Inheritance