This section provides examples that demonstrate how to create and manage__ UI__(即用户界面,User Interface)让用户能够与您的应用程序进行交互。Unity 目前支持三种 UI 系统。更多信息
See in Glossary elements at runtime using the UI Toolkit.
| Topic | Description |
|---|---|
| Get started with runtime UI | Use this example to get started with runtime UI. |
| Create a list view runtime UI | Use ListView to create a simple character selection screen runtime UI. |
| Create a pie chart in the Editor and runtime UI | Use the Vector API to create a pie chart. |
| Move elements at runtime | Use style.translate and DynamicTransform usage hints to move UI elements at runtime. |