GetUpgraderByName(string)
Get an upgrader by its name.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor
public IUxmlUpgrader GetUpgraderByName(string name)
Parameters
The name of the upgrader to find.
Returns
Type | Description |
|---|---|
| IUxmlUpgrader | The upgrader with the specified name, or null if not found. |