@chiyou/minigame-framework 1.0.0 → 1.0.2
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.
- package/assets/AssetsPackage/GUI/Images/Block.png +0 -0
- package/assets/AssetsPackage/GUI/Images/Block.png.meta +134 -0
- package/assets/AssetsPackage/GUI/Images.meta +9 -0
- package/assets/AssetsPackage/GUI/UIPrefabs/ChessBoard_Card.prefab +509 -0
- package/assets/AssetsPackage/GUI/UIPrefabs/ChessBoard_Card.prefab.meta +13 -0
- package/assets/AssetsPackage/GUI/UIPrefabs.meta +9 -0
- package/assets/AssetsPackage/GUI.meta +11 -0
- package/assets/AssetsPackage/SpriteAtlas/Card_Pattern.plist +1106 -0
- package/assets/AssetsPackage/SpriteAtlas/Card_Pattern.plist.meta +3329 -0
- package/assets/AssetsPackage/SpriteAtlas/Card_Pattern.png +0 -0
- package/assets/AssetsPackage/SpriteAtlas/Card_Pattern.png.meta +134 -0
- package/assets/AssetsPackage/SpriteAtlas/SA_Card.plist +1196 -0
- package/assets/AssetsPackage/SpriteAtlas/SA_Card.plist.meta +3605 -0
- package/assets/AssetsPackage/SpriteAtlas/SA_Card.png +0 -0
- package/assets/AssetsPackage/SpriteAtlas/SA_Card.png.meta +134 -0
- package/assets/AssetsPackage/SpriteAtlas.meta +11 -0
- package/assets/AssetsPackage/SpriteFrame/Card_PatternType_Back.png +0 -0
- package/assets/AssetsPackage/SpriteFrame/Card_PatternType_Back.png.meta +134 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Back_BG.png +0 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Back_BG.png.meta +134 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Back_FG.png +0 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Back_FG.png.meta +134 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Front_BG.png +0 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Front_BG.png.meta +134 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Front_FG.png +0 -0
- package/assets/AssetsPackage/SpriteFrame/Card_TowardType_Front_FG.png.meta +134 -0
- package/assets/AssetsPackage/SpriteFrame.meta +11 -0
- package/assets/AssetsPackage.meta +9 -0
- package/assets/Scenes/Game.scene +831 -0
- package/assets/Scenes/Game.scene.meta +11 -0
- package/assets/Scenes.meta +9 -0
- package/assets/Scripts/Biz.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AbsAdAdapter.ts +312 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AbsAdAdapter.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterBilibili.ts +294 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterBilibili.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterDouYin.ts +650 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterDouYin.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterHonor.ts +782 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterHonor.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterHuaWei.ts +582 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterHuaWei.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterJingDong.ts +298 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterJingDong.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterKuaiShou.ts +575 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterKuaiShou.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterOppo.ts +946 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterOppo.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterTapTap.ts +643 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterTapTap.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterVivo.ts +616 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterVivo.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterWeiXin.ts +847 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterWeiXin.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterXiaoMi.ts +747 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterXiaoMi.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterZhiFuBao.ts +579 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter/AdAdapterZhiFuBao.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/AdAdapter.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/AbsPlatformAdapter.ts +102 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/AbsPlatformAdapter.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterBilibili.ts +660 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterBilibili.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterDesktopBrowser.ts +224 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterDesktopBrowser.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterDouYin.ts +827 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterDouYin.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterHonor.ts +378 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterHonor.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterHuaWei.ts +363 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterHuaWei.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterJingDong.ts +368 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterJingDong.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterKuaiShou.ts +498 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterKuaiShou.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterOppo.ts +323 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterOppo.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterTapTap.ts +617 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterTapTap.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterVivo.ts +377 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterVivo.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterWeiXin.ts +1136 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterWeiXin.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterXiaoMi.ts +377 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterXiaoMi.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterZhiFuBao.ts +483 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter/PlatformAdapterZhiFuBao.ts.meta +9 -0
- package/assets/Scripts/Framework/Adapter/PlatformAdapter.meta +9 -0
- package/assets/Scripts/Framework/Adapter.meta +9 -0
- package/assets/Scripts/Framework/Definition/AdDefinition.ts +284 -0
- package/assets/Scripts/Framework/Definition/AdDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/FrameworkBase.ts +15 -0
- package/assets/Scripts/Framework/Definition/FrameworkBase.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/PrivacyDefinition.ts +95 -0
- package/assets/Scripts/Framework/Definition/PrivacyDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/SocialDefinition.ts +21 -0
- package/assets/Scripts/Framework/Definition/SocialDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/SystemDefinition.ts +58 -0
- package/assets/Scripts/Framework/Definition/SystemDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/UIDefinition.ts +10 -0
- package/assets/Scripts/Framework/Definition/UIDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition/UserDefinition.ts +17 -0
- package/assets/Scripts/Framework/Definition/UserDefinition.ts.meta +9 -0
- package/assets/Scripts/Framework/Definition.meta +9 -0
- package/assets/Scripts/Framework/Manager/AdMgr.ts +812 -0
- package/assets/Scripts/Framework/Manager/AdMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/AudioMgr.ts +296 -0
- package/assets/Scripts/Framework/Manager/AudioMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/BaseMgr.ts +130 -0
- package/assets/Scripts/Framework/Manager/BaseMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/EventMgr.ts +102 -0
- package/assets/Scripts/Framework/Manager/EventMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/ExcelMgr.ts +188 -0
- package/assets/Scripts/Framework/Manager/ExcelMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/LifeCycleMgr.ts +142 -0
- package/assets/Scripts/Framework/Manager/LifeCycleMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/NodePoolMgr.ts +385 -0
- package/assets/Scripts/Framework/Manager/NodePoolMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/PrivacyMgr.ts +189 -0
- package/assets/Scripts/Framework/Manager/PrivacyMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/ResMgr.ts +420 -0
- package/assets/Scripts/Framework/Manager/ResMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/SocialMgr.ts +250 -0
- package/assets/Scripts/Framework/Manager/SocialMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/SystemMgr.ts +264 -0
- package/assets/Scripts/Framework/Manager/SystemMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/TimerMgr.ts +80 -0
- package/assets/Scripts/Framework/Manager/TimerMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/UIMgr.ts +267 -0
- package/assets/Scripts/Framework/Manager/UIMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager/UserMgr.ts +162 -0
- package/assets/Scripts/Framework/Manager/UserMgr.ts.meta +9 -0
- package/assets/Scripts/Framework/Manager.meta +9 -0
- package/assets/Scripts/Framework/Utils/BezierUtils.ts +273 -0
- package/assets/Scripts/Framework/Utils/BezierUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/CSVUtils.ts +396 -0
- package/assets/Scripts/Framework/Utils/CSVUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/LogUtils.ts +32 -0
- package/assets/Scripts/Framework/Utils/LogUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/NumberUtils.ts +51 -0
- package/assets/Scripts/Framework/Utils/NumberUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/TaskUtils.ts +27 -0
- package/assets/Scripts/Framework/Utils/TaskUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/TimeUtils.ts +38 -0
- package/assets/Scripts/Framework/Utils/TimeUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils/WXBizDataCryptUtils.ts +54 -0
- package/assets/Scripts/Framework/Utils/WXBizDataCryptUtils.ts.meta +9 -0
- package/assets/Scripts/Framework/Utils.meta +9 -0
- package/assets/Scripts/Framework.meta +9 -0
- package/assets/Scripts/index.ts +39 -0
- package/assets/Scripts.meta +9 -0
- package/package.json +2 -4
|
@@ -0,0 +1,831 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"__type__": "cc.SceneAsset",
|
|
4
|
+
"_name": "Game",
|
|
5
|
+
"_objFlags": 0,
|
|
6
|
+
"__editorExtras__": {},
|
|
7
|
+
"_native": "",
|
|
8
|
+
"scene": {
|
|
9
|
+
"__id__": 1
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"__type__": "cc.Scene",
|
|
14
|
+
"_name": "Game",
|
|
15
|
+
"_objFlags": 0,
|
|
16
|
+
"__editorExtras__": {},
|
|
17
|
+
"_parent": null,
|
|
18
|
+
"_children": [
|
|
19
|
+
{
|
|
20
|
+
"__id__": 2
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"_active": true,
|
|
24
|
+
"_components": [],
|
|
25
|
+
"_prefab": {
|
|
26
|
+
"__id__": 19
|
|
27
|
+
},
|
|
28
|
+
"_lpos": {
|
|
29
|
+
"__type__": "cc.Vec3",
|
|
30
|
+
"x": 0,
|
|
31
|
+
"y": 0,
|
|
32
|
+
"z": 0
|
|
33
|
+
},
|
|
34
|
+
"_lrot": {
|
|
35
|
+
"__type__": "cc.Quat",
|
|
36
|
+
"x": 0,
|
|
37
|
+
"y": 0,
|
|
38
|
+
"z": 0,
|
|
39
|
+
"w": 1
|
|
40
|
+
},
|
|
41
|
+
"_lscale": {
|
|
42
|
+
"__type__": "cc.Vec3",
|
|
43
|
+
"x": 1,
|
|
44
|
+
"y": 1,
|
|
45
|
+
"z": 1
|
|
46
|
+
},
|
|
47
|
+
"_mobility": 0,
|
|
48
|
+
"_layer": 1073741824,
|
|
49
|
+
"_euler": {
|
|
50
|
+
"__type__": "cc.Vec3",
|
|
51
|
+
"x": 0,
|
|
52
|
+
"y": 0,
|
|
53
|
+
"z": 0
|
|
54
|
+
},
|
|
55
|
+
"autoReleaseAssets": false,
|
|
56
|
+
"_globals": {
|
|
57
|
+
"__id__": 20
|
|
58
|
+
},
|
|
59
|
+
"_id": "7ca1e78b-e036-4f8a-8632-b1589c2735b4"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"__type__": "cc.Node",
|
|
63
|
+
"_name": "Canvas",
|
|
64
|
+
"_objFlags": 0,
|
|
65
|
+
"__editorExtras__": {},
|
|
66
|
+
"_parent": {
|
|
67
|
+
"__id__": 1
|
|
68
|
+
},
|
|
69
|
+
"_children": [
|
|
70
|
+
{
|
|
71
|
+
"__id__": 3
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"__id__": 5
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"_active": true,
|
|
78
|
+
"_components": [
|
|
79
|
+
{
|
|
80
|
+
"__id__": 16
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"__id__": 17
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"__id__": 18
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"_prefab": null,
|
|
90
|
+
"_lpos": {
|
|
91
|
+
"__type__": "cc.Vec3",
|
|
92
|
+
"x": 375,
|
|
93
|
+
"y": 667,
|
|
94
|
+
"z": 0
|
|
95
|
+
},
|
|
96
|
+
"_lrot": {
|
|
97
|
+
"__type__": "cc.Quat",
|
|
98
|
+
"x": 0,
|
|
99
|
+
"y": 0,
|
|
100
|
+
"z": 0,
|
|
101
|
+
"w": 1
|
|
102
|
+
},
|
|
103
|
+
"_lscale": {
|
|
104
|
+
"__type__": "cc.Vec3",
|
|
105
|
+
"x": 1,
|
|
106
|
+
"y": 1,
|
|
107
|
+
"z": 1
|
|
108
|
+
},
|
|
109
|
+
"_mobility": 0,
|
|
110
|
+
"_layer": 33554432,
|
|
111
|
+
"_euler": {
|
|
112
|
+
"__type__": "cc.Vec3",
|
|
113
|
+
"x": 0,
|
|
114
|
+
"y": 0,
|
|
115
|
+
"z": 0
|
|
116
|
+
},
|
|
117
|
+
"_id": "75kVt54zVDA5YrstIbpton"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"__type__": "cc.Node",
|
|
121
|
+
"_name": "Camera",
|
|
122
|
+
"_objFlags": 0,
|
|
123
|
+
"__editorExtras__": {},
|
|
124
|
+
"_parent": {
|
|
125
|
+
"__id__": 2
|
|
126
|
+
},
|
|
127
|
+
"_children": [],
|
|
128
|
+
"_active": true,
|
|
129
|
+
"_components": [
|
|
130
|
+
{
|
|
131
|
+
"__id__": 4
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"_prefab": null,
|
|
135
|
+
"_lpos": {
|
|
136
|
+
"__type__": "cc.Vec3",
|
|
137
|
+
"x": 0,
|
|
138
|
+
"y": 0,
|
|
139
|
+
"z": 1000
|
|
140
|
+
},
|
|
141
|
+
"_lrot": {
|
|
142
|
+
"__type__": "cc.Quat",
|
|
143
|
+
"x": 0,
|
|
144
|
+
"y": 0,
|
|
145
|
+
"z": 0,
|
|
146
|
+
"w": 1
|
|
147
|
+
},
|
|
148
|
+
"_lscale": {
|
|
149
|
+
"__type__": "cc.Vec3",
|
|
150
|
+
"x": 1,
|
|
151
|
+
"y": 1,
|
|
152
|
+
"z": 1
|
|
153
|
+
},
|
|
154
|
+
"_mobility": 0,
|
|
155
|
+
"_layer": 1073741824,
|
|
156
|
+
"_euler": {
|
|
157
|
+
"__type__": "cc.Vec3",
|
|
158
|
+
"x": 0,
|
|
159
|
+
"y": 0,
|
|
160
|
+
"z": 0
|
|
161
|
+
},
|
|
162
|
+
"_id": "bb7/chWWBIarX+G2PWYj61"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"__type__": "cc.Camera",
|
|
166
|
+
"_name": "",
|
|
167
|
+
"_objFlags": 0,
|
|
168
|
+
"__editorExtras__": {},
|
|
169
|
+
"node": {
|
|
170
|
+
"__id__": 3
|
|
171
|
+
},
|
|
172
|
+
"_enabled": true,
|
|
173
|
+
"__prefab": null,
|
|
174
|
+
"_projection": 0,
|
|
175
|
+
"_priority": 0,
|
|
176
|
+
"_fov": 45,
|
|
177
|
+
"_fovAxis": 0,
|
|
178
|
+
"_orthoHeight": 667,
|
|
179
|
+
"_near": 0,
|
|
180
|
+
"_far": 2000,
|
|
181
|
+
"_color": {
|
|
182
|
+
"__type__": "cc.Color",
|
|
183
|
+
"r": 0,
|
|
184
|
+
"g": 0,
|
|
185
|
+
"b": 0,
|
|
186
|
+
"a": 255
|
|
187
|
+
},
|
|
188
|
+
"_depth": 1,
|
|
189
|
+
"_stencil": 0,
|
|
190
|
+
"_clearFlags": 7,
|
|
191
|
+
"_rect": {
|
|
192
|
+
"__type__": "cc.Rect",
|
|
193
|
+
"x": 0,
|
|
194
|
+
"y": 0,
|
|
195
|
+
"width": 1,
|
|
196
|
+
"height": 1
|
|
197
|
+
},
|
|
198
|
+
"_aperture": 19,
|
|
199
|
+
"_shutter": 7,
|
|
200
|
+
"_iso": 0,
|
|
201
|
+
"_screenScale": 1,
|
|
202
|
+
"_visibility": 1108344832,
|
|
203
|
+
"_targetTexture": null,
|
|
204
|
+
"_postProcess": null,
|
|
205
|
+
"_usePostProcess": false,
|
|
206
|
+
"_cameraType": -1,
|
|
207
|
+
"_trackingType": 0,
|
|
208
|
+
"_id": "d86QnPb5xCwZG3A5swO8YK"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"__type__": "cc.Node",
|
|
212
|
+
"_name": "GameLaunch",
|
|
213
|
+
"_objFlags": 0,
|
|
214
|
+
"__editorExtras__": {},
|
|
215
|
+
"_parent": {
|
|
216
|
+
"__id__": 2
|
|
217
|
+
},
|
|
218
|
+
"_children": [
|
|
219
|
+
{
|
|
220
|
+
"__id__": 6
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"__id__": 11
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"_active": true,
|
|
227
|
+
"_components": [
|
|
228
|
+
{
|
|
229
|
+
"__id__": 13
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"__id__": 14
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"__id__": 15
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
"_prefab": null,
|
|
239
|
+
"_lpos": {
|
|
240
|
+
"__type__": "cc.Vec3",
|
|
241
|
+
"x": 0,
|
|
242
|
+
"y": 0,
|
|
243
|
+
"z": 0
|
|
244
|
+
},
|
|
245
|
+
"_lrot": {
|
|
246
|
+
"__type__": "cc.Quat",
|
|
247
|
+
"x": 0,
|
|
248
|
+
"y": 0,
|
|
249
|
+
"z": 0,
|
|
250
|
+
"w": 1
|
|
251
|
+
},
|
|
252
|
+
"_lscale": {
|
|
253
|
+
"__type__": "cc.Vec3",
|
|
254
|
+
"x": 1,
|
|
255
|
+
"y": 1,
|
|
256
|
+
"z": 1
|
|
257
|
+
},
|
|
258
|
+
"_mobility": 0,
|
|
259
|
+
"_layer": 33554432,
|
|
260
|
+
"_euler": {
|
|
261
|
+
"__type__": "cc.Vec3",
|
|
262
|
+
"x": 0,
|
|
263
|
+
"y": 0,
|
|
264
|
+
"z": 0
|
|
265
|
+
},
|
|
266
|
+
"_id": "1eLhUXlwtDHIk1/bJJgtqt"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"__type__": "cc.Node",
|
|
270
|
+
"_name": "BezierDemo",
|
|
271
|
+
"_objFlags": 0,
|
|
272
|
+
"__editorExtras__": {},
|
|
273
|
+
"_parent": {
|
|
274
|
+
"__id__": 5
|
|
275
|
+
},
|
|
276
|
+
"_children": [
|
|
277
|
+
{
|
|
278
|
+
"__id__": 7
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"_active": false,
|
|
282
|
+
"_components": [
|
|
283
|
+
{
|
|
284
|
+
"__id__": 10
|
|
285
|
+
}
|
|
286
|
+
],
|
|
287
|
+
"_prefab": null,
|
|
288
|
+
"_lpos": {
|
|
289
|
+
"__type__": "cc.Vec3",
|
|
290
|
+
"x": 0,
|
|
291
|
+
"y": 0,
|
|
292
|
+
"z": 0
|
|
293
|
+
},
|
|
294
|
+
"_lrot": {
|
|
295
|
+
"__type__": "cc.Quat",
|
|
296
|
+
"x": 0,
|
|
297
|
+
"y": 0,
|
|
298
|
+
"z": 0,
|
|
299
|
+
"w": 1
|
|
300
|
+
},
|
|
301
|
+
"_lscale": {
|
|
302
|
+
"__type__": "cc.Vec3",
|
|
303
|
+
"x": 1,
|
|
304
|
+
"y": 1,
|
|
305
|
+
"z": 1
|
|
306
|
+
},
|
|
307
|
+
"_mobility": 0,
|
|
308
|
+
"_layer": 33554432,
|
|
309
|
+
"_euler": {
|
|
310
|
+
"__type__": "cc.Vec3",
|
|
311
|
+
"x": 0,
|
|
312
|
+
"y": 0,
|
|
313
|
+
"z": 0
|
|
314
|
+
},
|
|
315
|
+
"_id": "bcMTYded5P+4FH57zwhpHB"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"__type__": "cc.Node",
|
|
319
|
+
"_name": "Block",
|
|
320
|
+
"_objFlags": 0,
|
|
321
|
+
"__editorExtras__": {},
|
|
322
|
+
"_parent": {
|
|
323
|
+
"__id__": 6
|
|
324
|
+
},
|
|
325
|
+
"_children": [],
|
|
326
|
+
"_active": true,
|
|
327
|
+
"_components": [
|
|
328
|
+
{
|
|
329
|
+
"__id__": 8
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"__id__": 9
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"_prefab": null,
|
|
336
|
+
"_lpos": {
|
|
337
|
+
"__type__": "cc.Vec3",
|
|
338
|
+
"x": -100,
|
|
339
|
+
"y": -100,
|
|
340
|
+
"z": 0
|
|
341
|
+
},
|
|
342
|
+
"_lrot": {
|
|
343
|
+
"__type__": "cc.Quat",
|
|
344
|
+
"x": 0,
|
|
345
|
+
"y": 0,
|
|
346
|
+
"z": 0,
|
|
347
|
+
"w": 1
|
|
348
|
+
},
|
|
349
|
+
"_lscale": {
|
|
350
|
+
"__type__": "cc.Vec3",
|
|
351
|
+
"x": 1,
|
|
352
|
+
"y": 1,
|
|
353
|
+
"z": 1
|
|
354
|
+
},
|
|
355
|
+
"_mobility": 0,
|
|
356
|
+
"_layer": 33554432,
|
|
357
|
+
"_euler": {
|
|
358
|
+
"__type__": "cc.Vec3",
|
|
359
|
+
"x": 0,
|
|
360
|
+
"y": 0,
|
|
361
|
+
"z": 0
|
|
362
|
+
},
|
|
363
|
+
"_id": "5bCx6NLG9FTqkS6dR/90dq"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"__type__": "cc.UITransform",
|
|
367
|
+
"_name": "",
|
|
368
|
+
"_objFlags": 0,
|
|
369
|
+
"__editorExtras__": {},
|
|
370
|
+
"node": {
|
|
371
|
+
"__id__": 7
|
|
372
|
+
},
|
|
373
|
+
"_enabled": true,
|
|
374
|
+
"__prefab": null,
|
|
375
|
+
"_contentSize": {
|
|
376
|
+
"__type__": "cc.Size",
|
|
377
|
+
"width": 20,
|
|
378
|
+
"height": 100
|
|
379
|
+
},
|
|
380
|
+
"_anchorPoint": {
|
|
381
|
+
"__type__": "cc.Vec2",
|
|
382
|
+
"x": 0.5,
|
|
383
|
+
"y": 0.5
|
|
384
|
+
},
|
|
385
|
+
"_id": "2abueZ1ChBWLf1+byasWRa"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"__type__": "cc.Sprite",
|
|
389
|
+
"_name": "",
|
|
390
|
+
"_objFlags": 0,
|
|
391
|
+
"__editorExtras__": {},
|
|
392
|
+
"node": {
|
|
393
|
+
"__id__": 7
|
|
394
|
+
},
|
|
395
|
+
"_enabled": true,
|
|
396
|
+
"__prefab": null,
|
|
397
|
+
"_customMaterial": null,
|
|
398
|
+
"_srcBlendFactor": 2,
|
|
399
|
+
"_dstBlendFactor": 4,
|
|
400
|
+
"_color": {
|
|
401
|
+
"__type__": "cc.Color",
|
|
402
|
+
"r": 255,
|
|
403
|
+
"g": 255,
|
|
404
|
+
"b": 255,
|
|
405
|
+
"a": 255
|
|
406
|
+
},
|
|
407
|
+
"_spriteFrame": {
|
|
408
|
+
"__uuid__": "3ae6f143-2a67-4f86-b0d5-6587f67017e1@f9941",
|
|
409
|
+
"__expectedType__": "cc.SpriteFrame"
|
|
410
|
+
},
|
|
411
|
+
"_type": 0,
|
|
412
|
+
"_fillType": 0,
|
|
413
|
+
"_sizeMode": 0,
|
|
414
|
+
"_fillCenter": {
|
|
415
|
+
"__type__": "cc.Vec2",
|
|
416
|
+
"x": 0,
|
|
417
|
+
"y": 0
|
|
418
|
+
},
|
|
419
|
+
"_fillStart": 0,
|
|
420
|
+
"_fillRange": 0,
|
|
421
|
+
"_isTrimmedMode": true,
|
|
422
|
+
"_useGrayscale": false,
|
|
423
|
+
"_atlas": null,
|
|
424
|
+
"_id": "00vWo0qfFLD7qo9BijCMvk"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"__type__": "cc.UITransform",
|
|
428
|
+
"_name": "",
|
|
429
|
+
"_objFlags": 0,
|
|
430
|
+
"__editorExtras__": {},
|
|
431
|
+
"node": {
|
|
432
|
+
"__id__": 6
|
|
433
|
+
},
|
|
434
|
+
"_enabled": true,
|
|
435
|
+
"__prefab": null,
|
|
436
|
+
"_contentSize": {
|
|
437
|
+
"__type__": "cc.Size",
|
|
438
|
+
"width": 100,
|
|
439
|
+
"height": 100
|
|
440
|
+
},
|
|
441
|
+
"_anchorPoint": {
|
|
442
|
+
"__type__": "cc.Vec2",
|
|
443
|
+
"x": 0.5,
|
|
444
|
+
"y": 0.5
|
|
445
|
+
},
|
|
446
|
+
"_id": "2e8B3txbxM9JUD3UjBcZXM"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"__type__": "cc.Node",
|
|
450
|
+
"_name": "CardDemo",
|
|
451
|
+
"_objFlags": 0,
|
|
452
|
+
"__editorExtras__": {},
|
|
453
|
+
"_parent": {
|
|
454
|
+
"__id__": 5
|
|
455
|
+
},
|
|
456
|
+
"_children": [],
|
|
457
|
+
"_active": false,
|
|
458
|
+
"_components": [
|
|
459
|
+
{
|
|
460
|
+
"__id__": 12
|
|
461
|
+
}
|
|
462
|
+
],
|
|
463
|
+
"_prefab": null,
|
|
464
|
+
"_lpos": {
|
|
465
|
+
"__type__": "cc.Vec3",
|
|
466
|
+
"x": 0,
|
|
467
|
+
"y": 0,
|
|
468
|
+
"z": 0
|
|
469
|
+
},
|
|
470
|
+
"_lrot": {
|
|
471
|
+
"__type__": "cc.Quat",
|
|
472
|
+
"x": 0,
|
|
473
|
+
"y": 0,
|
|
474
|
+
"z": 0,
|
|
475
|
+
"w": 1
|
|
476
|
+
},
|
|
477
|
+
"_lscale": {
|
|
478
|
+
"__type__": "cc.Vec3",
|
|
479
|
+
"x": 1,
|
|
480
|
+
"y": 1,
|
|
481
|
+
"z": 1
|
|
482
|
+
},
|
|
483
|
+
"_mobility": 0,
|
|
484
|
+
"_layer": 33554432,
|
|
485
|
+
"_euler": {
|
|
486
|
+
"__type__": "cc.Vec3",
|
|
487
|
+
"x": 0,
|
|
488
|
+
"y": 0,
|
|
489
|
+
"z": 0
|
|
490
|
+
},
|
|
491
|
+
"_id": "52mbZwJvZGu7ud/qzA13cM"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"__type__": "cc.UITransform",
|
|
495
|
+
"_name": "",
|
|
496
|
+
"_objFlags": 0,
|
|
497
|
+
"__editorExtras__": {},
|
|
498
|
+
"node": {
|
|
499
|
+
"__id__": 11
|
|
500
|
+
},
|
|
501
|
+
"_enabled": true,
|
|
502
|
+
"__prefab": null,
|
|
503
|
+
"_contentSize": {
|
|
504
|
+
"__type__": "cc.Size",
|
|
505
|
+
"width": 100,
|
|
506
|
+
"height": 100
|
|
507
|
+
},
|
|
508
|
+
"_anchorPoint": {
|
|
509
|
+
"__type__": "cc.Vec2",
|
|
510
|
+
"x": 0.5,
|
|
511
|
+
"y": 0.5
|
|
512
|
+
},
|
|
513
|
+
"_id": "beEjR12lVGcJjUsL0xG/74"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"__type__": "cc.UITransform",
|
|
517
|
+
"_name": "",
|
|
518
|
+
"_objFlags": 0,
|
|
519
|
+
"__editorExtras__": {},
|
|
520
|
+
"node": {
|
|
521
|
+
"__id__": 5
|
|
522
|
+
},
|
|
523
|
+
"_enabled": true,
|
|
524
|
+
"__prefab": null,
|
|
525
|
+
"_contentSize": {
|
|
526
|
+
"__type__": "cc.Size",
|
|
527
|
+
"width": 750,
|
|
528
|
+
"height": 1334
|
|
529
|
+
},
|
|
530
|
+
"_anchorPoint": {
|
|
531
|
+
"__type__": "cc.Vec2",
|
|
532
|
+
"x": 0.5,
|
|
533
|
+
"y": 0.5
|
|
534
|
+
},
|
|
535
|
+
"_id": "51+Z2AvM5KOI5Q8VSLaM61"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"__type__": "cc.Widget",
|
|
539
|
+
"_name": "",
|
|
540
|
+
"_objFlags": 0,
|
|
541
|
+
"__editorExtras__": {},
|
|
542
|
+
"node": {
|
|
543
|
+
"__id__": 5
|
|
544
|
+
},
|
|
545
|
+
"_enabled": true,
|
|
546
|
+
"__prefab": null,
|
|
547
|
+
"_alignFlags": 9,
|
|
548
|
+
"_target": null,
|
|
549
|
+
"_left": 0,
|
|
550
|
+
"_right": 0,
|
|
551
|
+
"_top": 0,
|
|
552
|
+
"_bottom": 0,
|
|
553
|
+
"_horizontalCenter": 0,
|
|
554
|
+
"_verticalCenter": 0,
|
|
555
|
+
"_isAbsLeft": true,
|
|
556
|
+
"_isAbsRight": true,
|
|
557
|
+
"_isAbsTop": true,
|
|
558
|
+
"_isAbsBottom": true,
|
|
559
|
+
"_isAbsHorizontalCenter": true,
|
|
560
|
+
"_isAbsVerticalCenter": true,
|
|
561
|
+
"_originalWidth": 0,
|
|
562
|
+
"_originalHeight": 0,
|
|
563
|
+
"_alignMode": 2,
|
|
564
|
+
"_lockFlags": 0,
|
|
565
|
+
"_id": "48RJ05Wd1EbJPrFmJ+l7TQ"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"__type__": "ba194rWnVJHkKF+7A4QSJtr",
|
|
569
|
+
"_name": "",
|
|
570
|
+
"_objFlags": 0,
|
|
571
|
+
"__editorExtras__": {},
|
|
572
|
+
"node": {
|
|
573
|
+
"__id__": 5
|
|
574
|
+
},
|
|
575
|
+
"_enabled": true,
|
|
576
|
+
"__prefab": null,
|
|
577
|
+
"_id": "f835jldAhI9pchE9ezKi6o"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"__type__": "cc.UITransform",
|
|
581
|
+
"_name": "",
|
|
582
|
+
"_objFlags": 0,
|
|
583
|
+
"__editorExtras__": {},
|
|
584
|
+
"node": {
|
|
585
|
+
"__id__": 2
|
|
586
|
+
},
|
|
587
|
+
"_enabled": true,
|
|
588
|
+
"__prefab": null,
|
|
589
|
+
"_contentSize": {
|
|
590
|
+
"__type__": "cc.Size",
|
|
591
|
+
"width": 750,
|
|
592
|
+
"height": 1334
|
|
593
|
+
},
|
|
594
|
+
"_anchorPoint": {
|
|
595
|
+
"__type__": "cc.Vec2",
|
|
596
|
+
"x": 0.5,
|
|
597
|
+
"y": 0.5
|
|
598
|
+
},
|
|
599
|
+
"_id": "1aGsYeg9hEjJ5Gfh5pua19"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"__type__": "cc.Canvas",
|
|
603
|
+
"_name": "",
|
|
604
|
+
"_objFlags": 0,
|
|
605
|
+
"__editorExtras__": {},
|
|
606
|
+
"node": {
|
|
607
|
+
"__id__": 2
|
|
608
|
+
},
|
|
609
|
+
"_enabled": true,
|
|
610
|
+
"__prefab": null,
|
|
611
|
+
"_cameraComponent": {
|
|
612
|
+
"__id__": 4
|
|
613
|
+
},
|
|
614
|
+
"_alignCanvasWithScreen": true,
|
|
615
|
+
"_id": "58UuIleTFFqqJq8YYnBlS4"
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
"__type__": "cc.Widget",
|
|
619
|
+
"_name": "",
|
|
620
|
+
"_objFlags": 0,
|
|
621
|
+
"__editorExtras__": {},
|
|
622
|
+
"node": {
|
|
623
|
+
"__id__": 2
|
|
624
|
+
},
|
|
625
|
+
"_enabled": true,
|
|
626
|
+
"__prefab": null,
|
|
627
|
+
"_alignFlags": 45,
|
|
628
|
+
"_target": null,
|
|
629
|
+
"_left": 0,
|
|
630
|
+
"_right": 0,
|
|
631
|
+
"_top": 5.684341886080802e-14,
|
|
632
|
+
"_bottom": 5.684341886080802e-14,
|
|
633
|
+
"_horizontalCenter": 0,
|
|
634
|
+
"_verticalCenter": 0,
|
|
635
|
+
"_isAbsLeft": true,
|
|
636
|
+
"_isAbsRight": true,
|
|
637
|
+
"_isAbsTop": true,
|
|
638
|
+
"_isAbsBottom": true,
|
|
639
|
+
"_isAbsHorizontalCenter": true,
|
|
640
|
+
"_isAbsVerticalCenter": true,
|
|
641
|
+
"_originalWidth": 0,
|
|
642
|
+
"_originalHeight": 0,
|
|
643
|
+
"_alignMode": 2,
|
|
644
|
+
"_lockFlags": 0,
|
|
645
|
+
"_id": "b4HLtDnGRBN6gWtErxBcAx"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"__type__": "cc.PrefabInfo",
|
|
649
|
+
"root": null,
|
|
650
|
+
"asset": null,
|
|
651
|
+
"fileId": "7ca1e78b-e036-4f8a-8632-b1589c2735b4",
|
|
652
|
+
"instance": null,
|
|
653
|
+
"targetOverrides": null
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"__type__": "cc.SceneGlobals",
|
|
657
|
+
"ambient": {
|
|
658
|
+
"__id__": 21
|
|
659
|
+
},
|
|
660
|
+
"shadows": {
|
|
661
|
+
"__id__": 22
|
|
662
|
+
},
|
|
663
|
+
"_skybox": {
|
|
664
|
+
"__id__": 23
|
|
665
|
+
},
|
|
666
|
+
"fog": {
|
|
667
|
+
"__id__": 24
|
|
668
|
+
},
|
|
669
|
+
"octree": {
|
|
670
|
+
"__id__": 25
|
|
671
|
+
},
|
|
672
|
+
"skin": {
|
|
673
|
+
"__id__": 26
|
|
674
|
+
},
|
|
675
|
+
"lightProbeInfo": {
|
|
676
|
+
"__id__": 27
|
|
677
|
+
},
|
|
678
|
+
"postSettings": {
|
|
679
|
+
"__id__": 28
|
|
680
|
+
},
|
|
681
|
+
"bakedWithStationaryMainLight": false,
|
|
682
|
+
"bakedWithHighpLightmap": false
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"__type__": "cc.AmbientInfo",
|
|
686
|
+
"_skyColorHDR": {
|
|
687
|
+
"__type__": "cc.Vec4",
|
|
688
|
+
"x": 0,
|
|
689
|
+
"y": 0,
|
|
690
|
+
"z": 0,
|
|
691
|
+
"w": 0.520833125
|
|
692
|
+
},
|
|
693
|
+
"_skyColor": {
|
|
694
|
+
"__type__": "cc.Vec4",
|
|
695
|
+
"x": 0,
|
|
696
|
+
"y": 0,
|
|
697
|
+
"z": 0,
|
|
698
|
+
"w": 0.520833125
|
|
699
|
+
},
|
|
700
|
+
"_skyIllumHDR": 20000,
|
|
701
|
+
"_skyIllum": 20000,
|
|
702
|
+
"_groundAlbedoHDR": {
|
|
703
|
+
"__type__": "cc.Vec4",
|
|
704
|
+
"x": 0,
|
|
705
|
+
"y": 0,
|
|
706
|
+
"z": 0,
|
|
707
|
+
"w": 0
|
|
708
|
+
},
|
|
709
|
+
"_groundAlbedo": {
|
|
710
|
+
"__type__": "cc.Vec4",
|
|
711
|
+
"x": 0,
|
|
712
|
+
"y": 0,
|
|
713
|
+
"z": 0,
|
|
714
|
+
"w": 0
|
|
715
|
+
},
|
|
716
|
+
"_skyColorLDR": {
|
|
717
|
+
"__type__": "cc.Vec4",
|
|
718
|
+
"x": 0.2,
|
|
719
|
+
"y": 0.5,
|
|
720
|
+
"z": 0.8,
|
|
721
|
+
"w": 1
|
|
722
|
+
},
|
|
723
|
+
"_skyIllumLDR": 20000,
|
|
724
|
+
"_groundAlbedoLDR": {
|
|
725
|
+
"__type__": "cc.Vec4",
|
|
726
|
+
"x": 0.2,
|
|
727
|
+
"y": 0.2,
|
|
728
|
+
"z": 0.2,
|
|
729
|
+
"w": 1
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"__type__": "cc.ShadowsInfo",
|
|
734
|
+
"_enabled": false,
|
|
735
|
+
"_type": 0,
|
|
736
|
+
"_normal": {
|
|
737
|
+
"__type__": "cc.Vec3",
|
|
738
|
+
"x": 0,
|
|
739
|
+
"y": 1,
|
|
740
|
+
"z": 0
|
|
741
|
+
},
|
|
742
|
+
"_distance": 0,
|
|
743
|
+
"_planeBias": 1,
|
|
744
|
+
"_shadowColor": {
|
|
745
|
+
"__type__": "cc.Color",
|
|
746
|
+
"r": 76,
|
|
747
|
+
"g": 76,
|
|
748
|
+
"b": 76,
|
|
749
|
+
"a": 255
|
|
750
|
+
},
|
|
751
|
+
"_maxReceived": 4,
|
|
752
|
+
"_size": {
|
|
753
|
+
"__type__": "cc.Vec2",
|
|
754
|
+
"x": 512,
|
|
755
|
+
"y": 512
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"__type__": "cc.SkyboxInfo",
|
|
760
|
+
"_envLightingType": 0,
|
|
761
|
+
"_envmapHDR": null,
|
|
762
|
+
"_envmap": null,
|
|
763
|
+
"_envmapLDR": null,
|
|
764
|
+
"_diffuseMapHDR": null,
|
|
765
|
+
"_diffuseMapLDR": null,
|
|
766
|
+
"_enabled": false,
|
|
767
|
+
"_useHDR": true,
|
|
768
|
+
"_editableMaterial": null,
|
|
769
|
+
"_reflectionHDR": null,
|
|
770
|
+
"_reflectionLDR": null,
|
|
771
|
+
"_rotationAngle": 0
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"__type__": "cc.FogInfo",
|
|
775
|
+
"_type": 0,
|
|
776
|
+
"_fogColor": {
|
|
777
|
+
"__type__": "cc.Color",
|
|
778
|
+
"r": 200,
|
|
779
|
+
"g": 200,
|
|
780
|
+
"b": 200,
|
|
781
|
+
"a": 255
|
|
782
|
+
},
|
|
783
|
+
"_enabled": false,
|
|
784
|
+
"_fogDensity": 0.3,
|
|
785
|
+
"_fogStart": 0.5,
|
|
786
|
+
"_fogEnd": 300,
|
|
787
|
+
"_fogAtten": 5,
|
|
788
|
+
"_fogTop": 1.5,
|
|
789
|
+
"_fogRange": 1.2,
|
|
790
|
+
"_accurate": false
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"__type__": "cc.OctreeInfo",
|
|
794
|
+
"_enabled": false,
|
|
795
|
+
"_minPos": {
|
|
796
|
+
"__type__": "cc.Vec3",
|
|
797
|
+
"x": -1024,
|
|
798
|
+
"y": -1024,
|
|
799
|
+
"z": -1024
|
|
800
|
+
},
|
|
801
|
+
"_maxPos": {
|
|
802
|
+
"__type__": "cc.Vec3",
|
|
803
|
+
"x": 1024,
|
|
804
|
+
"y": 1024,
|
|
805
|
+
"z": 1024
|
|
806
|
+
},
|
|
807
|
+
"_depth": 8
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"__type__": "cc.SkinInfo",
|
|
811
|
+
"_enabled": false,
|
|
812
|
+
"_blurRadius": 0.01,
|
|
813
|
+
"_sssIntensity": 3
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"__type__": "cc.LightProbeInfo",
|
|
817
|
+
"_giScale": 1,
|
|
818
|
+
"_giSamples": 1024,
|
|
819
|
+
"_bounces": 2,
|
|
820
|
+
"_reduceRinging": 0,
|
|
821
|
+
"_showProbe": true,
|
|
822
|
+
"_showWireframe": true,
|
|
823
|
+
"_showConvex": false,
|
|
824
|
+
"_data": null,
|
|
825
|
+
"_lightProbeSphereVolume": 1
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"__type__": "cc.PostSettingsInfo",
|
|
829
|
+
"_toneMappingType": 0
|
|
830
|
+
}
|
|
831
|
+
]
|