class in UnityEngine.Experimental.UIElements
/
继承自:Experimental.UIElements.VisualElement.VisualElementUxmlTraits
切换到手册UxmlTraits for the BaseControl.
uxmlChildElementsDescription | Returns an empty enumerable, as controls generally do not have children. |
BaseControl_1.BaseControlUxmlTraits | 构造函数。 |
canHaveAnyAttribute | 如果 UXML 元素属性不限于 UxmlTraits.uxmlAttributesDescription 枚举的值,则必须返回 true。 |
uxmlAttributesDescription | 描述元素预期的 UXML 属性。此处枚举的属性将显示在 UXML 架构中。 |
uxmlChildElementsDescription | 描述在 UXML 文件中可以作为此元素的子项出现的元素类型。 |
uxmlAttributesDescription | Returns an enumerable containing attribute descriptions for VisualElement properties that should be available in UXML. |
uxmlChildElementsDescription | 返回包含 UxmlChildElementDescription(typeof(VisualElement)) 的可枚举类型,因为 VisualElements 可包含其他 VisualElements。 |