class in UnityEngine.UIElements
/
继承自:UIElements.TypedUxmlAttributeDescription_1
Describes an XML System.Type
attribute.
defaultValueAsString | 属性的默认值(字符串)。 |
UxmlTypeAttributeDescription_1 | 构造函数。 |
GetValueFromBag | Method that retrieves an attribute's value from an attribute bag. Returns it if it is found, otherwise return defaultValue. |
TryGetValueFromBag | Method that tries to retrieve an attribute's value from an attribute bag.. Returns true if it is found, otherwise returns false. |
defaultValue | 用于该特定属性的默认值。 |
defaultValueAsString | uxml 属性默认值的字符串表示形式。 |
defaultValueAsString | 属性的默认值(字符串)。 |
name | 属性名称。 |
obsoleteNames | 此属性的废弃名称列表。 |
restriction | 对属性的可能值的限制。 |
type | 属性类型。 |
typeNamespace | 属性命名空间。 |
use | 属性是可选的、必需的还是禁止的。 |
GetValueFromBag | 从属性包中获取属性值。 |
TryGetValueFromBag | 尝试从属性包中获取属性值。 |