class in UnityEngine.UIElements
/
Inherits from:UIElements.UxmlSerializedData
Serialized data of a component authored on a VisualElement in UXML. Generated for VisualElementComponentAttribute structs; an element's own data derives from UxmlSerializedData directly.
| Method | Description |
|---|---|
| CreateInstance | Creates the component this data describes on owner. |
| Method | Description |
|---|---|
| CreateInstance | Returns an instance of the declaring element. |
| Deserialize | Applies serialized field values to a compatible visual element. |
| Method | Description |
|---|---|
| Register | This is used by the code generator when a custom control is using the UxmlElementAttribute. You should not need to call it. |
| ShouldWriteAttributeValue | Determines if an attribute should be applied during UxmlSerializedData.Deserialize. |