Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

UxmlLongAttributeDescription

class in UnityEngine.Experimental.UIElements

/

Inherits from:Experimental.UIElements.UxmlAttributeDescription

/

Implemented in:UnityEngine.UIElementsModule

Description

Describes a XML long attribute.

Properties

defaultValueThe default value for the attribute.
defaultValueAsStringThe default value for the attribute, as a string.

Constructors

UxmlLongAttributeDescriptionConstructor.

Public Methods

GetValueFromBagRetrieves the value of this attribute from the attribute bag. Returns it if it is found, otherwise return defaultValue.

Inherited Members

Properties

defaultValueAsStringThe default value for the attribute, as a string.
nameThe attribute name.
restrictionRestrictions on the possible values of the attribute.
typeAttribute type.
typeNamespaceAttribute namespace.
useWhether the attribute is optional, required or prohibited.

Did you find this page useful? Please give it a rating: