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.

UxmlEnumAttributeDescription<T0>

class in UnityEngine.Experimental.UIElements

/

Inherits from:Experimental.UIElements.UxmlAttributeDescription

/

Implemented in:UnityEngine.UIElementsModule

Description

Describes a XML attribute representing an enum as a string.

Properties

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

Constructors

UxmlEnumAttributeDescription_1Constructor.

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: