-
Notifications
You must be signed in to change notification settings - Fork 796
/
package_en.json
515 lines (515 loc) · 19.1 KB
/
package_en.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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
{
"name": "egret",
"version": "5.4.1",
"private": true,
"author": "egret-labs",
"bin": {
"egret": "./tools/bin/egret"
},
"i18n": "cn",
"egret": {
"registerClass": "egret",
"typeScriptVersion": "1.8",
"modules": [
{
"name": "egret",
"description": "egret core lib",
"description_en": "egret core lib",
"files": [
{
"path": "../Defines.debug.ts",
"debug": true
},
{
"path": "../Defines.release.ts",
"debug": false
},
{
"path": "text/native/NativeTextMeasurer.ts",
"platform": "native"
},
{
"path": "native/rendering/canvas/NativeCanvasRenderContext.ts",
"platform": "native"
},
{
"path": "native/rendering/canvas/OldNativeCanvasRenderContext.ts",
"platform": "native"
},
{
"path": "native/rendering/canvas/NativeCanvas.ts",
"platform": "native"
},
{
"path": "native/rendering/canvas/NativeCanvasRenderBuffer.ts",
"platform": "native"
},
{
"path": "native/NativeTexture.ts",
"platform": "native"
},
{
"path": "native/NativePlayer.ts",
"platform": "native"
},
{
"path": "native/EgretNative.ts",
"platform": "native"
},
{
"path": "native/NativeFps.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": "media/native/NativeVideo.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/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": "text/web/WebTextMeasurer.ts",
"platform": "web"
},
{
"path": "web/rendering/CanvasRenderBuffer.ts",
"platform": "web"
},
{
"path": "web/WebTouchHandler.ts",
"platform": "web"
},
{
"path": "web/WebHideHandler.ts",
"platform": "web"
},
{
"path": "web/Html5Capatibility.ts",
"platform": "web"
},
{
"path": "web/WebSysImpl.ts",
"platform": "web"
},
{
"path": "web/EgretWeb.ts",
"platform": "web"
},
{
"path": "web/WebCapability.ts",
"platform": "web"
},
{
"path": "web/WebFps.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"
},
{
"path": "web/rendering/webgl/WebGLDrawCmdManager.ts",
"platform": "web"
},
{
"path": "web/rendering/webgl/WebGLVertexArrayObject.ts",
"platform": "web"
},
{
"path": "web/rendering/webgl/WebGLRenderTarget.ts",
"platform": "web"
},
{
"path": "web/rendering/webgl/WebGLRenderContext.ts",
"platform": "web"
},
{
"path": "web/rendering/webgl/WebGLRenderBuffer.ts",
"platform": "web"
},
{
"path": "web/rendering/webgl/WebGLRenderer.ts",
"platform": "web"
},
{
"path": "web/rendering/webgl/TextAtlasStrategy.ts",
"platform": "web"
},
{
"path": "web/rendering/webgl/TextAtlasRender.ts",
"platform": "web"
},
{
"path": "web/rendering/webgl/EgretWebGLAttribute.ts",
"platform": "web"
},
{
"path": "web/rendering/webgl/EgretWebGLProgram.ts",
"platform": "web"
},
{
"path": "web/rendering/webgl/EgretWebGLUniform.ts",
"platform": "web"
},
{
"path": "web/rendering/webgl/shaders/EgretShaderLib.ts",
"platform": "web"
}
],
"root": "src/egret",
"dependencies": []
},
{
"name": "assetsmanager",
"description": "assetsmanager 资源管理器",
"description_en": "AssetsManager",
"files": [],
"root": "",
"dependencies": []
},
{
"name": "eui",
"description": "UI lib",
"description_en": "UI lib",
"files": [],
"root": "src/extension/eui",
"dependencies": [
"egret"
]
},
{
"name": "dragonBones",
"description": "dragonbones animation lib",
"description_en": "dragonbones animation lib",
"files": [],
"root": "",
"dependencies": []
},
{
"name": "game",
"description": "game lib",
"description_en": "game lib",
"files": [],
"root": "src/extension/game",
"dependencies": [
"egret"
]
},
{
"name": "tween",
"description": "tween slow motion animation lib",
"description_en": "tween slow motion animation lib",
"files": [],
"root": "src/extension/tween",
"dependencies": [
"egret"
]
},
{
"name": "socket",
"description": "socket network communication lib",
"description_en": "socket network communication lib",
"files": [],
"root": "src/extension/socket",
"dependencies": [
"egret"
]
},
{
"name": "egret3d",
"description": "egret 3D engine lib",
"description_en": "egret 3D engine lib",
"files": [],
"root": "",
"dependencies": []
},
{
"name": "egret-facebook",
"description": "Facebook Instant Games SDK",
"description_en": "Facebook Instant Games SDK",
"files": [],
"root": "",
"dependencies": [
"egret"
]
},
{
"name": "egretia-sdk",
"description": "Egretia SDK",
"description_en": "Egretia SDK",
"files": [],
"root": "",
"dependencies": [
"egret"
]
}
],
"platforms": [
{
"name": "any",
"declaration": true,
"hidden": true
},
{
"name": "web",
"description": "Web"
},
{
"name": "native",
"description": "Native"
}
],
"templates": [
{
"name": "game",
"displayName": "Egret game project",
"displayName_en": "Egret game project",
"language": "TypeScript",
"tag": "game,TypeScript",
"description": "Create an Egret game project",
"description_en": "Create an Egret game project",
"defaultWidth": 640,
"defaultHeight": 1136,
"modules": [
"egret",
"game",
"tween",
"res"
]
},
{
"name": "eui",
"displayName": "Egret EUI project",
"displayName_en": "Egret EUI project",
"language": "TypeScript",
"tag": "game,app,TypeScript",
"description": "Create friendly interactive UI with eui extensions",
"description_en": "Create friendly interactive UI with eui extensions",
"defaultWidth": 640,
"defaultHeight": 1136,
"modules": [
"egret",
"eui",
"res",
"tween"
]
},
{
"name": "facebook-instant-demo",
"displayName": "Facebook Instant Game Demo project",
"displayName_en": "Facebook Instant Game Demo project",
"language": "TypeScript",
"tag": "game,app,TypeScript",
"description": "A Facebook game type",
"description_en": "A Facebook game type",
"defaultWidth": 640,
"defaultHeight": 1136,
"modules": [
"egret",
"game",
"res",
"eui",
"tween"
]
}
],
"scaleModes": [
{
"name": "showAll",
"description": "Scale app content with original aspect ratio. The wider direction of the scaled app content fills the player window while the other direction may not be wide enough and leave some black bars. In this mode, stage size (Stage.stageWidth,Stage.stageHeight) stays the same as app content size passed externally upon initiation.",
"description_en": "Scale app content with original aspect ratio. The wider direction of the scaled app content fills the player window while the other direction may not be wide enough and leave some black bars. In this mode, stage size (Stage.stageWidth,Stage.stageHeight) stays the same as app content size passed externally upon initiation."
},
{
"name": "noScale",
"description": "Don't scale app content. Content size stay intact even when player window is changed. If player window is smaller than the content, crop may be applied. In this mode, stage size (Stage.stageWidth,Stage.stageHeight)stay the same as player window.",
"description_en": "Don't scale app content. Content size stay intact even when player window is changed. If player window is smaller than the content, crop may be applied. In this mode, stage size (Stage.stageWidth,Stage.stageHeight)stay the same as player window."
},
{
"name": "noBorder",
"description": "Scale app content with original aspect ratio. The narrower direction of scaled content fills player window while the other direction may overflow player window and be cropped. In this mode, stage size (Stage.stageWidth,Stage.stageHeight) stays the same as app content size passed externally upon initiation.",
"description_en": "Scale app content with original aspect ratio. The narrower direction of scaled content fills player window while the other direction may overflow player window and be cropped. In this mode, stage size (Stage.stageWidth,Stage.stageHeight) stays the same as app content size passed externally upon initiation."
},
{
"name": "exactFit",
"description": "Scale app content without keeping original aspect ratio and the scaled content fits well in the player window. In this mode, stage size (Stage.stageWidth,Stage.stageHeight) stays the same as app content size passed externally during initiation.",
"description_en": "Scale app content without keeping original aspect ratio and the scaled content fits well in the player window. In this mode, stage size (Stage.stageWidth,Stage.stageHeight) stays the same as app content size passed externally during initiation."
},
{
"name": "fixedWidth",
"description": "Scale app content with original aspect ratio and scaled content fills player window both horizontally and vertically,but only the content's original width will not change while its height may change. In this mode, stage width (Stage.stageWidth) stays the same as the app content width passed externally upon initiation. Stage height (Stage.stageHeight) is determined by current scale ratio and the height of player window.",
"description_en": "Scale app content with original aspect ratio and scaled content fills player window both horizontally and vertically,but only the content's original width will not change while its height may change. In this mode, stage width (Stage.stageWidth) stays the same as the app content width passed externally upon initiation. Stage height (Stage.stageHeight) is determined by current scale ratio and the height of player window."
},
{
"name": "fixedHeight",
"description": "Scale app content with original aspect ratio and scaled content fills player window both horizontally and vertically,but only the content's original height will not change while its width may change. In this mode, stage height (Stage.stageHeight) stays the same as the app content height passed externally upon initiation. Stage width (Stage.stageWidth) is determined by current scale ratio and the width of player window.",
"description_en": "Scale app content with original aspect ratio and scaled content fills player window both horizontally and vertically,but only the content's original height will not change while its width may change. In this mode, stage height (Stage.stageHeight) stays the same as the app content height passed externally upon initiation. Stage width (Stage.stageWidth) is determined by current scale ratio and the width of player window."
},
{
"name": "fixedNarrow",
"description": "Scale app content with original aspect ratio and scaled content fills player window both horizontally and vertically. The narrower direction of the content may not be wide enough and padded up. In this mode, stage height (Stage.stageHeight) and stage width (Stage.stageWidth) will be determined by current scale ratio and player window size。",
"description_en": "Scale app content with original aspect ratio and scaled content fills player window both horizontally and vertically. The narrower direction of the content may not be wide enough and padded up. In this mode, stage height (Stage.stageHeight) and stage width (Stage.stageWidth) will be determined by current scale ratio and player window size。"
},
{
"name": "fixedWide",
"description": "Scale app content with original aspect ratio and scaled content fills player window both horizontally and vertically. The wider direction of app content may outgrow player window and be cropped. In this mode, stage height (Stage.stageHeight) and stage width (Stage.stageWidth) will be determined by current scale ratio and player window's width and height",
"description_en": "Scale app content with original aspect ratio and scaled content fills player window both horizontally and vertically. The wider direction of app content may outgrow player window and be cropped. In this mode, stage height (Stage.stageHeight) and stage width (Stage.stageWidth) will be determined by current scale ratio and player window's width and height"
}
],
"orientationModes": [
{
"name": "auto",
"description": "Don't force app to rotate. App rotates with device",
"description_en": "Don't force app to rotate. App rotates with device"
},
{
"name": "portrait",
"description": "Force app to rotate to portrait mode. In this mode, when screen width is greater than screen height, app will be automatically rotated 90° counterclockwise.",
"description_en": "Force app to rotate to portrait mode. In this mode, when screen width is greater than screen height, app will be automatically rotated 90° counterclockwise."
},
{
"name": "landscape",
"description": "Force app to rotate to landscape mode. In this mode, when screen height is greater than screen width, the app will be automatically rotated 90° clockwise.",
"description_en": "Force app to rotate to landscape mode. In this mode, when screen height is greater than screen width, the app will be automatically rotated 90° clockwise."
},
{
"name": "landscapeFlipped",
"description": "Force app to rotate to landscape mode. In this mode, when screen height is greater than screen width, the app will be automatically rotated 90° counterclockwise.",
"description_en": "Force app to rotate to landscape mode. In this mode, when screen height is greater than screen width, the app will be automatically rotated 90° counterclockwise."
}
]
},
"dependencies": {}
}