Experimental: this API is experimental and might be changed or removed in the future.

UxmlTraits

class in UnityEditor.Experimental.GraphView

/

继承自:UIElements.VisualElement.UxmlTraits

切换到手册

描述

PillUxmlTraits

变量

uxmlChildElementsDescription返回一个空的可枚举类型,因为药丸元素没有子项。

构造函数

Pill.UxmlTraits构造函数。

公共函数

Init使用属性包中的值初始化 Pill 属性。

继承的成员

变量

canHaveAnyAttribute如果 UXML 元素属性不限于 uxmlAttributesDescription 枚举的值,则必须返回 true。
uxmlAttributesDescription描述元素预期的 UXML 属性。此处枚举的属性将显示在 UXML 架构中。
uxmlChildElementsDescription描述在 UXML 文件中可以作为此元素的子项出现的元素类型。
focusable可聚焦属性。
focusIndex聚焦索引属性。
uxmlChildElementsDescription返回包含 UxmlChildElementDescription(typeof(VisualElement)) 的可枚举类型,因为 VisualElements 可包含其他 VisualElements。