class in UnityEngine.Experimental.UIElements
/
Inherits from:Experimental.UIElements.UxmlAttributeDescription
/
Implemented in:UnityEngine.UIElementsModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseDescribes a XML long
attribute.
defaultValue | The default value for the attribute. |
defaultValueAsString | The default value for the attribute, as a string. |
UxmlLongAttributeDescription | Constructor. |
GetValueFromBag | Retrieves the value of this attribute from the attribute bag. Returns it if it is found, otherwise return defaultValue. |
defaultValueAsString | The default value for the attribute, as a string. |
name | The attribute name. |
obsoleteNames | A list of obsolete names for this attribute. |
restriction | Restrictions on the possible values of the attribute. |
type | Attribute type. |
typeNamespace | Attribute namespace. |
use | Whether the attribute is optional, required or prohibited. |
GetValueFromBag | Get the attribute value from the attribute bag. |