MCPcopy Index your code
hub / github.com/1083921307/BBFramework

github.com/1083921307/BBFramework @BBFreamwork1.0版本

Chat with this repo
repository ↗ · DeepWiki ↗ · release BBFreamwork1.0版本 ↗ · + Follow
826 symbols 1,224 edges 34 files 75 documented · 9%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

虣虣游戏框架教程(让游戏开发变得更简单)

CocosCreator 版本采用的是 2.0.6 版

日志输出模块 AppLog

日志模块

资源管理模块 (UILoader)

资源管理模块

视图管理模块 ViewManager

视图管理模块

事件派发模块 EventManager

事件派发模块

UI自动绑定模块 UIBind

UI自动绑定模块

场景管理模块 SceneManager

场景管理模块

音乐音效模块 AudioManager

音乐音效模块

数据本地化模块 Localization

数据本地化模块

网络模块

网络模块

Extension points exported contracts — how you extend this code

IAnimatable (Interface)
* - 播放动画接口。 (Armature 和 WordClock 都实现了该接口) * 任何实现了此接口的实例都可以添加到 WorldClock 实例中,由 WorldClock 实例统一更新时间。 * @see dr [2 implementers]
creator.d.ts
IEvent (Interface)
(no doc)
assets/framework/event/EventManager.ts
Map (Interface)
* @private
creator.d.ts
IArmatureProxy (Interface)
* - 骨架代理接口,对接的引擎需要对其进行具体实现。 * @see dragonBones.Armature * @version DragonBones 5.0 * @language zh_CN
creator.d.ts
IEventDispatcher (Interface)
* - 事件派发接口。 * DragonBones 的事件派发通常依赖于对接的引擎来实现,该接口定义了对接引擎时需要实现的事件方法。 * @version DragonBones 4.5 * @language
creator.d.ts

Core symbols most depended-on inside this repo

log
called by 51
assets/framework/log/AppLog.ts
getInstance
called by 23
assets/framework/log/AppLog.ts
retatinRes
called by 20
assets/framework/loader/UILoader.ts
releaseRes
called by 16
assets/framework/loader/UILoader.ts
_retatinStaticRes
called by 11
assets/framework/loader/UILoader.ts
read_int16
called by 10
assets/framework/net/base/proto_tools.ts
destroyNode
called by 8
assets/framework/view/base/ViewCtrl.ts
_stack
called by 7
assets/framework/log/AppLog.ts

Shape

Class 523
Method 224
Enum 72
Interface 5
Function 2

Languages

TypeScript100%

Modules by API surface

creator.d.ts543 symbols
assets/framework/loader/UILoader.ts38 symbols
assets/framework/net/base/proto_tools.ts25 symbols
assets/framework/loader/UIBind.ts17 symbols
assets/resources/scene/test_uiloader/ResViewLogic.ts14 symbols
assets/framework/audio/AudioManager.ts14 symbols
assets/framework/net/WSManager.ts13 symbols
assets/framework/view/ViewManager.ts12 symbols
assets/framework/log/AppLog.ts12 symbols
assets/framework/net/base/proto_man.ts11 symbols
assets/script/Test2.ts9 symbols
assets/resources/scene/test_view/test_scene3.ts9 symbols

For agents

$ claude mcp add BBFramework \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page