This section provides examples that demonstrate how to create and manage__ UI__(사용자 인터페이스) 사용자가 애플리케이션과 상호 작용하도록 해 줍니다. Unity는 현재 3개의 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. |