class in UnityEngine.UIElements
/
继承自:UIElements.TypedUxmlAttributeDescription_1
Describes a UXML attribute that represents a Hash128 as a string
.
defaultValueAsString | 属性的默认值(字符串)。 |
UxmlHash128AttributeDescription | 构造函数。 |
GetValueFromBag | This method retrieves the value of the attribute from the attribute bag. If the it finds the attribute, it returns the attribute. If it does not find the attribute, it returns defaultValue. |
TryGetValueFromBag | This method tries to retrieve the value of the attribute from the attribute bag. If it finds the attribute, it returns true. Otherwise, it returns false. |
defaultValue | 用于该特定属性的默认值。 |
defaultValueAsString | uxml 属性默认值的字符串表示形式。 |
defaultValueAsString | 属性的默认值(字符串)。 |
name | 属性名称。 |
obsoleteNames | 此属性的废弃名称列表。 |
restriction | 对属性的可能值的限制。 |
type | 属性类型。 |
typeNamespace | 属性命名空间。 |
use | 属性是可选的、必需的还是禁止的。 |
GetValueFromBag | 从属性包中获取属性值。 |
TryGetValueFromBag | 尝试从属性包中获取属性值。 |