class in UnityEngine.UIElements
/
继承自:UIElements.UxmlAttributeDescription
所有 uxml 特定属性的基类。
| defaultValue | 用于该特定属性的默认值。 |
| defaultValueAsString | uxml 属性默认值的字符串表示形式。 |
| GetValueFromBag | 使用此方法可以获取属性的实际值。 |
| defaultValueAsString | 属性的默认值(字符串)。 |
| name | 属性名称。 |
| obsoleteNames | 此属性的废弃名称列表。 |
| restriction | 对属性的可能值的限制。 |
| type | 属性类型。 |
| typeNamespace | 属性命名空间。 |
| use | 属性是可选的、必需的还是禁止的。 |
| GetValueFromBag | 从属性包中获取属性值。 |
| TryGetValueFromBag | 尝试从属性包中获取属性值。 |