Interface for UXML upgrade operations that you can apply to VisualTreeAsset. Inherit from this interface to create a new UXML upgrader.
| Property | Description |
|---|---|
| description | Description of what this upgrader does. |
| name | The name of this upgrader, displayed to users. |
| Method | Description |
|---|---|
| Upgrade | Apply the upgrade to the asset. |