forked from egret-labs/egret-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
387 lines (386 loc) · 12.2 KB
/
package.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
{
"name": "egret",
"version": "2.5.5",
"private": true,
"author": "egret-labs",
"scripts": {
"start": "node app"
},
"bin": {
"egret": "./tools/bin/egret"
},
"i18n": "cn",
"egret": {
"registerClass": "egret",
"typeScriptVersion": "1.7",
"modules": [
{
"name": "egret",
"description": "Egret 核心库",
"files": [
{
"path": "../Defines.debug.ts",
"debug": true
},
{
"path": "../Defines.release.ts",
"debug": false
},
{
"path": "native/NativeRenderContext.ts",
"platform": "native"
},
{
"path": "native/NativeSurface.ts",
"platform": "native"
},
{
"path": "native/NativeTexture.ts",
"platform": "native"
},
{
"path": "native/OpenGLFactory.ts",
"platform": "native"
},
{
"path": "native/NativePlayer.ts",
"platform": "native"
},
{
"path": "native/EgretNative.ts",
"platform": "native"
},
{
"path": "native/NativeGetOption.ts",
"platform": "native"
},
{
"path": "external/native/NativeExternalInterface.ts",
"platform": "native"
},
{
"path": "media/native/NativeSound.ts",
"platform": "native"
},
{
"path": "media/native/NativeSoundChannel.ts",
"platform": "native"
},
{
"path": "media/native/NaSound.ts",
"platform": "native"
},
{
"path": "media/native/NaSoundChannel.ts",
"platform": "native"
},
{
"path": "native/NativeGetOption.ts",
"platform": "native"
},
{
"path": "external/native/NativeExternalInterface.ts",
"platform": "native"
},
{
"path": "localStorage/native/NativeLocalStorage.ts",
"platform": "native"
},
{
"path": "native/NativeHideHandler.ts",
"platform": "native"
},
{
"path": "native/NativeResourceLoader.ts",
"platform": "native"
},
{
"path": "native/NativeTouchHandler.ts",
"platform": "native"
},
{
"path": "net/native/NativeHttpRequest.ts",
"platform": "native"
},
{
"path": "net/native/NativeImageLoader.ts",
"platform": "native"
},
{
"path": "text/native/NativeStageText.ts",
"platform": "native"
},
{
"path": "native/NativeXML.ts",
"platform": "native"
},
{
"path": "external/web/WebExternalInterface.ts",
"platform": "web"
},
{
"path": "localStorage/web/WebLocalStorage.ts",
"platform": "web"
},
{
"path": "media/web/HtmlSound.ts",
"platform": "web"
},
{
"path": "media/web/HtmlSoundChannel.ts",
"platform": "web"
},
{
"path": "media/web/QQSound.ts",
"platform": "web"
},
{
"path": "media/web/QQSoundChannel.ts",
"platform": "web"
},
{
"path": "media/web/WebAudioSound.ts",
"platform": "web"
},
{
"path": "media/web/WebAudioSoundChannel.ts",
"platform": "web"
},
{
"path": "media/web/WebVideo.ts",
"platform": "web"
},
{
"path": "net/web/WebHttpRequest.ts",
"platform": "web"
},
{
"path": "net/web/WebImageLoader.ts",
"platform": "web"
},
{
"path": "text/web/HTML5StageText.ts",
"platform": "web"
},
{
"path": "web/CanvasFactory.ts",
"platform": "web"
},
{
"path": "web/WebTouchHandler.ts",
"platform": "web"
},
{
"path": "web/WebHideHandler.ts",
"platform": "web"
},
{
"path": "web/Html5Capatibility.ts",
"platform": "web"
},
{
"path": "web/EgretWeb.ts",
"platform": "web"
},
{
"path": "web/WebBitmapData.ts",
"platform": "web"
},
{
"path": "web/WebCapability.ts",
"platform": "web"
},
{
"path": "web/WebGetOption.ts",
"platform": "web"
},
{
"path": "web/WebPlayer.ts",
"platform": "web"
},
{
"path": "web/WebTexture.ts",
"platform": "web"
},
{
"path": "web/WebXML.ts",
"platform": "web"
},
{
"path": "sensor/web/WebDeviceOrientation.ts",
"platform": "web"
},
{
"path": "sensor/web/WebGeolocation.ts",
"platform": "web"
},
{
"path": "sensor/web/WebMotion.ts",
"platform": "web"
},
{
"path": "utils/native/NativeLogger.ts",
"platform": "native"
},
{
"path": "utils/web/WebLogger.ts",
"platform": "web"
}
],
"root": "src/egret",
"dependencies": [ ]
},
{
"name": "game",
"description": "Egret Game Extension",
"files": [
{
"path": "net/native/NativeNetContext.ts",
"platform": "native"
},
{
"path": "net/web/HTML5NetContext.ts",
"platform": "web"
}
],
"root": "src/extension/game",
"dependencies": [ "egret" ]
},
{
"name": "gui",
"description": "Egret UI Framework",
"files": [ ],
"root": "src/extension/gui",
"dependencies": [ "egret", "game" ]
},
{
"name": "res",
"description": "Egret Resource Loader",
"files": [ ],
"root": "src/extension/resource",
"dependencies": [ "egret", "game" ]
},
{
"name": "eui",
"description": "Egret UI",
"files": [ ],
"root": "src/extension/eui",
"dependencies": [ "egret" ]
},
{
"name": "tween",
"description": "Egret Tween",
"files": [ ],
"root": "src/extension/tween",
"dependencies": [ "egret" ]
},
{
"name": "dragonbones",
"description": "dragonbones",
"files": [ ],
"root": "src/extension/dragonbones",
"dependencies": [ "egret" ]
},
{
"name": "socket",
"description": "Web Socket",
"files": [ ],
"root": "src/extension/socket",
"dependencies": [ "egret" ]
}
],
"platforms": [
{
"name": "any",
"declaration": true,
"hidden": true
},
{
"name": "web",
"description": "Web"
},
{
"name": "native",
"description": "Native"
}
],
"templates": [
{
"name": "empty",
"displayName": "空 Egret 项目",
"language": "TypeScript",
"tag": "game,app,TypeScript",
"description": "创建一个空项目,仅添加 Egret 相关模块引用",
"modules": [ "egret" ]
},
{
"name": "game",
"displayName": "Egret 游戏项目",
"language": "TypeScript",
"tag": "game,TypeScript",
"description": "创建一个Egret 游戏项目",
"modules": [ "egret", "game", "tween", "res" ]
},
{
"name": "eui",
"displayName": "Egret EUI 项目",
"language": "TypeScript",
"tag": "game,app,TypeScript",
"description": "使用 eui 扩展库创建友好的交互界面",
"modules": [ "egret", "eui", "res" ]
},
{
"name": "gui",
"displayName": "Egret GUI 项目",
"language": "TypeScript",
"tag": "game,app,TypeScript",
"description": "创建一个Egret GUI 项目",
"modules": [ "egret", "game", "res", "gui" ]
}
],
"scaleModes": [
{
"name": "showAll",
"description": "保持原始宽高比缩放应用程序内容,缩放后应用程序内容的较宽方向填满播放器视口,另一个方向的两侧可能会不够宽而留有黑边。在此模式下,舞台尺寸(Stage.stageWidth,Stage.stageHeight)始终等于初始化时外部传入的应用程序内容尺寸。"
},
{
"name": "noScale",
"description": "不缩放应用程序内容。即使在更改播放器视口大小时,它仍然保持不变。如果播放器视口比内容小,则可能进行一些裁切。在此模式下,舞台尺寸(Stage.stageWidth,Stage.stageHeight)始终跟播放器视口大小保持一致。"
},
{
"name": "noBorder",
"description": "保持原始宽高比缩放应用程序内容,缩放后应用程序内容的较窄方向填满播放器视口,另一个方向的两侧可能会超出播放器视口而被裁切。在此模式下,舞台尺寸(Stage.stageWidth,Stage.stageHeight)始终等于初始化时外部传入的应用程序内容尺寸。"
},
{
"name": "exactFit",
"description": "不保持原始宽高比缩放应用程序内容,缩放后应用程序内容正好填满播放器视口。在此模式下,舞台尺寸(Stage.stageWidth,Stage.stageHeight)始终等于初始化时外部传入的应用程序内容尺寸。"
},
{
"name": "fixedWidth",
"description": "保持原始宽高比缩放应用程序内容,缩放后应用程序内容在水平和垂直方向都填满播放器视口,但只保持应用程序内容的原始宽度不变,高度可能会改变。在此模式下,舞台宽度(Stage.stageWidth)始终等于初始化时外部传入的应用程序内容宽度。舞台高度(Stage.stageHeight)由当前的缩放比例与播放器视口高度决定。"
},
{
"name": "fixedHeight",
"description": "保持原始宽高比缩放应用程序内容,缩放后应用程序内容在水平和垂直方向都填满播放器视口,但只保持应用程序内容的原始高度不变,宽度可能会改变。在此模式下,舞台高度(Stage.stageHeight)始终等于初始化时外部传入的应用程序内容高度。舞台宽度(Stage.stageWidth)由当前的缩放比例与播放器视口宽度决定。"
}
],
"orientationModes": [
{
"name": "auto",
"description": "不强制旋转应用程序。应用程序随设备旋转而旋转"
},
{
"name": "portrait",
"description": "强制旋转应用程序至竖屏状态。此模式下,当屏幕宽度大于屏幕高度时,会自动将应用程序逆时针旋转90°。"
},
{
"name": "landscape",
"description": "强制旋转应用程序至横屏状态。此模式下,当屏幕高度大于屏幕宽度时,会自动将应用程序顺时针旋转90°。"
},
{
"name": "landscapeFlipped",
"description": "强制旋转应用程序至横屏状态。此模式下,当屏幕高度大于屏幕宽度时,会自动将应用程序逆时针旋转90°。"
}
]
}
}