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 实例。 |