UxmlEnumAttributeDescription<T>
Describes a UXML attribute representing an enum as a string.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: TypedUxmlAttributeDescription<T>
public class UxmlEnumAttributeDescription<T> : TypedUxmlAttributeDescription<T> where T : struct, IConvertible
Constructors
Constructor | Description |
|---|---|
| UxmlEnumAttributeDescription`1() | Constructor. |
Properties
Property | Description |
|---|---|
| defaultValueAsString | The default value for the attribute, as a string. |
Methods
Method | Description |
|---|---|
| GetValueFromBag | Retrieves the value of this attribute from the attribute bag. Returns the value if found; otherwise, it returns defaultValue. |
| TryGetValueFromBag | Attempts to retrieve the value of this attribute from the attribute bag and returns true if found, otherwise false. |