IUxmlUpgrader
Interface for UXML upgrade operations that you can apply to VisualTreeAsset. Inherit from this interface to create a new UXML upgrader.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor
public interface IUxmlUpgrader
Properties
Property | Description |
|---|---|
| description | Description of what this upgrader does. |
| name | The name of this upgrader, displayed to users. |
Methods
Method | Description |
|---|---|
| Upgrade | Apply the upgrade to the asset. |