Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlRootElementTraits

Defines UxmlTraits for the UXML root element.
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. UxmlRootElementTraits is deprecated and will be removed. Use UxmlElementAttribute instead.
public class UxmlRootElementTraits : UxmlTraits

Properties

Property

Description

uxmlChildElementsDescriptionReturns an enumerable containing
UxmlChildElementDescription(typeof(VisualElement))
, since the root element can contain VisualElements.

Inheritance