Version: 2020.3

UxmlRootElementTraits

class in UnityEngine.UIElements

/

继承自:UIElements.UxmlTraits

切换到手册

描述

Defines UxmlTraits for the UXML root element.

变量

uxmlChildElementsDescription返回包含 UxmlChildElementDescription(typeof(VisualElement)) 的可枚举类型,因为根元素可包含 VisualElements。

构造函数

UxmlRootElementTraits构造函数。

继承的成员

变量

canHaveAnyAttribute如果 UXML 元素属性不限于 uxmlAttributesDescription 枚举的值,则必须返回 true。
uxmlAttributesDescription描述元素预期的 UXML 属性。此处枚举的属性将显示在 UXML 架构中。
uxmlChildElementsDescription描述在 UXML 文件中可以作为此元素的子项出现的元素类型。

公共函数

Init使用 UXML 元素属性中的值初始化 VisualElement 实例。