You can use UI Toolkit to create Editor UI and synchronize data between a property and a visual elementA node of a visual tree that instantiates or derives from the C# VisualElement class. You can style the look, define the behaviour, and display it on screen as part of the UI. More info
See in Glossary for the Editor UI.
| Topic | 描述 |
|---|---|
| Create a custom Editor window | Learn how to create a custom Editor by an example. |
| Create a custom Inspector | Learn how to create a custom Inspector by an example. |
| SerializedObject data binding | Understand data binding and learn how to do data binding by examples. |
| ViewData persistence | Usage of the ViewData API. |