-
Notifications
You must be signed in to change notification settings - Fork 43
/
modules.json
59 lines (59 loc) · 1.17 KB
/
modules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"Core": [],
"Canvas": [],
"Sprite": [],
"Label": [
"./platforms/alipay/wrapper/engine/Label.js"
],
"Audio": [
"./common/engine/Audio.js",
"./common/engine/AudioEngine.js",
"./platforms/alipay/wrapper/engine/AudioEngine.js"
],
"AudioSource": [],
"Action": [],
"Animation": [],
"Button": [],
"Canvas Renderer": [],
"Collider": [],
"Dynamic Atlas": [],
"DragonBones": [],
"EditBox": [
"./common/engine/Editbox.js"
],
"Graphics": [],
"Geom Utils": [],
"Intersection": [],
"Layout": [],
"Label Effect": [],
"Mask": [],
"Mesh": [],
"MotionStreak": [],
"NodePool": [],
"Native Socket": [],
"Physics": [],
"PageView": [],
"PageViewIndicator": [],
"ProgressBar": [],
"ParticleSystem": [],
"RichText": [],
"Renderer Texture": [],
"Slider": [],
"ScrollBar": [],
"ScrollView": [],
"Spine Skeleton": [],
"StudioComponent": [],
"Toggle": [],
"TiledMap": [],
"VideoPlayer": [
"./platforms/wechat/wrapper/engine/VideoPlayer.js"
],
"Widget": [],
"WebView": [],
"WebGL Renderer": [],
"3D": [],
"3D Primitive": [],
"WechatSubContext": [],
"SwanSubContext": [],
"TypeScript Polyfill": []
}