TypedUxmlAttributeDescription<T>
Base class for all the UXML specific attributes.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: UxmlAttributeDescription
public abstract class TypedUxmlAttributeDescription<T> : UxmlAttributeDescription
Properties
Property | Description |
|---|---|
| defaultValue | The default value to be used for that specific attribute. |
| defaultValueAsString | The string representation of the default value of the UXML attribute. |
Methods
Method | Description |
|---|---|
| GetValueFromBag | Use this method to obtain the actual value of the attribute. |