This repository was archived by the owner on Jan 27, 2023. It is now read-only.
ideas #16
kaikaibenkai
started this conversation in
Ideas
ideas
#16
Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
检查所有 API 调用参数
方便 debug 。
用户自定义事件
包括触发、回调、错误处理,让
Event成为真正的事件总线。极大方便地图开发。
游戏事件监听器单例化
一种游戏事件只调用一次游戏内置的事件监听器,在唯一的游戏事件回调上调用用户创建的多个函数。
方便后续拓展,节约游戏内核处理时间。
注释使用 EmmyLua 风格
在 VS Code 中有更好的高亮和自动补全。
Beta Was this translation helpful? Give feedback.
All reactions