UxmlAttributeNames
Holds the description data of a UXML attribute.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public readonly struct UxmlAttributeNames
Remarks
This is used by the code generator when a control is using UxmlElementAttribute and UxmlAttributeAttribute.
Fields
Value | Description |
|---|---|
| fieldName | The field name of the UXML attribute |
| obsoleteNames | The obsolete names of the UXML attribute. |
| typeReference | The type reference of the UXML attribute. |
| uxmlName | The uxml name of the UXML attribute. |
Constructors
Constructor | Description |
|---|---|
| UxmlAttributeNames(System.String,System.String,System.Type,System.String[]) | Creates a new instance of UxmlAttributeNames. |