HumanBreak/docs/guide/ui/index.md

18 lines
892 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# UI 系统指南
2.B 提供了强大的 UI 系统,可以让你更快地做出更好看的 UI。
## 热重载
2.B 对 UI 有热重载支持,当你修改了代码时,你可以不刷新游戏画面就看到 UI 的变化,可以省去大量时间。
## 指南目录
- [UI 编写](./ui.md):教你如何从头开始编写一个 UI包括界面显示、交互等。
- [UI 元素](./elements.md):讲述所有常用的 UI 元素(标签),包括图片、图形、文字等。
- [组件使用指南](./component.md):教你如何使用一些常用组件。
- [优化性能](./perf.md):教你如何优化一个 UI 的性能表现。
- [UI 系统](./system.md):解释 UI 系统中 UI 控制器的工作原理,重点在于 UI 的打开与关闭。
- [常见问题](./faq.md):编写 UI 时的常见问题解答。
- [未来规划](./future.md)UI 系统的未来规划。