Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public interface IUxmlUpgrader

Properties

Property

Description

descriptionDescription of what this upgrader does.
nameThe name of this upgrader, displayed to users.

Methods

Method

Description

UpgradeApply the upgrade to the asset.