@webgal/language-service 0.0.2-alpha.3 → 0.0.2-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3127 @@
1
+ //#region src/utils/definedMap.ts
2
+ /** This is Automatically generated, do not modify */
3
+ var definedMap_default = {
4
+ ISceneEntry: {
5
+ sceneName: {
6
+ key: "sceneName",
7
+ description: "场景名称",
8
+ type: {
9
+ key: "string",
10
+ description: "场景名称"
11
+ },
12
+ value: "string"
13
+ },
14
+ sceneUrl: {
15
+ key: "sceneUrl",
16
+ description: "场景url",
17
+ type: {
18
+ key: "string",
19
+ description: "场景url"
20
+ },
21
+ value: "string"
22
+ },
23
+ continueLine: {
24
+ key: "continueLine",
25
+ description: "继续原场景的行号",
26
+ type: {
27
+ key: "number",
28
+ description: "继续原场景的行号"
29
+ },
30
+ value: "number"
31
+ }
32
+ },
33
+ arg: {
34
+ key: {
35
+ key: "key",
36
+ description: "参数键",
37
+ type: {
38
+ key: "string",
39
+ description: "参数键"
40
+ },
41
+ value: "string"
42
+ },
43
+ value: {
44
+ key: "value",
45
+ description: "参数值",
46
+ type: {
47
+ key: "string | boolean | number",
48
+ description: "参数值"
49
+ },
50
+ value: "@U:string | boolean | number"
51
+ },
52
+ __WG$key: "arg",
53
+ __WG$description: "\n单个参数接口\n@interface arg\n/"
54
+ },
55
+ IAsset: {
56
+ name: {
57
+ key: "name",
58
+ description: "资源名称",
59
+ type: {
60
+ key: "string",
61
+ description: "资源名称"
62
+ },
63
+ value: "string"
64
+ },
65
+ type: {
66
+ key: "type",
67
+ description: "资源类型",
68
+ type: {
69
+ key: "fileType",
70
+ description: "资源类型"
71
+ },
72
+ value: "fileType"
73
+ },
74
+ url: {
75
+ key: "url",
76
+ description: "资源url",
77
+ type: {
78
+ key: "string",
79
+ description: "资源url"
80
+ },
81
+ value: "string"
82
+ },
83
+ lineNumber: {
84
+ key: "lineNumber",
85
+ description: "触发资源语句的行号",
86
+ type: {
87
+ key: "number",
88
+ description: "触发资源语句的行号"
89
+ },
90
+ value: "number"
91
+ },
92
+ __WG$key: "IAsset",
93
+ __WG$description: "\n资源接口\n@interface IAsset\n/"
94
+ },
95
+ ISentence: {
96
+ command: {
97
+ key: "command",
98
+ description: "语句类型",
99
+ type: {
100
+ key: "commandType",
101
+ description: "语句类型"
102
+ },
103
+ value: "commandType"
104
+ },
105
+ commandRaw: {
106
+ key: "commandRaw",
107
+ description: "命令的原始内容,方便调试",
108
+ type: {
109
+ key: "string",
110
+ description: "命令的原始内容,方便调试"
111
+ },
112
+ value: "string"
113
+ },
114
+ content: {
115
+ key: "content",
116
+ description: "语句内容",
117
+ type: {
118
+ key: "string",
119
+ description: "语句内容"
120
+ },
121
+ value: "string"
122
+ },
123
+ args: {
124
+ key: "args",
125
+ description: "参数列表",
126
+ type: {
127
+ key: "Array<arg>",
128
+ description: "参数列表"
129
+ },
130
+ value: "Array<arg>"
131
+ },
132
+ sentenceAssets: {
133
+ key: "sentenceAssets",
134
+ description: "语句携带的资源列表",
135
+ type: {
136
+ key: "Array<IAsset>",
137
+ description: "语句携带的资源列表"
138
+ },
139
+ value: "Array<IAsset>"
140
+ },
141
+ subScene: {
142
+ key: "subScene",
143
+ description: "语句包含子场景列表",
144
+ type: {
145
+ key: "Array<string>",
146
+ description: "语句包含子场景列表"
147
+ },
148
+ value: "Array<string>"
149
+ },
150
+ inlineComment: {
151
+ key: "inlineComment",
152
+ description: "行内注释",
153
+ type: {
154
+ key: "string",
155
+ description: "行内注释"
156
+ },
157
+ value: "string"
158
+ },
159
+ __WG$key: "ISentence",
160
+ __WG$description: "\n单条语句接口\n@interface ISentence\n/"
161
+ },
162
+ IScene: {
163
+ sceneName: {
164
+ key: "sceneName",
165
+ description: "场景名称",
166
+ type: {
167
+ key: "string",
168
+ description: "场景名称"
169
+ },
170
+ value: "string"
171
+ },
172
+ sceneUrl: {
173
+ key: "sceneUrl",
174
+ description: "场景url",
175
+ type: {
176
+ key: "string",
177
+ description: "场景url"
178
+ },
179
+ value: "string"
180
+ },
181
+ sentenceList: {
182
+ key: "sentenceList",
183
+ description: "语句列表",
184
+ type: {
185
+ key: "Array<ISentence>",
186
+ description: "语句列表"
187
+ },
188
+ value: "Array<ISentence>"
189
+ },
190
+ assetsList: {
191
+ key: "assetsList",
192
+ description: "资源列表",
193
+ type: {
194
+ key: "Array<IAsset>",
195
+ description: "资源列表"
196
+ },
197
+ value: "Array<IAsset>"
198
+ },
199
+ subSceneList: {
200
+ key: "subSceneList",
201
+ description: "子场景的url列表",
202
+ type: {
203
+ key: "Array<string>",
204
+ description: "子场景的url列表"
205
+ },
206
+ value: "Array<string>"
207
+ },
208
+ __WG$key: "IScene",
209
+ __WG$description: "\n场景接口\n@interface IScene\n/"
210
+ },
211
+ ISceneData: {
212
+ currentSentenceId: {
213
+ key: "currentSentenceId",
214
+ description: "当前语句ID",
215
+ type: {
216
+ key: "number",
217
+ description: "当前语句ID"
218
+ },
219
+ value: "number"
220
+ },
221
+ sceneStack: {
222
+ key: "sceneStack",
223
+ description: "场景栈",
224
+ type: {
225
+ key: "Array<ISceneEntry>",
226
+ description: "场景栈"
227
+ },
228
+ value: "Array<ISceneEntry>"
229
+ },
230
+ currentScene: {
231
+ key: "currentScene",
232
+ description: "当前场景数据",
233
+ type: {
234
+ key: "IScene",
235
+ description: "当前场景数据"
236
+ },
237
+ value: {
238
+ sceneName: {
239
+ key: "sceneName",
240
+ description: "场景名称",
241
+ type: {
242
+ key: "string",
243
+ description: "场景名称"
244
+ },
245
+ value: "string"
246
+ },
247
+ sceneUrl: {
248
+ key: "sceneUrl",
249
+ description: "场景url",
250
+ type: {
251
+ key: "string",
252
+ description: "场景url"
253
+ },
254
+ value: "string"
255
+ },
256
+ sentenceList: {
257
+ key: "sentenceList",
258
+ description: "语句列表",
259
+ type: {
260
+ key: "Array<ISentence>",
261
+ description: "语句列表"
262
+ },
263
+ value: "Array<ISentence>"
264
+ },
265
+ assetsList: {
266
+ key: "assetsList",
267
+ description: "资源列表",
268
+ type: {
269
+ key: "Array<IAsset>",
270
+ description: "资源列表"
271
+ },
272
+ value: "Array<IAsset>"
273
+ },
274
+ subSceneList: {
275
+ key: "subSceneList",
276
+ description: "子场景的url列表",
277
+ type: {
278
+ key: "Array<string>",
279
+ description: "子场景的url列表"
280
+ },
281
+ value: "Array<string>"
282
+ }
283
+ }
284
+ },
285
+ __WG$key: "ISceneData",
286
+ __WG$description: "\n当前的场景数据\n@interface ISceneData\n/"
287
+ },
288
+ parsedCommand: {
289
+ type: {
290
+ key: "type",
291
+ description: "",
292
+ type: {
293
+ key: "commandType",
294
+ description: ""
295
+ },
296
+ value: "commandType"
297
+ },
298
+ additionalArgs: {
299
+ key: "additionalArgs",
300
+ description: "",
301
+ type: {
302
+ key: "Array<arg>",
303
+ description: ""
304
+ },
305
+ value: "Array<arg>"
306
+ },
307
+ __WG$key: "parsedCommand",
308
+ __WG$description: "\n处理后的命令接口\n@interface parsedCommand\n/"
309
+ },
310
+ IGameVar: {
311
+ __WG$key: "IGameVar",
312
+ __WG$description: "\n游戏内变量\n@interface IGameVar\n/"
313
+ },
314
+ ISetGameVar: {
315
+ key: {
316
+ key: "key",
317
+ description: "",
318
+ type: {
319
+ key: "string",
320
+ description: ""
321
+ },
322
+ value: "string"
323
+ },
324
+ value: {
325
+ key: "value",
326
+ description: "",
327
+ type: {
328
+ key: "string | boolean | number",
329
+ description: ""
330
+ },
331
+ value: "@U:string | boolean | number"
332
+ }
333
+ },
334
+ IChooseItem: {
335
+ key: {
336
+ key: "key",
337
+ description: "选项名称",
338
+ type: {
339
+ key: "string",
340
+ description: "选项名称"
341
+ },
342
+ value: "string"
343
+ },
344
+ targetScene: {
345
+ key: "targetScene",
346
+ description: "选项target",
347
+ type: {
348
+ key: "string",
349
+ description: "选项target"
350
+ },
351
+ value: "string"
352
+ },
353
+ isSubScene: {
354
+ key: "isSubScene",
355
+ description: "是否是子场景调用",
356
+ type: {
357
+ key: "boolean",
358
+ description: "是否是子场景调用"
359
+ },
360
+ value: "boolean"
361
+ },
362
+ __WG$key: "IChooseItem",
363
+ __WG$description: "\n单个选项\n@interface IChooseItem\n/"
364
+ },
365
+ ITransform: {
366
+ alpha: {
367
+ key: "alpha",
368
+ description: "",
369
+ type: {
370
+ key: "number",
371
+ description: ""
372
+ },
373
+ value: "number"
374
+ },
375
+ scale: {
376
+ key: "scale",
377
+ description: "",
378
+ type: {
379
+ key: "{\r\n x: number;\r\n y: number;\r\n }",
380
+ description: ""
381
+ },
382
+ value: {
383
+ x: {
384
+ key: "x",
385
+ description: "",
386
+ type: {
387
+ key: "number",
388
+ description: ""
389
+ },
390
+ value: "number"
391
+ },
392
+ y: {
393
+ key: "y",
394
+ description: "",
395
+ type: {
396
+ key: "number",
397
+ description: ""
398
+ },
399
+ value: "number"
400
+ }
401
+ }
402
+ },
403
+ position: {
404
+ key: "position",
405
+ description: "",
406
+ type: {
407
+ key: "{\r\n x: number;\r\n y: number;\r\n }",
408
+ description: ""
409
+ },
410
+ value: {
411
+ x: {
412
+ key: "x",
413
+ description: "",
414
+ type: {
415
+ key: "number",
416
+ description: ""
417
+ },
418
+ value: "number"
419
+ },
420
+ y: {
421
+ key: "y",
422
+ description: "",
423
+ type: {
424
+ key: "number",
425
+ description: ""
426
+ },
427
+ value: "number"
428
+ }
429
+ }
430
+ },
431
+ rotation: {
432
+ key: "rotation",
433
+ description: "",
434
+ type: {
435
+ key: "number",
436
+ description: ""
437
+ },
438
+ value: "number"
439
+ },
440
+ blur: {
441
+ key: "blur",
442
+ description: "",
443
+ type: {
444
+ key: "number",
445
+ description: ""
446
+ },
447
+ value: "number"
448
+ },
449
+ brightness: {
450
+ key: "brightness",
451
+ description: "",
452
+ type: {
453
+ key: "number",
454
+ description: ""
455
+ },
456
+ value: "number"
457
+ },
458
+ contrast: {
459
+ key: "contrast",
460
+ description: "",
461
+ type: {
462
+ key: "number",
463
+ description: ""
464
+ },
465
+ value: "number"
466
+ },
467
+ saturation: {
468
+ key: "saturation",
469
+ description: "",
470
+ type: {
471
+ key: "number",
472
+ description: ""
473
+ },
474
+ value: "number"
475
+ },
476
+ gamma: {
477
+ key: "gamma",
478
+ description: "",
479
+ type: {
480
+ key: "number",
481
+ description: ""
482
+ },
483
+ value: "number"
484
+ },
485
+ colorRed: {
486
+ key: "colorRed",
487
+ description: "",
488
+ type: {
489
+ key: "number",
490
+ description: ""
491
+ },
492
+ value: "number"
493
+ },
494
+ colorGreen: {
495
+ key: "colorGreen",
496
+ description: "",
497
+ type: {
498
+ key: "number",
499
+ description: ""
500
+ },
501
+ value: "number"
502
+ },
503
+ colorBlue: {
504
+ key: "colorBlue",
505
+ description: "",
506
+ type: {
507
+ key: "number",
508
+ description: ""
509
+ },
510
+ value: "number"
511
+ },
512
+ bevel: {
513
+ key: "bevel",
514
+ description: "",
515
+ type: {
516
+ key: "number",
517
+ description: ""
518
+ },
519
+ value: "number"
520
+ },
521
+ bevelThickness: {
522
+ key: "bevelThickness",
523
+ description: "",
524
+ type: {
525
+ key: "number",
526
+ description: ""
527
+ },
528
+ value: "number"
529
+ },
530
+ bevelRotation: {
531
+ key: "bevelRotation",
532
+ description: "",
533
+ type: {
534
+ key: "number",
535
+ description: ""
536
+ },
537
+ value: "number"
538
+ },
539
+ bevelSoftness: {
540
+ key: "bevelSoftness",
541
+ description: "",
542
+ type: {
543
+ key: "number",
544
+ description: ""
545
+ },
546
+ value: "number"
547
+ },
548
+ bevelRed: {
549
+ key: "bevelRed",
550
+ description: "",
551
+ type: {
552
+ key: "number",
553
+ description: ""
554
+ },
555
+ value: "number"
556
+ },
557
+ bevelGreen: {
558
+ key: "bevelGreen",
559
+ description: "",
560
+ type: {
561
+ key: "number",
562
+ description: ""
563
+ },
564
+ value: "number"
565
+ },
566
+ bevelBlue: {
567
+ key: "bevelBlue",
568
+ description: "",
569
+ type: {
570
+ key: "number",
571
+ description: ""
572
+ },
573
+ value: "number"
574
+ },
575
+ bloom: {
576
+ key: "bloom",
577
+ description: "",
578
+ type: {
579
+ key: "number",
580
+ description: ""
581
+ },
582
+ value: "number"
583
+ },
584
+ bloomBrightness: {
585
+ key: "bloomBrightness",
586
+ description: "",
587
+ type: {
588
+ key: "number",
589
+ description: ""
590
+ },
591
+ value: "number"
592
+ },
593
+ bloomBlur: {
594
+ key: "bloomBlur",
595
+ description: "",
596
+ type: {
597
+ key: "number",
598
+ description: ""
599
+ },
600
+ value: "number"
601
+ },
602
+ bloomThreshold: {
603
+ key: "bloomThreshold",
604
+ description: "",
605
+ type: {
606
+ key: "number",
607
+ description: ""
608
+ },
609
+ value: "number"
610
+ },
611
+ shockwaveFilter: {
612
+ key: "shockwaveFilter",
613
+ description: "",
614
+ type: {
615
+ key: "number",
616
+ description: ""
617
+ },
618
+ value: "number"
619
+ },
620
+ radiusAlphaFilter: {
621
+ key: "radiusAlphaFilter",
622
+ description: "",
623
+ type: {
624
+ key: "number",
625
+ description: ""
626
+ },
627
+ value: "number"
628
+ }
629
+ },
630
+ IEffect: {
631
+ target: {
632
+ key: "target",
633
+ description: "作用目标",
634
+ type: {
635
+ key: "string",
636
+ description: "作用目标"
637
+ },
638
+ value: "string"
639
+ },
640
+ transform: {
641
+ key: "transform",
642
+ description: "变换",
643
+ type: {
644
+ key: "ITransform",
645
+ description: "变换"
646
+ },
647
+ value: {
648
+ alpha: {
649
+ key: "alpha",
650
+ description: "",
651
+ type: {
652
+ key: "number",
653
+ description: ""
654
+ },
655
+ value: "number"
656
+ },
657
+ scale: {
658
+ key: "scale",
659
+ description: "",
660
+ type: {
661
+ key: "{\r\n x: number;\r\n y: number;\r\n }",
662
+ description: ""
663
+ },
664
+ value: {
665
+ x: {
666
+ key: "x",
667
+ description: "",
668
+ type: {
669
+ key: "number",
670
+ description: ""
671
+ },
672
+ value: "number"
673
+ },
674
+ y: {
675
+ key: "y",
676
+ description: "",
677
+ type: {
678
+ key: "number",
679
+ description: ""
680
+ },
681
+ value: "number"
682
+ }
683
+ }
684
+ },
685
+ position: {
686
+ key: "position",
687
+ description: "",
688
+ type: {
689
+ key: "{\r\n x: number;\r\n y: number;\r\n }",
690
+ description: ""
691
+ },
692
+ value: {
693
+ x: {
694
+ key: "x",
695
+ description: "",
696
+ type: {
697
+ key: "number",
698
+ description: ""
699
+ },
700
+ value: "number"
701
+ },
702
+ y: {
703
+ key: "y",
704
+ description: "",
705
+ type: {
706
+ key: "number",
707
+ description: ""
708
+ },
709
+ value: "number"
710
+ }
711
+ }
712
+ },
713
+ rotation: {
714
+ key: "rotation",
715
+ description: "",
716
+ type: {
717
+ key: "number",
718
+ description: ""
719
+ },
720
+ value: "number"
721
+ },
722
+ blur: {
723
+ key: "blur",
724
+ description: "",
725
+ type: {
726
+ key: "number",
727
+ description: ""
728
+ },
729
+ value: "number"
730
+ },
731
+ brightness: {
732
+ key: "brightness",
733
+ description: "",
734
+ type: {
735
+ key: "number",
736
+ description: ""
737
+ },
738
+ value: "number"
739
+ },
740
+ contrast: {
741
+ key: "contrast",
742
+ description: "",
743
+ type: {
744
+ key: "number",
745
+ description: ""
746
+ },
747
+ value: "number"
748
+ },
749
+ saturation: {
750
+ key: "saturation",
751
+ description: "",
752
+ type: {
753
+ key: "number",
754
+ description: ""
755
+ },
756
+ value: "number"
757
+ },
758
+ gamma: {
759
+ key: "gamma",
760
+ description: "",
761
+ type: {
762
+ key: "number",
763
+ description: ""
764
+ },
765
+ value: "number"
766
+ },
767
+ colorRed: {
768
+ key: "colorRed",
769
+ description: "",
770
+ type: {
771
+ key: "number",
772
+ description: ""
773
+ },
774
+ value: "number"
775
+ },
776
+ colorGreen: {
777
+ key: "colorGreen",
778
+ description: "",
779
+ type: {
780
+ key: "number",
781
+ description: ""
782
+ },
783
+ value: "number"
784
+ },
785
+ colorBlue: {
786
+ key: "colorBlue",
787
+ description: "",
788
+ type: {
789
+ key: "number",
790
+ description: ""
791
+ },
792
+ value: "number"
793
+ },
794
+ bevel: {
795
+ key: "bevel",
796
+ description: "",
797
+ type: {
798
+ key: "number",
799
+ description: ""
800
+ },
801
+ value: "number"
802
+ },
803
+ bevelThickness: {
804
+ key: "bevelThickness",
805
+ description: "",
806
+ type: {
807
+ key: "number",
808
+ description: ""
809
+ },
810
+ value: "number"
811
+ },
812
+ bevelRotation: {
813
+ key: "bevelRotation",
814
+ description: "",
815
+ type: {
816
+ key: "number",
817
+ description: ""
818
+ },
819
+ value: "number"
820
+ },
821
+ bevelSoftness: {
822
+ key: "bevelSoftness",
823
+ description: "",
824
+ type: {
825
+ key: "number",
826
+ description: ""
827
+ },
828
+ value: "number"
829
+ },
830
+ bevelRed: {
831
+ key: "bevelRed",
832
+ description: "",
833
+ type: {
834
+ key: "number",
835
+ description: ""
836
+ },
837
+ value: "number"
838
+ },
839
+ bevelGreen: {
840
+ key: "bevelGreen",
841
+ description: "",
842
+ type: {
843
+ key: "number",
844
+ description: ""
845
+ },
846
+ value: "number"
847
+ },
848
+ bevelBlue: {
849
+ key: "bevelBlue",
850
+ description: "",
851
+ type: {
852
+ key: "number",
853
+ description: ""
854
+ },
855
+ value: "number"
856
+ },
857
+ bloom: {
858
+ key: "bloom",
859
+ description: "",
860
+ type: {
861
+ key: "number",
862
+ description: ""
863
+ },
864
+ value: "number"
865
+ },
866
+ bloomBrightness: {
867
+ key: "bloomBrightness",
868
+ description: "",
869
+ type: {
870
+ key: "number",
871
+ description: ""
872
+ },
873
+ value: "number"
874
+ },
875
+ bloomBlur: {
876
+ key: "bloomBlur",
877
+ description: "",
878
+ type: {
879
+ key: "number",
880
+ description: ""
881
+ },
882
+ value: "number"
883
+ },
884
+ bloomThreshold: {
885
+ key: "bloomThreshold",
886
+ description: "",
887
+ type: {
888
+ key: "number",
889
+ description: ""
890
+ },
891
+ value: "number"
892
+ },
893
+ shockwaveFilter: {
894
+ key: "shockwaveFilter",
895
+ description: "",
896
+ type: {
897
+ key: "number",
898
+ description: ""
899
+ },
900
+ value: "number"
901
+ },
902
+ radiusAlphaFilter: {
903
+ key: "radiusAlphaFilter",
904
+ description: "",
905
+ type: {
906
+ key: "number",
907
+ description: ""
908
+ },
909
+ value: "number"
910
+ }
911
+ }
912
+ },
913
+ __WG$key: "IEffect",
914
+ __WG$description: "\n基本效果接口\n@interface IEffect\n/"
915
+ },
916
+ IStageAnimationSetting: {
917
+ target: {
918
+ key: "target",
919
+ description: "",
920
+ type: {
921
+ key: "string",
922
+ description: ""
923
+ },
924
+ value: "string"
925
+ },
926
+ enterAnimationName: {
927
+ key: "enterAnimationName",
928
+ description: "",
929
+ type: {
930
+ key: "string",
931
+ description: ""
932
+ },
933
+ value: "string"
934
+ },
935
+ exitAnimationName: {
936
+ key: "exitAnimationName",
937
+ description: "",
938
+ type: {
939
+ key: "string",
940
+ description: ""
941
+ },
942
+ value: "string"
943
+ },
944
+ enterDuration: {
945
+ key: "enterDuration",
946
+ description: "",
947
+ type: {
948
+ key: "number",
949
+ description: ""
950
+ },
951
+ value: "number"
952
+ },
953
+ exitDuration: {
954
+ key: "exitDuration",
955
+ description: "",
956
+ type: {
957
+ key: "number",
958
+ description: ""
959
+ },
960
+ value: "number"
961
+ }
962
+ },
963
+ IUpdateAnimationSettingPayload: {
964
+ target: {
965
+ key: "target",
966
+ description: "",
967
+ type: {
968
+ key: "string",
969
+ description: ""
970
+ },
971
+ value: "string"
972
+ },
973
+ key: {
974
+ key: "key",
975
+ description: "",
976
+ type: {
977
+ key: "StageAnimationSettingUpdatableKey",
978
+ description: ""
979
+ },
980
+ value: "@N"
981
+ },
982
+ value: {
983
+ key: "value",
984
+ description: "",
985
+ type: {
986
+ key: "IStageAnimationSetting[StageAnimationSettingUpdatableKey]",
987
+ description: ""
988
+ },
989
+ value: "IStageAnimationSetting[StageAnimationSettingUpdatableKey]"
990
+ }
991
+ },
992
+ IFreeFigure: {
993
+ basePosition: {
994
+ key: "basePosition",
995
+ description: "",
996
+ type: {
997
+ key: "\"left\" | \"center\" | \"right\"",
998
+ description: ""
999
+ },
1000
+ value: "@U:\"left\" | \"center\" | \"right\""
1001
+ },
1002
+ name: {
1003
+ key: "name",
1004
+ description: "",
1005
+ type: {
1006
+ key: "string",
1007
+ description: ""
1008
+ },
1009
+ value: "string"
1010
+ },
1011
+ key: {
1012
+ key: "key",
1013
+ description: "",
1014
+ type: {
1015
+ key: "string",
1016
+ description: ""
1017
+ },
1018
+ value: "string"
1019
+ }
1020
+ },
1021
+ IFigureAssociatedAnimation: {
1022
+ mouthAnimation: {
1023
+ key: "mouthAnimation",
1024
+ description: "",
1025
+ type: {
1026
+ key: "IMouthAnimationFile",
1027
+ description: ""
1028
+ },
1029
+ value: {
1030
+ open: {
1031
+ key: "open",
1032
+ description: "",
1033
+ type: {
1034
+ key: "string",
1035
+ description: ""
1036
+ },
1037
+ value: "string"
1038
+ },
1039
+ close: {
1040
+ key: "close",
1041
+ description: "",
1042
+ type: {
1043
+ key: "string",
1044
+ description: ""
1045
+ },
1046
+ value: "string"
1047
+ },
1048
+ halfOpen: {
1049
+ key: "halfOpen",
1050
+ description: "",
1051
+ type: {
1052
+ key: "string",
1053
+ description: ""
1054
+ },
1055
+ value: "string"
1056
+ }
1057
+ }
1058
+ },
1059
+ blinkAnimation: {
1060
+ key: "blinkAnimation",
1061
+ description: "",
1062
+ type: {
1063
+ key: "IEyesAnimationFile",
1064
+ description: ""
1065
+ },
1066
+ value: {
1067
+ open: {
1068
+ key: "open",
1069
+ description: "",
1070
+ type: {
1071
+ key: "string",
1072
+ description: ""
1073
+ },
1074
+ value: "string"
1075
+ },
1076
+ close: {
1077
+ key: "close",
1078
+ description: "",
1079
+ type: {
1080
+ key: "string",
1081
+ description: ""
1082
+ },
1083
+ value: "string"
1084
+ }
1085
+ }
1086
+ },
1087
+ targetId: {
1088
+ key: "targetId",
1089
+ description: "",
1090
+ type: {
1091
+ key: "string",
1092
+ description: ""
1093
+ },
1094
+ value: "string"
1095
+ },
1096
+ animationFlag: {
1097
+ key: "animationFlag",
1098
+ description: "",
1099
+ type: {
1100
+ key: "string",
1101
+ description: ""
1102
+ },
1103
+ value: "string"
1104
+ }
1105
+ },
1106
+ IMouthAnimationFile: {
1107
+ open: {
1108
+ key: "open",
1109
+ description: "",
1110
+ type: {
1111
+ key: "string",
1112
+ description: ""
1113
+ },
1114
+ value: "string"
1115
+ },
1116
+ close: {
1117
+ key: "close",
1118
+ description: "",
1119
+ type: {
1120
+ key: "string",
1121
+ description: ""
1122
+ },
1123
+ value: "string"
1124
+ },
1125
+ halfOpen: {
1126
+ key: "halfOpen",
1127
+ description: "",
1128
+ type: {
1129
+ key: "string",
1130
+ description: ""
1131
+ },
1132
+ value: "string"
1133
+ }
1134
+ },
1135
+ IEyesAnimationFile: {
1136
+ open: {
1137
+ key: "open",
1138
+ description: "",
1139
+ type: {
1140
+ key: "string",
1141
+ description: ""
1142
+ },
1143
+ value: "string"
1144
+ },
1145
+ close: {
1146
+ key: "close",
1147
+ description: "",
1148
+ type: {
1149
+ key: "string",
1150
+ description: ""
1151
+ },
1152
+ value: "string"
1153
+ }
1154
+ },
1155
+ IRunPerform: {
1156
+ id: {
1157
+ key: "id",
1158
+ description: "",
1159
+ type: {
1160
+ key: "string",
1161
+ description: ""
1162
+ },
1163
+ value: "string"
1164
+ },
1165
+ isHoldOn: {
1166
+ key: "isHoldOn",
1167
+ description: "演出类型",
1168
+ type: {
1169
+ key: "boolean",
1170
+ description: "演出类型"
1171
+ },
1172
+ value: "boolean"
1173
+ },
1174
+ script: {
1175
+ key: "script",
1176
+ description: "演出脚本",
1177
+ type: {
1178
+ key: "ISentence",
1179
+ description: "演出脚本"
1180
+ },
1181
+ value: {
1182
+ command: {
1183
+ key: "command",
1184
+ description: "语句类型",
1185
+ type: {
1186
+ key: "commandType",
1187
+ description: "语句类型"
1188
+ },
1189
+ value: "commandType"
1190
+ },
1191
+ commandRaw: {
1192
+ key: "commandRaw",
1193
+ description: "命令的原始内容,方便调试",
1194
+ type: {
1195
+ key: "string",
1196
+ description: "命令的原始内容,方便调试"
1197
+ },
1198
+ value: "string"
1199
+ },
1200
+ content: {
1201
+ key: "content",
1202
+ description: "语句内容",
1203
+ type: {
1204
+ key: "string",
1205
+ description: "语句内容"
1206
+ },
1207
+ value: "string"
1208
+ },
1209
+ args: {
1210
+ key: "args",
1211
+ description: "参数列表",
1212
+ type: {
1213
+ key: "Array<arg>",
1214
+ description: "参数列表"
1215
+ },
1216
+ value: "Array<arg>"
1217
+ },
1218
+ sentenceAssets: {
1219
+ key: "sentenceAssets",
1220
+ description: "语句携带的资源列表",
1221
+ type: {
1222
+ key: "Array<IAsset>",
1223
+ description: "语句携带的资源列表"
1224
+ },
1225
+ value: "Array<IAsset>"
1226
+ },
1227
+ subScene: {
1228
+ key: "subScene",
1229
+ description: "语句包含子场景列表",
1230
+ type: {
1231
+ key: "Array<string>",
1232
+ description: "语句包含子场景列表"
1233
+ },
1234
+ value: "Array<string>"
1235
+ },
1236
+ inlineComment: {
1237
+ key: "inlineComment",
1238
+ description: "行内注释",
1239
+ type: {
1240
+ key: "string",
1241
+ description: "行内注释"
1242
+ },
1243
+ value: "string"
1244
+ }
1245
+ }
1246
+ },
1247
+ __WG$key: "IRunPerform",
1248
+ __WG$description: "\n启动演出接口\n@interface IRunPerform\n/"
1249
+ },
1250
+ ILive2DMotion: {
1251
+ target: {
1252
+ key: "target",
1253
+ description: "",
1254
+ type: {
1255
+ key: "string",
1256
+ description: ""
1257
+ },
1258
+ value: "string"
1259
+ },
1260
+ motion: {
1261
+ key: "motion",
1262
+ description: "",
1263
+ type: {
1264
+ key: "string",
1265
+ description: ""
1266
+ },
1267
+ value: "string"
1268
+ },
1269
+ overrideBounds: {
1270
+ key: "overrideBounds",
1271
+ description: "",
1272
+ type: {
1273
+ key: "[number, number, number, number]",
1274
+ description: ""
1275
+ },
1276
+ value: "[number, number, number, number]"
1277
+ }
1278
+ },
1279
+ ILive2DExpression: {
1280
+ target: {
1281
+ key: "target",
1282
+ description: "",
1283
+ type: {
1284
+ key: "string",
1285
+ description: ""
1286
+ },
1287
+ value: "string"
1288
+ },
1289
+ expression: {
1290
+ key: "expression",
1291
+ description: "",
1292
+ type: {
1293
+ key: "string",
1294
+ description: ""
1295
+ },
1296
+ value: "string"
1297
+ }
1298
+ },
1299
+ FocusParam: {
1300
+ x: {
1301
+ key: "x",
1302
+ description: "焦点X位置",
1303
+ type: {
1304
+ key: "number",
1305
+ description: "焦点X位置"
1306
+ },
1307
+ value: "number"
1308
+ },
1309
+ y: {
1310
+ key: "y",
1311
+ description: "焦点Y位置",
1312
+ type: {
1313
+ key: "number",
1314
+ description: "焦点Y位置"
1315
+ },
1316
+ value: "number"
1317
+ },
1318
+ instant: {
1319
+ key: "instant",
1320
+ description: "是否瞬间切换焦点",
1321
+ type: {
1322
+ key: "boolean",
1323
+ description: "是否瞬间切换焦点"
1324
+ },
1325
+ value: "boolean"
1326
+ }
1327
+ },
1328
+ BlinkParam: {
1329
+ blinkInterval: {
1330
+ key: "blinkInterval",
1331
+ description: "眨眼间隔",
1332
+ type: {
1333
+ key: "number",
1334
+ description: "眨眼间隔"
1335
+ },
1336
+ value: "number"
1337
+ },
1338
+ blinkIntervalRandom: {
1339
+ key: "blinkIntervalRandom",
1340
+ description: "眨眼间隔随机范围",
1341
+ type: {
1342
+ key: "number",
1343
+ description: "眨眼间隔随机范围"
1344
+ },
1345
+ value: "number"
1346
+ },
1347
+ closingDuration: {
1348
+ key: "closingDuration",
1349
+ description: "闭眼",
1350
+ type: {
1351
+ key: "number",
1352
+ description: "闭眼"
1353
+ },
1354
+ value: "number"
1355
+ },
1356
+ closedDuration: {
1357
+ key: "closedDuration",
1358
+ description: "保持闭眼",
1359
+ type: {
1360
+ key: "number",
1361
+ description: "保持闭眼"
1362
+ },
1363
+ value: "number"
1364
+ },
1365
+ openingDuration: {
1366
+ key: "openingDuration",
1367
+ description: "睁眼",
1368
+ type: {
1369
+ key: "number",
1370
+ description: "睁眼"
1371
+ },
1372
+ value: "number"
1373
+ }
1374
+ },
1375
+ ILive2DBlink: {
1376
+ target: {
1377
+ key: "target",
1378
+ description: "",
1379
+ type: {
1380
+ key: "string",
1381
+ description: ""
1382
+ },
1383
+ value: "string"
1384
+ },
1385
+ blink: {
1386
+ key: "blink",
1387
+ description: "",
1388
+ type: {
1389
+ key: "BlinkParam",
1390
+ description: ""
1391
+ },
1392
+ value: {
1393
+ blinkInterval: {
1394
+ key: "blinkInterval",
1395
+ description: "眨眼间隔",
1396
+ type: {
1397
+ key: "number",
1398
+ description: "眨眼间隔"
1399
+ },
1400
+ value: "number"
1401
+ },
1402
+ blinkIntervalRandom: {
1403
+ key: "blinkIntervalRandom",
1404
+ description: "眨眼间隔随机范围",
1405
+ type: {
1406
+ key: "number",
1407
+ description: "眨眼间隔随机范围"
1408
+ },
1409
+ value: "number"
1410
+ },
1411
+ closingDuration: {
1412
+ key: "closingDuration",
1413
+ description: "闭眼",
1414
+ type: {
1415
+ key: "number",
1416
+ description: "闭眼"
1417
+ },
1418
+ value: "number"
1419
+ },
1420
+ closedDuration: {
1421
+ key: "closedDuration",
1422
+ description: "保持闭眼",
1423
+ type: {
1424
+ key: "number",
1425
+ description: "保持闭眼"
1426
+ },
1427
+ value: "number"
1428
+ },
1429
+ openingDuration: {
1430
+ key: "openingDuration",
1431
+ description: "睁眼",
1432
+ type: {
1433
+ key: "number",
1434
+ description: "睁眼"
1435
+ },
1436
+ value: "number"
1437
+ }
1438
+ }
1439
+ }
1440
+ },
1441
+ ILive2DFocus: {
1442
+ target: {
1443
+ key: "target",
1444
+ description: "",
1445
+ type: {
1446
+ key: "string",
1447
+ description: ""
1448
+ },
1449
+ value: "string"
1450
+ },
1451
+ focus: {
1452
+ key: "focus",
1453
+ description: "",
1454
+ type: {
1455
+ key: "FocusParam",
1456
+ description: ""
1457
+ },
1458
+ value: {
1459
+ x: {
1460
+ key: "x",
1461
+ description: "焦点X位置",
1462
+ type: {
1463
+ key: "number",
1464
+ description: "焦点X位置"
1465
+ },
1466
+ value: "number"
1467
+ },
1468
+ y: {
1469
+ key: "y",
1470
+ description: "焦点Y位置",
1471
+ type: {
1472
+ key: "number",
1473
+ description: "焦点Y位置"
1474
+ },
1475
+ value: "number"
1476
+ },
1477
+ instant: {
1478
+ key: "instant",
1479
+ description: "是否瞬间切换焦点",
1480
+ type: {
1481
+ key: "boolean",
1482
+ description: "是否瞬间切换焦点"
1483
+ },
1484
+ value: "boolean"
1485
+ }
1486
+ }
1487
+ }
1488
+ },
1489
+ IFigureMetadata: {
1490
+ zIndex: {
1491
+ key: "zIndex",
1492
+ description: "",
1493
+ type: {
1494
+ key: "number",
1495
+ description: ""
1496
+ },
1497
+ value: "number"
1498
+ },
1499
+ blendMode: {
1500
+ key: "blendMode",
1501
+ description: "",
1502
+ type: {
1503
+ key: "string",
1504
+ description: ""
1505
+ },
1506
+ value: "string"
1507
+ }
1508
+ },
1509
+ ISetStagePayload: {
1510
+ key: {
1511
+ key: "key",
1512
+ description: "",
1513
+ type: {
1514
+ key: "keyof IStageState",
1515
+ description: ""
1516
+ },
1517
+ value: "keyof IStageState"
1518
+ },
1519
+ value: {
1520
+ key: "value",
1521
+ description: "",
1522
+ type: {
1523
+ key: "any",
1524
+ description: ""
1525
+ },
1526
+ value: "any"
1527
+ },
1528
+ __WG$key: "ISetStagePayload",
1529
+ __WG$description: "\n@interface ISetStagePayload 设置舞台状态的Action的Payload的数据接口\n/"
1530
+ },
1531
+ playSpeed: {
1532
+ __WG$key: "playSpeed",
1533
+ __WG$description: "\n播放速度的枚举类型\n/"
1534
+ },
1535
+ IOptionData: {
1536
+ volumeMain: {
1537
+ key: "volumeMain",
1538
+ description: "主音量",
1539
+ type: {
1540
+ key: "number",
1541
+ description: "主音量"
1542
+ },
1543
+ value: "number"
1544
+ },
1545
+ textSpeed: {
1546
+ key: "textSpeed",
1547
+ description: "文字速度",
1548
+ type: {
1549
+ key: "number",
1550
+ description: "文字速度"
1551
+ },
1552
+ value: "number"
1553
+ },
1554
+ autoSpeed: {
1555
+ key: "autoSpeed",
1556
+ description: "自动播放速度",
1557
+ type: {
1558
+ key: "number",
1559
+ description: "自动播放速度"
1560
+ },
1561
+ value: "number"
1562
+ },
1563
+ textSize: {
1564
+ key: "textSize",
1565
+ description: "",
1566
+ type: {
1567
+ key: "textSize",
1568
+ description: ""
1569
+ },
1570
+ value: "textSize"
1571
+ },
1572
+ vocalVolume: {
1573
+ key: "vocalVolume",
1574
+ description: "语音音量",
1575
+ type: {
1576
+ key: "number",
1577
+ description: "语音音量"
1578
+ },
1579
+ value: "number"
1580
+ },
1581
+ bgmVolume: {
1582
+ key: "bgmVolume",
1583
+ description: "背景音乐音量",
1584
+ type: {
1585
+ key: "number",
1586
+ description: "背景音乐音量"
1587
+ },
1588
+ value: "number"
1589
+ },
1590
+ seVolume: {
1591
+ key: "seVolume",
1592
+ description: "音效音量",
1593
+ type: {
1594
+ key: "number",
1595
+ description: "音效音量"
1596
+ },
1597
+ value: "number"
1598
+ },
1599
+ uiSeVolume: {
1600
+ key: "uiSeVolume",
1601
+ description: "用户界面音效音量",
1602
+ type: {
1603
+ key: "number",
1604
+ description: "用户界面音效音量"
1605
+ },
1606
+ value: "number"
1607
+ },
1608
+ slPage: {
1609
+ key: "slPage",
1610
+ description: "存读档界面所在页面",
1611
+ type: {
1612
+ key: "number",
1613
+ description: "存读档界面所在页面"
1614
+ },
1615
+ value: "number"
1616
+ },
1617
+ textboxFont: {
1618
+ key: "textboxFont",
1619
+ description: "",
1620
+ type: {
1621
+ key: "number",
1622
+ description: ""
1623
+ },
1624
+ value: "number"
1625
+ },
1626
+ textboxOpacity: {
1627
+ key: "textboxOpacity",
1628
+ description: "",
1629
+ type: {
1630
+ key: "number",
1631
+ description: ""
1632
+ },
1633
+ value: "number"
1634
+ },
1635
+ language: {
1636
+ key: "language",
1637
+ description: "",
1638
+ type: {
1639
+ key: "language",
1640
+ description: ""
1641
+ },
1642
+ value: "language"
1643
+ },
1644
+ voiceInterruption: {
1645
+ key: "voiceInterruption",
1646
+ description: "是否中断语音",
1647
+ type: {
1648
+ key: "voiceOption",
1649
+ description: "是否中断语音"
1650
+ },
1651
+ value: "voiceOption"
1652
+ },
1653
+ fullScreen: {
1654
+ key: "fullScreen",
1655
+ description: "",
1656
+ type: {
1657
+ key: "fullScreenOption",
1658
+ description: ""
1659
+ },
1660
+ value: "fullScreenOption"
1661
+ },
1662
+ __WG$key: "IOptionData",
1663
+ __WG$description: "\n@interface IOptionData 用户设置数据接口\n/"
1664
+ },
1665
+ ISaveScene: {
1666
+ currentSentenceId: {
1667
+ key: "currentSentenceId",
1668
+ description: "当前语句ID",
1669
+ type: {
1670
+ key: "number",
1671
+ description: "当前语句ID"
1672
+ },
1673
+ value: "number"
1674
+ },
1675
+ sceneStack: {
1676
+ key: "sceneStack",
1677
+ description: "场景栈",
1678
+ type: {
1679
+ key: "Array<ISceneEntry>",
1680
+ description: "场景栈"
1681
+ },
1682
+ value: "Array<ISceneEntry>"
1683
+ },
1684
+ sceneName: {
1685
+ key: "sceneName",
1686
+ description: "场景名称",
1687
+ type: {
1688
+ key: "string",
1689
+ description: "场景名称"
1690
+ },
1691
+ value: "string"
1692
+ },
1693
+ sceneUrl: {
1694
+ key: "sceneUrl",
1695
+ description: "场景url",
1696
+ type: {
1697
+ key: "string",
1698
+ description: "场景url"
1699
+ },
1700
+ value: "string"
1701
+ },
1702
+ __WG$key: "ISaveScene",
1703
+ __WG$description: "\n场景存档接口\n@interface ISaveScene\n/"
1704
+ },
1705
+ IBacklogItem: {
1706
+ currentStageState: {
1707
+ key: "currentStageState",
1708
+ description: "",
1709
+ type: {
1710
+ key: "IStageState",
1711
+ description: ""
1712
+ },
1713
+ value: {
1714
+ oldBgName: {
1715
+ key: "oldBgName",
1716
+ description: "旧背景的文件路径",
1717
+ type: {
1718
+ key: "string",
1719
+ description: "旧背景的文件路径"
1720
+ },
1721
+ value: "string"
1722
+ },
1723
+ bgName: {
1724
+ key: "bgName",
1725
+ description: "背景文件地址(相对或绝对)",
1726
+ type: {
1727
+ key: "string",
1728
+ description: "背景文件地址(相对或绝对)"
1729
+ },
1730
+ value: "string"
1731
+ },
1732
+ figName: {
1733
+ key: "figName",
1734
+ description: "立绘_中 文件地址(相对或绝对)",
1735
+ type: {
1736
+ key: "string",
1737
+ description: "立绘_中 文件地址(相对或绝对)"
1738
+ },
1739
+ value: "string"
1740
+ },
1741
+ figNameLeft: {
1742
+ key: "figNameLeft",
1743
+ description: "立绘_左 文件地址(相对或绝对)",
1744
+ type: {
1745
+ key: "string",
1746
+ description: "立绘_左 文件地址(相对或绝对)"
1747
+ },
1748
+ value: "string"
1749
+ },
1750
+ figNameRight: {
1751
+ key: "figNameRight",
1752
+ description: "立绘_右 文件地址(相对或绝对)",
1753
+ type: {
1754
+ key: "string",
1755
+ description: "立绘_右 文件地址(相对或绝对)"
1756
+ },
1757
+ value: "string"
1758
+ },
1759
+ freeFigure: {
1760
+ key: "freeFigure",
1761
+ description: "",
1762
+ type: {
1763
+ key: "Array<IFreeFigure>",
1764
+ description: ""
1765
+ },
1766
+ value: "Array<IFreeFigure>"
1767
+ },
1768
+ figureAssociatedAnimation: {
1769
+ key: "figureAssociatedAnimation",
1770
+ description: "",
1771
+ type: {
1772
+ key: "Array<IFigureAssociatedAnimation>",
1773
+ description: ""
1774
+ },
1775
+ value: "Array<IFigureAssociatedAnimation>"
1776
+ },
1777
+ showText: {
1778
+ key: "showText",
1779
+ description: "文字",
1780
+ type: {
1781
+ key: "string",
1782
+ description: "文字"
1783
+ },
1784
+ value: "string"
1785
+ },
1786
+ showTextSize: {
1787
+ key: "showTextSize",
1788
+ description: "文字",
1789
+ type: {
1790
+ key: "number",
1791
+ description: "文字"
1792
+ },
1793
+ value: "number"
1794
+ },
1795
+ showName: {
1796
+ key: "showName",
1797
+ description: "人物名",
1798
+ type: {
1799
+ key: "string",
1800
+ description: "人物名"
1801
+ },
1802
+ value: "string"
1803
+ },
1804
+ command: {
1805
+ key: "command",
1806
+ description: "语句指令",
1807
+ type: {
1808
+ key: "string",
1809
+ description: "语句指令"
1810
+ },
1811
+ value: "string"
1812
+ },
1813
+ choose: {
1814
+ key: "choose",
1815
+ description: "选项列表",
1816
+ type: {
1817
+ key: "Array<IChooseItem>",
1818
+ description: "选项列表"
1819
+ },
1820
+ value: "Array<IChooseItem>"
1821
+ },
1822
+ vocal: {
1823
+ key: "vocal",
1824
+ description: "语音 文件地址(相对或绝对)",
1825
+ type: {
1826
+ key: "string",
1827
+ description: "语音 文件地址(相对或绝对)"
1828
+ },
1829
+ value: "string"
1830
+ },
1831
+ playVocal: {
1832
+ key: "playVocal",
1833
+ description: "真实播放语音",
1834
+ type: {
1835
+ key: "string",
1836
+ description: "真实播放语音"
1837
+ },
1838
+ value: "string"
1839
+ },
1840
+ vocalVolume: {
1841
+ key: "vocalVolume",
1842
+ description: "语音 音量调整(0 - 100)",
1843
+ type: {
1844
+ key: "number",
1845
+ description: "语音 音量调整(0 - 100)"
1846
+ },
1847
+ value: "number"
1848
+ },
1849
+ bgm: {
1850
+ key: "bgm",
1851
+ description: "",
1852
+ type: {
1853
+ key: "{\r\n // 背景音乐\r\n src: string; // 背景音乐 文件地址(相对或绝对)\r\n enter: number; // 背景音乐 淡入或淡出的毫秒数\r\n volume: number; // 背景音乐 音量调整(0 - 100)\r\n }",
1854
+ description: ""
1855
+ },
1856
+ value: {
1857
+ src: {
1858
+ key: "src",
1859
+ description: "背景音乐 文件地址(相对或绝对)",
1860
+ type: {
1861
+ key: "string",
1862
+ description: "背景音乐 文件地址(相对或绝对)"
1863
+ },
1864
+ value: "string"
1865
+ },
1866
+ enter: {
1867
+ key: "enter",
1868
+ description: "背景音乐 淡入或淡出的毫秒数",
1869
+ type: {
1870
+ key: "number",
1871
+ description: "背景音乐 淡入或淡出的毫秒数"
1872
+ },
1873
+ value: "number"
1874
+ },
1875
+ volume: {
1876
+ key: "volume",
1877
+ description: "背景音乐 音量调整(0 - 100)",
1878
+ type: {
1879
+ key: "number",
1880
+ description: "背景音乐 音量调整(0 - 100)"
1881
+ },
1882
+ value: "number"
1883
+ }
1884
+ }
1885
+ },
1886
+ uiSe: {
1887
+ key: "uiSe",
1888
+ description: "用户界面音效 文件地址(相对或绝对)",
1889
+ type: {
1890
+ key: "string",
1891
+ description: "用户界面音效 文件地址(相对或绝对)"
1892
+ },
1893
+ value: "string"
1894
+ },
1895
+ miniAvatar: {
1896
+ key: "miniAvatar",
1897
+ description: "小头像 文件地址(相对或绝对)",
1898
+ type: {
1899
+ key: "string",
1900
+ description: "小头像 文件地址(相对或绝对)"
1901
+ },
1902
+ value: "string"
1903
+ },
1904
+ GameVar: {
1905
+ key: "GameVar",
1906
+ description: "游戏内变量",
1907
+ type: {
1908
+ key: "IGameVar",
1909
+ description: "游戏内变量"
1910
+ },
1911
+ value: {}
1912
+ },
1913
+ effects: {
1914
+ key: "effects",
1915
+ description: "应用的变换",
1916
+ type: {
1917
+ key: "Array<IEffect>",
1918
+ description: "应用的变换"
1919
+ },
1920
+ value: "Array<IEffect>"
1921
+ },
1922
+ animationSettings: {
1923
+ key: "animationSettings",
1924
+ description: "",
1925
+ type: {
1926
+ key: "Array<IStageAnimationSetting>",
1927
+ description: ""
1928
+ },
1929
+ value: "Array<IStageAnimationSetting>"
1930
+ },
1931
+ bgTransform: {
1932
+ key: "bgTransform",
1933
+ description: "",
1934
+ type: {
1935
+ key: "string",
1936
+ description: ""
1937
+ },
1938
+ value: "string"
1939
+ },
1940
+ bgFilter: {
1941
+ key: "bgFilter",
1942
+ description: "",
1943
+ type: {
1944
+ key: "string",
1945
+ description: ""
1946
+ },
1947
+ value: "string"
1948
+ },
1949
+ PerformList: {
1950
+ key: "PerformList",
1951
+ description: "要启动的演出列表",
1952
+ type: {
1953
+ key: "Array<IRunPerform>",
1954
+ description: "要启动的演出列表"
1955
+ },
1956
+ value: "Array<IRunPerform>"
1957
+ },
1958
+ currentDialogKey: {
1959
+ key: "currentDialogKey",
1960
+ description: "当前对话的key",
1961
+ type: {
1962
+ key: "string",
1963
+ description: "当前对话的key"
1964
+ },
1965
+ value: "string"
1966
+ },
1967
+ live2dMotion: {
1968
+ key: "live2dMotion",
1969
+ description: "",
1970
+ type: {
1971
+ key: "ILive2DMotion[]",
1972
+ description: ""
1973
+ },
1974
+ value: "@T:ILive2DMotion[]"
1975
+ },
1976
+ live2dExpression: {
1977
+ key: "live2dExpression",
1978
+ description: "",
1979
+ type: {
1980
+ key: "ILive2DExpression[]",
1981
+ description: ""
1982
+ },
1983
+ value: "@T:ILive2DExpression[]"
1984
+ },
1985
+ live2dBlink: {
1986
+ key: "live2dBlink",
1987
+ description: "",
1988
+ type: {
1989
+ key: "ILive2DBlink[]",
1990
+ description: ""
1991
+ },
1992
+ value: "@T:ILive2DBlink[]"
1993
+ },
1994
+ live2dFocus: {
1995
+ key: "live2dFocus",
1996
+ description: "",
1997
+ type: {
1998
+ key: "ILive2DFocus[]",
1999
+ description: ""
2000
+ },
2001
+ value: "@T:ILive2DFocus[]"
2002
+ },
2003
+ currentConcatDialogPrev: {
2004
+ key: "currentConcatDialogPrev",
2005
+ description: "",
2006
+ type: {
2007
+ key: "string",
2008
+ description: ""
2009
+ },
2010
+ value: "string"
2011
+ },
2012
+ enableFilm: {
2013
+ key: "enableFilm",
2014
+ description: "",
2015
+ type: {
2016
+ key: "string",
2017
+ description: ""
2018
+ },
2019
+ value: "string"
2020
+ },
2021
+ isDisableTextbox: {
2022
+ key: "isDisableTextbox",
2023
+ description: "",
2024
+ type: {
2025
+ key: "boolean",
2026
+ description: ""
2027
+ },
2028
+ value: "boolean"
2029
+ },
2030
+ replacedUIlable: {
2031
+ key: "replacedUIlable",
2032
+ description: "",
2033
+ type: {
2034
+ key: "Record<string, string>",
2035
+ description: ""
2036
+ },
2037
+ value: "Record<string, string>"
2038
+ },
2039
+ figureMetaData: {
2040
+ key: "figureMetaData",
2041
+ description: "",
2042
+ type: {
2043
+ key: "figureMetaData",
2044
+ description: ""
2045
+ },
2046
+ value: "@N"
2047
+ }
2048
+ }
2049
+ },
2050
+ saveScene: {
2051
+ key: "saveScene",
2052
+ description: "",
2053
+ type: {
2054
+ key: "ISaveScene",
2055
+ description: ""
2056
+ },
2057
+ value: {
2058
+ currentSentenceId: {
2059
+ key: "currentSentenceId",
2060
+ description: "当前语句ID",
2061
+ type: {
2062
+ key: "number",
2063
+ description: "当前语句ID"
2064
+ },
2065
+ value: "number"
2066
+ },
2067
+ sceneStack: {
2068
+ key: "sceneStack",
2069
+ description: "场景栈",
2070
+ type: {
2071
+ key: "Array<ISceneEntry>",
2072
+ description: "场景栈"
2073
+ },
2074
+ value: "Array<ISceneEntry>"
2075
+ },
2076
+ sceneName: {
2077
+ key: "sceneName",
2078
+ description: "场景名称",
2079
+ type: {
2080
+ key: "string",
2081
+ description: "场景名称"
2082
+ },
2083
+ value: "string"
2084
+ },
2085
+ sceneUrl: {
2086
+ key: "sceneUrl",
2087
+ description: "场景url",
2088
+ type: {
2089
+ key: "string",
2090
+ description: "场景url"
2091
+ },
2092
+ value: "string"
2093
+ }
2094
+ }
2095
+ }
2096
+ },
2097
+ ISaveData: {
2098
+ nowStageState: {
2099
+ key: "nowStageState",
2100
+ description: "",
2101
+ type: {
2102
+ key: "IStageState",
2103
+ description: ""
2104
+ },
2105
+ value: {
2106
+ oldBgName: {
2107
+ key: "oldBgName",
2108
+ description: "旧背景的文件路径",
2109
+ type: {
2110
+ key: "string",
2111
+ description: "旧背景的文件路径"
2112
+ },
2113
+ value: "string"
2114
+ },
2115
+ bgName: {
2116
+ key: "bgName",
2117
+ description: "背景文件地址(相对或绝对)",
2118
+ type: {
2119
+ key: "string",
2120
+ description: "背景文件地址(相对或绝对)"
2121
+ },
2122
+ value: "string"
2123
+ },
2124
+ figName: {
2125
+ key: "figName",
2126
+ description: "立绘_中 文件地址(相对或绝对)",
2127
+ type: {
2128
+ key: "string",
2129
+ description: "立绘_中 文件地址(相对或绝对)"
2130
+ },
2131
+ value: "string"
2132
+ },
2133
+ figNameLeft: {
2134
+ key: "figNameLeft",
2135
+ description: "立绘_左 文件地址(相对或绝对)",
2136
+ type: {
2137
+ key: "string",
2138
+ description: "立绘_左 文件地址(相对或绝对)"
2139
+ },
2140
+ value: "string"
2141
+ },
2142
+ figNameRight: {
2143
+ key: "figNameRight",
2144
+ description: "立绘_右 文件地址(相对或绝对)",
2145
+ type: {
2146
+ key: "string",
2147
+ description: "立绘_右 文件地址(相对或绝对)"
2148
+ },
2149
+ value: "string"
2150
+ },
2151
+ freeFigure: {
2152
+ key: "freeFigure",
2153
+ description: "",
2154
+ type: {
2155
+ key: "Array<IFreeFigure>",
2156
+ description: ""
2157
+ },
2158
+ value: "Array<IFreeFigure>"
2159
+ },
2160
+ figureAssociatedAnimation: {
2161
+ key: "figureAssociatedAnimation",
2162
+ description: "",
2163
+ type: {
2164
+ key: "Array<IFigureAssociatedAnimation>",
2165
+ description: ""
2166
+ },
2167
+ value: "Array<IFigureAssociatedAnimation>"
2168
+ },
2169
+ showText: {
2170
+ key: "showText",
2171
+ description: "文字",
2172
+ type: {
2173
+ key: "string",
2174
+ description: "文字"
2175
+ },
2176
+ value: "string"
2177
+ },
2178
+ showTextSize: {
2179
+ key: "showTextSize",
2180
+ description: "文字",
2181
+ type: {
2182
+ key: "number",
2183
+ description: "文字"
2184
+ },
2185
+ value: "number"
2186
+ },
2187
+ showName: {
2188
+ key: "showName",
2189
+ description: "人物名",
2190
+ type: {
2191
+ key: "string",
2192
+ description: "人物名"
2193
+ },
2194
+ value: "string"
2195
+ },
2196
+ command: {
2197
+ key: "command",
2198
+ description: "语句指令",
2199
+ type: {
2200
+ key: "string",
2201
+ description: "语句指令"
2202
+ },
2203
+ value: "string"
2204
+ },
2205
+ choose: {
2206
+ key: "choose",
2207
+ description: "选项列表",
2208
+ type: {
2209
+ key: "Array<IChooseItem>",
2210
+ description: "选项列表"
2211
+ },
2212
+ value: "Array<IChooseItem>"
2213
+ },
2214
+ vocal: {
2215
+ key: "vocal",
2216
+ description: "语音 文件地址(相对或绝对)",
2217
+ type: {
2218
+ key: "string",
2219
+ description: "语音 文件地址(相对或绝对)"
2220
+ },
2221
+ value: "string"
2222
+ },
2223
+ playVocal: {
2224
+ key: "playVocal",
2225
+ description: "真实播放语音",
2226
+ type: {
2227
+ key: "string",
2228
+ description: "真实播放语音"
2229
+ },
2230
+ value: "string"
2231
+ },
2232
+ vocalVolume: {
2233
+ key: "vocalVolume",
2234
+ description: "语音 音量调整(0 - 100)",
2235
+ type: {
2236
+ key: "number",
2237
+ description: "语音 音量调整(0 - 100)"
2238
+ },
2239
+ value: "number"
2240
+ },
2241
+ bgm: {
2242
+ key: "bgm",
2243
+ description: "",
2244
+ type: {
2245
+ key: "{\r\n // 背景音乐\r\n src: string; // 背景音乐 文件地址(相对或绝对)\r\n enter: number; // 背景音乐 淡入或淡出的毫秒数\r\n volume: number; // 背景音乐 音量调整(0 - 100)\r\n }",
2246
+ description: ""
2247
+ },
2248
+ value: {
2249
+ src: {
2250
+ key: "src",
2251
+ description: "背景音乐 文件地址(相对或绝对)",
2252
+ type: {
2253
+ key: "string",
2254
+ description: "背景音乐 文件地址(相对或绝对)"
2255
+ },
2256
+ value: "string"
2257
+ },
2258
+ enter: {
2259
+ key: "enter",
2260
+ description: "背景音乐 淡入或淡出的毫秒数",
2261
+ type: {
2262
+ key: "number",
2263
+ description: "背景音乐 淡入或淡出的毫秒数"
2264
+ },
2265
+ value: "number"
2266
+ },
2267
+ volume: {
2268
+ key: "volume",
2269
+ description: "背景音乐 音量调整(0 - 100)",
2270
+ type: {
2271
+ key: "number",
2272
+ description: "背景音乐 音量调整(0 - 100)"
2273
+ },
2274
+ value: "number"
2275
+ }
2276
+ }
2277
+ },
2278
+ uiSe: {
2279
+ key: "uiSe",
2280
+ description: "用户界面音效 文件地址(相对或绝对)",
2281
+ type: {
2282
+ key: "string",
2283
+ description: "用户界面音效 文件地址(相对或绝对)"
2284
+ },
2285
+ value: "string"
2286
+ },
2287
+ miniAvatar: {
2288
+ key: "miniAvatar",
2289
+ description: "小头像 文件地址(相对或绝对)",
2290
+ type: {
2291
+ key: "string",
2292
+ description: "小头像 文件地址(相对或绝对)"
2293
+ },
2294
+ value: "string"
2295
+ },
2296
+ GameVar: {
2297
+ key: "GameVar",
2298
+ description: "游戏内变量",
2299
+ type: {
2300
+ key: "IGameVar",
2301
+ description: "游戏内变量"
2302
+ },
2303
+ value: {}
2304
+ },
2305
+ effects: {
2306
+ key: "effects",
2307
+ description: "应用的变换",
2308
+ type: {
2309
+ key: "Array<IEffect>",
2310
+ description: "应用的变换"
2311
+ },
2312
+ value: "Array<IEffect>"
2313
+ },
2314
+ animationSettings: {
2315
+ key: "animationSettings",
2316
+ description: "",
2317
+ type: {
2318
+ key: "Array<IStageAnimationSetting>",
2319
+ description: ""
2320
+ },
2321
+ value: "Array<IStageAnimationSetting>"
2322
+ },
2323
+ bgTransform: {
2324
+ key: "bgTransform",
2325
+ description: "",
2326
+ type: {
2327
+ key: "string",
2328
+ description: ""
2329
+ },
2330
+ value: "string"
2331
+ },
2332
+ bgFilter: {
2333
+ key: "bgFilter",
2334
+ description: "",
2335
+ type: {
2336
+ key: "string",
2337
+ description: ""
2338
+ },
2339
+ value: "string"
2340
+ },
2341
+ PerformList: {
2342
+ key: "PerformList",
2343
+ description: "要启动的演出列表",
2344
+ type: {
2345
+ key: "Array<IRunPerform>",
2346
+ description: "要启动的演出列表"
2347
+ },
2348
+ value: "Array<IRunPerform>"
2349
+ },
2350
+ currentDialogKey: {
2351
+ key: "currentDialogKey",
2352
+ description: "当前对话的key",
2353
+ type: {
2354
+ key: "string",
2355
+ description: "当前对话的key"
2356
+ },
2357
+ value: "string"
2358
+ },
2359
+ live2dMotion: {
2360
+ key: "live2dMotion",
2361
+ description: "",
2362
+ type: {
2363
+ key: "ILive2DMotion[]",
2364
+ description: ""
2365
+ },
2366
+ value: "@T:ILive2DMotion[]"
2367
+ },
2368
+ live2dExpression: {
2369
+ key: "live2dExpression",
2370
+ description: "",
2371
+ type: {
2372
+ key: "ILive2DExpression[]",
2373
+ description: ""
2374
+ },
2375
+ value: "@T:ILive2DExpression[]"
2376
+ },
2377
+ live2dBlink: {
2378
+ key: "live2dBlink",
2379
+ description: "",
2380
+ type: {
2381
+ key: "ILive2DBlink[]",
2382
+ description: ""
2383
+ },
2384
+ value: "@T:ILive2DBlink[]"
2385
+ },
2386
+ live2dFocus: {
2387
+ key: "live2dFocus",
2388
+ description: "",
2389
+ type: {
2390
+ key: "ILive2DFocus[]",
2391
+ description: ""
2392
+ },
2393
+ value: "@T:ILive2DFocus[]"
2394
+ },
2395
+ currentConcatDialogPrev: {
2396
+ key: "currentConcatDialogPrev",
2397
+ description: "",
2398
+ type: {
2399
+ key: "string",
2400
+ description: ""
2401
+ },
2402
+ value: "string"
2403
+ },
2404
+ enableFilm: {
2405
+ key: "enableFilm",
2406
+ description: "",
2407
+ type: {
2408
+ key: "string",
2409
+ description: ""
2410
+ },
2411
+ value: "string"
2412
+ },
2413
+ isDisableTextbox: {
2414
+ key: "isDisableTextbox",
2415
+ description: "",
2416
+ type: {
2417
+ key: "boolean",
2418
+ description: ""
2419
+ },
2420
+ value: "boolean"
2421
+ },
2422
+ replacedUIlable: {
2423
+ key: "replacedUIlable",
2424
+ description: "",
2425
+ type: {
2426
+ key: "Record<string, string>",
2427
+ description: ""
2428
+ },
2429
+ value: "Record<string, string>"
2430
+ },
2431
+ figureMetaData: {
2432
+ key: "figureMetaData",
2433
+ description: "",
2434
+ type: {
2435
+ key: "figureMetaData",
2436
+ description: ""
2437
+ },
2438
+ value: "@N"
2439
+ }
2440
+ }
2441
+ },
2442
+ backlog: {
2443
+ key: "backlog",
2444
+ description: "舞台数据",
2445
+ type: {
2446
+ key: "Array<IBacklogItem>",
2447
+ description: "舞台数据"
2448
+ },
2449
+ value: "Array<IBacklogItem>"
2450
+ },
2451
+ index: {
2452
+ key: "index",
2453
+ description: "存档的序号",
2454
+ type: {
2455
+ key: "number",
2456
+ description: "存档的序号"
2457
+ },
2458
+ value: "number"
2459
+ },
2460
+ saveTime: {
2461
+ key: "saveTime",
2462
+ description: "保存时间",
2463
+ type: {
2464
+ key: "string",
2465
+ description: "保存时间"
2466
+ },
2467
+ value: "string"
2468
+ },
2469
+ sceneData: {
2470
+ key: "sceneData",
2471
+ description: "场景数据",
2472
+ type: {
2473
+ key: "ISaveScene",
2474
+ description: "场景数据"
2475
+ },
2476
+ value: {
2477
+ currentSentenceId: {
2478
+ key: "currentSentenceId",
2479
+ description: "当前语句ID",
2480
+ type: {
2481
+ key: "number",
2482
+ description: "当前语句ID"
2483
+ },
2484
+ value: "number"
2485
+ },
2486
+ sceneStack: {
2487
+ key: "sceneStack",
2488
+ description: "场景栈",
2489
+ type: {
2490
+ key: "Array<ISceneEntry>",
2491
+ description: "场景栈"
2492
+ },
2493
+ value: "Array<ISceneEntry>"
2494
+ },
2495
+ sceneName: {
2496
+ key: "sceneName",
2497
+ description: "场景名称",
2498
+ type: {
2499
+ key: "string",
2500
+ description: "场景名称"
2501
+ },
2502
+ value: "string"
2503
+ },
2504
+ sceneUrl: {
2505
+ key: "sceneUrl",
2506
+ description: "场景url",
2507
+ type: {
2508
+ key: "string",
2509
+ description: "场景url"
2510
+ },
2511
+ value: "string"
2512
+ }
2513
+ }
2514
+ },
2515
+ previewImage: {
2516
+ key: "previewImage",
2517
+ description: "",
2518
+ type: {
2519
+ key: "string",
2520
+ description: ""
2521
+ },
2522
+ value: "string"
2523
+ },
2524
+ __WG$key: "ISaveData",
2525
+ __WG$description: "\n@interface ISaveData 存档文件接口\n/"
2526
+ },
2527
+ IAppreciationAsset: {
2528
+ name: {
2529
+ key: "name",
2530
+ description: "",
2531
+ type: {
2532
+ key: "string",
2533
+ description: ""
2534
+ },
2535
+ value: "string"
2536
+ },
2537
+ url: {
2538
+ key: "url",
2539
+ description: "",
2540
+ type: {
2541
+ key: "string",
2542
+ description: ""
2543
+ },
2544
+ value: "string"
2545
+ },
2546
+ series: {
2547
+ key: "series",
2548
+ description: "",
2549
+ type: {
2550
+ key: "string",
2551
+ description: ""
2552
+ },
2553
+ value: "string"
2554
+ }
2555
+ },
2556
+ IAppreciation: {
2557
+ bgm: {
2558
+ key: "bgm",
2559
+ description: "",
2560
+ type: {
2561
+ key: "Array<IAppreciationAsset>",
2562
+ description: ""
2563
+ },
2564
+ value: "Array<IAppreciationAsset>"
2565
+ },
2566
+ cg: {
2567
+ key: "cg",
2568
+ description: "",
2569
+ type: {
2570
+ key: "Array<IAppreciationAsset>",
2571
+ description: ""
2572
+ },
2573
+ value: "Array<IAppreciationAsset>"
2574
+ }
2575
+ },
2576
+ stage: {
2577
+ oldBgName: {
2578
+ key: "oldBgName",
2579
+ description: "旧背景的文件路径",
2580
+ type: {
2581
+ key: "string",
2582
+ description: "旧背景的文件路径"
2583
+ },
2584
+ value: "string"
2585
+ },
2586
+ bgName: {
2587
+ key: "bgName",
2588
+ description: "背景文件地址(相对或绝对)",
2589
+ type: {
2590
+ key: "string",
2591
+ description: "背景文件地址(相对或绝对)"
2592
+ },
2593
+ value: "string"
2594
+ },
2595
+ figName: {
2596
+ key: "figName",
2597
+ description: "立绘_中 文件地址(相对或绝对)",
2598
+ type: {
2599
+ key: "string",
2600
+ description: "立绘_中 文件地址(相对或绝对)"
2601
+ },
2602
+ value: "string"
2603
+ },
2604
+ figNameLeft: {
2605
+ key: "figNameLeft",
2606
+ description: "立绘_左 文件地址(相对或绝对)",
2607
+ type: {
2608
+ key: "string",
2609
+ description: "立绘_左 文件地址(相对或绝对)"
2610
+ },
2611
+ value: "string"
2612
+ },
2613
+ figNameRight: {
2614
+ key: "figNameRight",
2615
+ description: "立绘_右 文件地址(相对或绝对)",
2616
+ type: {
2617
+ key: "string",
2618
+ description: "立绘_右 文件地址(相对或绝对)"
2619
+ },
2620
+ value: "string"
2621
+ },
2622
+ freeFigure: {
2623
+ key: "freeFigure",
2624
+ description: "",
2625
+ type: {
2626
+ key: "Array<IFreeFigure>",
2627
+ description: ""
2628
+ },
2629
+ value: "Array<IFreeFigure>"
2630
+ },
2631
+ figureAssociatedAnimation: {
2632
+ key: "figureAssociatedAnimation",
2633
+ description: "",
2634
+ type: {
2635
+ key: "Array<IFigureAssociatedAnimation>",
2636
+ description: ""
2637
+ },
2638
+ value: "Array<IFigureAssociatedAnimation>"
2639
+ },
2640
+ showText: {
2641
+ key: "showText",
2642
+ description: "文字",
2643
+ type: {
2644
+ key: "string",
2645
+ description: "文字"
2646
+ },
2647
+ value: "string"
2648
+ },
2649
+ showTextSize: {
2650
+ key: "showTextSize",
2651
+ description: "文字",
2652
+ type: {
2653
+ key: "number",
2654
+ description: "文字"
2655
+ },
2656
+ value: "number"
2657
+ },
2658
+ showName: {
2659
+ key: "showName",
2660
+ description: "人物名",
2661
+ type: {
2662
+ key: "string",
2663
+ description: "人物名"
2664
+ },
2665
+ value: "string"
2666
+ },
2667
+ command: {
2668
+ key: "command",
2669
+ description: "语句指令",
2670
+ type: {
2671
+ key: "string",
2672
+ description: "语句指令"
2673
+ },
2674
+ value: "string"
2675
+ },
2676
+ choose: {
2677
+ key: "choose",
2678
+ description: "选项列表",
2679
+ type: {
2680
+ key: "Array<IChooseItem>",
2681
+ description: "选项列表"
2682
+ },
2683
+ value: "Array<IChooseItem>"
2684
+ },
2685
+ vocal: {
2686
+ key: "vocal",
2687
+ description: "语音 文件地址(相对或绝对)",
2688
+ type: {
2689
+ key: "string",
2690
+ description: "语音 文件地址(相对或绝对)"
2691
+ },
2692
+ value: "string"
2693
+ },
2694
+ playVocal: {
2695
+ key: "playVocal",
2696
+ description: "真实播放语音",
2697
+ type: {
2698
+ key: "string",
2699
+ description: "真实播放语音"
2700
+ },
2701
+ value: "string"
2702
+ },
2703
+ vocalVolume: {
2704
+ key: "vocalVolume",
2705
+ description: "语音 音量调整(0 - 100)",
2706
+ type: {
2707
+ key: "number",
2708
+ description: "语音 音量调整(0 - 100)"
2709
+ },
2710
+ value: "number"
2711
+ },
2712
+ bgm: {
2713
+ key: "bgm",
2714
+ description: "",
2715
+ type: {
2716
+ key: "{\r\n // 背景音乐\r\n src: string; // 背景音乐 文件地址(相对或绝对)\r\n enter: number; // 背景音乐 淡入或淡出的毫秒数\r\n volume: number; // 背景音乐 音量调整(0 - 100)\r\n }",
2717
+ description: ""
2718
+ },
2719
+ value: {
2720
+ src: {
2721
+ key: "src",
2722
+ description: "背景音乐 文件地址(相对或绝对)",
2723
+ type: {
2724
+ key: "string",
2725
+ description: "背景音乐 文件地址(相对或绝对)"
2726
+ },
2727
+ value: "string"
2728
+ },
2729
+ enter: {
2730
+ key: "enter",
2731
+ description: "背景音乐 淡入或淡出的毫秒数",
2732
+ type: {
2733
+ key: "number",
2734
+ description: "背景音乐 淡入或淡出的毫秒数"
2735
+ },
2736
+ value: "number"
2737
+ },
2738
+ volume: {
2739
+ key: "volume",
2740
+ description: "背景音乐 音量调整(0 - 100)",
2741
+ type: {
2742
+ key: "number",
2743
+ description: "背景音乐 音量调整(0 - 100)"
2744
+ },
2745
+ value: "number"
2746
+ }
2747
+ }
2748
+ },
2749
+ uiSe: {
2750
+ key: "uiSe",
2751
+ description: "用户界面音效 文件地址(相对或绝对)",
2752
+ type: {
2753
+ key: "string",
2754
+ description: "用户界面音效 文件地址(相对或绝对)"
2755
+ },
2756
+ value: "string"
2757
+ },
2758
+ miniAvatar: {
2759
+ key: "miniAvatar",
2760
+ description: "小头像 文件地址(相对或绝对)",
2761
+ type: {
2762
+ key: "string",
2763
+ description: "小头像 文件地址(相对或绝对)"
2764
+ },
2765
+ value: "string"
2766
+ },
2767
+ GameVar: {
2768
+ key: "GameVar",
2769
+ description: "游戏内变量",
2770
+ type: {
2771
+ key: "IGameVar",
2772
+ description: "游戏内变量"
2773
+ },
2774
+ value: {}
2775
+ },
2776
+ effects: {
2777
+ key: "effects",
2778
+ description: "应用的变换",
2779
+ type: {
2780
+ key: "Array<IEffect>",
2781
+ description: "应用的变换"
2782
+ },
2783
+ value: "Array<IEffect>"
2784
+ },
2785
+ animationSettings: {
2786
+ key: "animationSettings",
2787
+ description: "",
2788
+ type: {
2789
+ key: "Array<IStageAnimationSetting>",
2790
+ description: ""
2791
+ },
2792
+ value: "Array<IStageAnimationSetting>"
2793
+ },
2794
+ bgTransform: {
2795
+ key: "bgTransform",
2796
+ description: "",
2797
+ type: {
2798
+ key: "string",
2799
+ description: ""
2800
+ },
2801
+ value: "string"
2802
+ },
2803
+ bgFilter: {
2804
+ key: "bgFilter",
2805
+ description: "",
2806
+ type: {
2807
+ key: "string",
2808
+ description: ""
2809
+ },
2810
+ value: "string"
2811
+ },
2812
+ PerformList: {
2813
+ key: "PerformList",
2814
+ description: "要启动的演出列表",
2815
+ type: {
2816
+ key: "Array<IRunPerform>",
2817
+ description: "要启动的演出列表"
2818
+ },
2819
+ value: "Array<IRunPerform>"
2820
+ },
2821
+ currentDialogKey: {
2822
+ key: "currentDialogKey",
2823
+ description: "当前对话的key",
2824
+ type: {
2825
+ key: "string",
2826
+ description: "当前对话的key"
2827
+ },
2828
+ value: "string"
2829
+ },
2830
+ live2dMotion: {
2831
+ key: "live2dMotion",
2832
+ description: "",
2833
+ type: {
2834
+ key: "ILive2DMotion[]",
2835
+ description: ""
2836
+ },
2837
+ value: "@T:ILive2DMotion[]"
2838
+ },
2839
+ live2dExpression: {
2840
+ key: "live2dExpression",
2841
+ description: "",
2842
+ type: {
2843
+ key: "ILive2DExpression[]",
2844
+ description: ""
2845
+ },
2846
+ value: "@T:ILive2DExpression[]"
2847
+ },
2848
+ live2dBlink: {
2849
+ key: "live2dBlink",
2850
+ description: "",
2851
+ type: {
2852
+ key: "ILive2DBlink[]",
2853
+ description: ""
2854
+ },
2855
+ value: "@T:ILive2DBlink[]"
2856
+ },
2857
+ live2dFocus: {
2858
+ key: "live2dFocus",
2859
+ description: "",
2860
+ type: {
2861
+ key: "ILive2DFocus[]",
2862
+ description: ""
2863
+ },
2864
+ value: "@T:ILive2DFocus[]"
2865
+ },
2866
+ currentConcatDialogPrev: {
2867
+ key: "currentConcatDialogPrev",
2868
+ description: "",
2869
+ type: {
2870
+ key: "string",
2871
+ description: ""
2872
+ },
2873
+ value: "string"
2874
+ },
2875
+ enableFilm: {
2876
+ key: "enableFilm",
2877
+ description: "",
2878
+ type: {
2879
+ key: "string",
2880
+ description: ""
2881
+ },
2882
+ value: "string"
2883
+ },
2884
+ isDisableTextbox: {
2885
+ key: "isDisableTextbox",
2886
+ description: "",
2887
+ type: {
2888
+ key: "boolean",
2889
+ description: ""
2890
+ },
2891
+ value: "boolean"
2892
+ },
2893
+ replacedUIlable: {
2894
+ key: "replacedUIlable",
2895
+ description: "",
2896
+ type: {
2897
+ key: "Record<string, string>",
2898
+ description: ""
2899
+ },
2900
+ value: "Record<string, string>"
2901
+ },
2902
+ figureMetaData: {
2903
+ key: "figureMetaData",
2904
+ description: "",
2905
+ type: {
2906
+ key: "figureMetaData",
2907
+ description: ""
2908
+ },
2909
+ value: "@N"
2910
+ },
2911
+ __WG$key: "IStageState",
2912
+ __WG$description: "\n@interface IStageState 游戏舞台数据接口\n/"
2913
+ },
2914
+ userData: {
2915
+ scriptManagedGlobalVar: {
2916
+ key: "scriptManagedGlobalVar",
2917
+ description: "",
2918
+ type: {
2919
+ key: "string[]",
2920
+ description: ""
2921
+ },
2922
+ value: "@T:string[]"
2923
+ },
2924
+ globalGameVar: {
2925
+ key: "globalGameVar",
2926
+ description: "不跟随存档的全局变量",
2927
+ type: {
2928
+ key: "IGameVar",
2929
+ description: "不跟随存档的全局变量"
2930
+ },
2931
+ value: {}
2932
+ },
2933
+ optionData: {
2934
+ key: "optionData",
2935
+ description: "用户设置选项数据",
2936
+ type: {
2937
+ key: "IOptionData",
2938
+ description: "用户设置选项数据"
2939
+ },
2940
+ value: {
2941
+ volumeMain: {
2942
+ key: "volumeMain",
2943
+ description: "主音量",
2944
+ type: {
2945
+ key: "number",
2946
+ description: "主音量"
2947
+ },
2948
+ value: "number"
2949
+ },
2950
+ textSpeed: {
2951
+ key: "textSpeed",
2952
+ description: "文字速度",
2953
+ type: {
2954
+ key: "number",
2955
+ description: "文字速度"
2956
+ },
2957
+ value: "number"
2958
+ },
2959
+ autoSpeed: {
2960
+ key: "autoSpeed",
2961
+ description: "自动播放速度",
2962
+ type: {
2963
+ key: "number",
2964
+ description: "自动播放速度"
2965
+ },
2966
+ value: "number"
2967
+ },
2968
+ textSize: {
2969
+ key: "textSize",
2970
+ description: "",
2971
+ type: {
2972
+ key: "textSize",
2973
+ description: ""
2974
+ },
2975
+ value: "textSize"
2976
+ },
2977
+ vocalVolume: {
2978
+ key: "vocalVolume",
2979
+ description: "语音音量",
2980
+ type: {
2981
+ key: "number",
2982
+ description: "语音音量"
2983
+ },
2984
+ value: "number"
2985
+ },
2986
+ bgmVolume: {
2987
+ key: "bgmVolume",
2988
+ description: "背景音乐音量",
2989
+ type: {
2990
+ key: "number",
2991
+ description: "背景音乐音量"
2992
+ },
2993
+ value: "number"
2994
+ },
2995
+ seVolume: {
2996
+ key: "seVolume",
2997
+ description: "音效音量",
2998
+ type: {
2999
+ key: "number",
3000
+ description: "音效音量"
3001
+ },
3002
+ value: "number"
3003
+ },
3004
+ uiSeVolume: {
3005
+ key: "uiSeVolume",
3006
+ description: "用户界面音效音量",
3007
+ type: {
3008
+ key: "number",
3009
+ description: "用户界面音效音量"
3010
+ },
3011
+ value: "number"
3012
+ },
3013
+ slPage: {
3014
+ key: "slPage",
3015
+ description: "存读档界面所在页面",
3016
+ type: {
3017
+ key: "number",
3018
+ description: "存读档界面所在页面"
3019
+ },
3020
+ value: "number"
3021
+ },
3022
+ textboxFont: {
3023
+ key: "textboxFont",
3024
+ description: "",
3025
+ type: {
3026
+ key: "number",
3027
+ description: ""
3028
+ },
3029
+ value: "number"
3030
+ },
3031
+ textboxOpacity: {
3032
+ key: "textboxOpacity",
3033
+ description: "",
3034
+ type: {
3035
+ key: "number",
3036
+ description: ""
3037
+ },
3038
+ value: "number"
3039
+ },
3040
+ language: {
3041
+ key: "language",
3042
+ description: "",
3043
+ type: {
3044
+ key: "language",
3045
+ description: ""
3046
+ },
3047
+ value: "language"
3048
+ },
3049
+ voiceInterruption: {
3050
+ key: "voiceInterruption",
3051
+ description: "是否中断语音",
3052
+ type: {
3053
+ key: "voiceOption",
3054
+ description: "是否中断语音"
3055
+ },
3056
+ value: "voiceOption"
3057
+ },
3058
+ fullScreen: {
3059
+ key: "fullScreen",
3060
+ description: "",
3061
+ type: {
3062
+ key: "fullScreenOption",
3063
+ description: ""
3064
+ },
3065
+ value: "fullScreenOption"
3066
+ }
3067
+ }
3068
+ },
3069
+ appreciationData: {
3070
+ key: "appreciationData",
3071
+ description: "",
3072
+ type: {
3073
+ key: "IAppreciation",
3074
+ description: ""
3075
+ },
3076
+ value: {
3077
+ bgm: {
3078
+ key: "bgm",
3079
+ description: "",
3080
+ type: {
3081
+ key: "Array<IAppreciationAsset>",
3082
+ description: ""
3083
+ },
3084
+ value: "Array<IAppreciationAsset>"
3085
+ },
3086
+ cg: {
3087
+ key: "cg",
3088
+ description: "",
3089
+ type: {
3090
+ key: "Array<IAppreciationAsset>",
3091
+ description: ""
3092
+ },
3093
+ value: "Array<IAppreciationAsset>"
3094
+ }
3095
+ }
3096
+ },
3097
+ gameConfigInit: {
3098
+ key: "gameConfigInit",
3099
+ description: "",
3100
+ type: {
3101
+ key: "IGameVar",
3102
+ description: ""
3103
+ },
3104
+ value: {}
3105
+ },
3106
+ __WG$key: "IUserData",
3107
+ __WG$description: "\n@interface IUserData 用户数据接口\n/"
3108
+ }
3109
+ };
3110
+
3111
+ //#endregion
3112
+ //#region src/utils/providerState.ts
3113
+ let index = 0;
3114
+ const getState = (propertiesArray, prev = definedMap_default) => {
3115
+ if (!propertiesArray || propertiesArray.length === 0) return;
3116
+ for (const curr of propertiesArray) {
3117
+ const result = prev[curr];
3118
+ if (result) if ("value" in result && result.value && typeof result?.value === "object" && Object.keys(result?.value).length > 0) prev = result.value;
3119
+ else prev = result;
3120
+ else return;
3121
+ index++;
3122
+ }
3123
+ return prev;
3124
+ };
3125
+
3126
+ //#endregion
3127
+ export { getState as t };