- 定时器: 用于固定时间后调用函数
- 事件管理器: 用于发送和接收事件
- 热键管理器: 用于将按键和函数调用绑定
- ObjectBehaviour:使没有继承MonoBehaviour的类也能拥有类似的生命周期,如 Start, Update, OnDestroy,并能调用协程
- Functor:用于将需要多个参数的函数包裹成无参数委托
- 单例管理器: 用于需要为单例的类(定义私有构造函数即可)
- Transform扩展方法FindDownNode:用于在编写UI逻辑时简化子节点查找
-
Notifications
You must be signed in to change notification settings - Fork 0
zhxhxlzt/UnityPublic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
游戏开发中常用到的公共代码
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published