Defines UxmlTraits for the <AttributeOverrides> tag.
uxmlChildElementsDescription | Returns an empty enumerable because <AttributeOverrides> cannot have children. |
UxmlAttributeOverridesTraits | 构造函数。 |
canHaveAnyAttribute | 如果 UXML 元素属性不限于 uxmlAttributesDescription 枚举的值,则必须返回 true。 |
uxmlAttributesDescription | 描述元素预期的 UXML 属性。此处枚举的属性将显示在 UXML 架构中。 |
uxmlChildElementsDescription | 描述在 UXML 文件中可以作为此元素的子项出现的元素类型。 |
Init | 使用 UXML 元素属性中的值初始化 VisualElement 实例。 |