com.xd.sdk.common 7.1.2 → 7.2.0
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/Editor/XD.SDK.Common.Editor.asmdef +2 -1
- package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar → XDGBridgeCommon_v7_7.2.0.aar} +0 -0
- package/Plugins/Android/libs/XDGCommon_7.2.0.aar +0 -0
- package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar → XDGTapTapWrapperInternal_7.2.0.aar} +0 -0
- package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar → XDTapTapWrapper_7.2.0.aar} +0 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_chat.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_invite.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_unfollow.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark.meta +8 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_chat.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_invite.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_unfollow.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light.meta +8 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement_platinum.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_arrow.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_close.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_default_background.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_logo.png.meta +7 -0
- package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/NSError+XDG.h +1 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalRouterSchemes.h +2 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCloudLogHelper.h +4 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDTapTapInfo.h +3 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +3 -3
- package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK-Swift.h +1 -1
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK.h +3 -3
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Info.plist +0 -0
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftmodule +0 -0
- package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/XDTapSDK4WrapperSDK +0 -0
- package/Resources/Prefabs/AccountCell.prefab +24 -15
- package/Resources/Prefabs/AgreementOptionAll.prefab +15 -9
- package/Resources/Prefabs/AgreementOptionNormal.prefab +16 -10
- package/Resources/Prefabs/AreaCodeCell.prefab +13 -8
- package/Resources/Prefabs/CancelAccountAlert.prefab +23 -23
- package/Resources/Prefabs/CenterErrorView.prefab +8 -8
- package/Resources/Prefabs/ConfirmDialog.prefab +20 -20
- package/Resources/Prefabs/DeleteAccountAlert.prefab +48 -45
- package/Resources/Prefabs/DeleteCell.prefab +6 -6
- package/Resources/Prefabs/Dialog.prefab +24 -24
- package/Resources/Prefabs/DisagreeConfirmAlert.prefab +15 -15
- package/Resources/Prefabs/GeneralAgreementAlert.prefab +53 -31
- package/Resources/Prefabs/LoadFailedView.prefab +12 -12
- package/Resources/Prefabs/LoadingView.prefab +9 -6
- package/Resources/Prefabs/PayHintAlert.prefab +17 -15
- package/Resources/Prefabs/PayLoadFailedView.prefab +13 -13
- package/Resources/Prefabs/PaymentAlert.prefab +9 -5
- package/Resources/Prefabs/SmallLoadingView.prefab +4 -4
- package/Resources/Prefabs/UserCenterAlert.prefab +76 -46
- package/Resources/Prefabs/XDCodeUnbindAlert.prefab +56 -34
- package/Resources/Prefabs/XDEmailAlert.prefab +84 -49
- package/Resources/Prefabs/XDPhoneAlertIO.prefab +129 -65
- package/Resources/Prefabs/XDPhoneNumberInputAlert.prefab +46 -28
- package/Resources/Prefabs/XDRiskControlAlert.prefab +12 -7
- package/Resources/Prefabs/XDSDKUI.prefab +3 -3
- package/Resources/Prefabs/XDVerifyCodeInputAlert.prefab +47 -28
- package/Resources/Prefabs/XDWebBridgeView.prefab +11 -11
- package/Resources/Prefabs/XDWebViewAlert.prefab +10 -10
- package/Resources/Shaders/UI/UI-Default-Gamma.shader +129 -0
- package/Resources/Shaders/UI/UI-Default-Gamma.shader.meta +9 -0
- package/Resources/Shaders/UI/UI_Default-Gamma.mat +36 -0
- package/Resources/Shaders/UI/UI_Default-Gamma.mat.meta +8 -0
- package/Resources/Shaders/UI/UI_Default-Mask.mat +36 -0
- package/Resources/Shaders/UI/UI_Default-Mask.mat.meta +8 -0
- package/Resources/Shaders/UI.meta +8 -0
- package/Resources/Shaders.meta +8 -0
- package/Runtime/Internal/Events/XDGEventBus.cs +135 -13
- package/Runtime/Internal/Standalone/Http/Interceptor/MacAuthenticationInterceptor.cs +4 -4
- package/Runtime/Internal/Standalone/Track/AliyunTrack.cs +36 -29
- package/Runtime/Internal/Standalone/UI/Base/UIManager.cs +1 -1
- package/Runtime/Internal/Standalone/UI/Base/XDGCommonUIResources.cs +107 -0
- package/Runtime/Internal/Standalone/UI/Base/XDGCommonUIResources.cs.meta +11 -0
- package/Runtime/Internal/Standalone/Web/Function/CloseWebFunction.cs +10 -1
- package/Runtime/Internal/Standalone/Web/WebRequest.cs +1 -1
- package/package.json +2 -2
- package/Plugins/Android/libs/XDGCommon_7.1.2.aar +0 -0
- /package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar.meta → XDGBridgeCommon_v7_7.2.0.aar.meta} +0 -0
- /package/Plugins/Android/libs/{XDGCommon_7.1.2.aar.meta → XDGCommon_7.2.0.aar.meta} +0 -0
- /package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar.meta → XDGTapTapWrapperInternal_7.2.0.aar.meta} +0 -0
- /package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar.meta → XDTapTapWrapper_7.2.0.aar.meta} +0 -0
|
@@ -29,9 +29,9 @@ RectTransform:
|
|
|
29
29
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
30
30
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
31
31
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
32
|
+
m_ConstrainProportionsScale: 0
|
|
32
33
|
m_Children: []
|
|
33
34
|
m_Father: {fileID: 7449323878916527366}
|
|
34
|
-
m_RootOrder: 0
|
|
35
35
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
36
36
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
37
37
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -58,9 +58,10 @@ MonoBehaviour:
|
|
|
58
58
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
59
59
|
m_Name:
|
|
60
60
|
m_EditorClassIdentifier:
|
|
61
|
-
m_Material: {fileID:
|
|
61
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
62
62
|
m_Color: {r: 0.4, g: 0.4, b: 0.4, a: 1}
|
|
63
63
|
m_RaycastTarget: 1
|
|
64
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
64
65
|
m_Maskable: 1
|
|
65
66
|
m_OnCullStateChanged:
|
|
66
67
|
m_PersistentCalls:
|
|
@@ -93,6 +94,7 @@ MonoBehaviour:
|
|
|
93
94
|
m_EditorClassIdentifier:
|
|
94
95
|
m_Navigation:
|
|
95
96
|
m_Mode: 3
|
|
97
|
+
m_WrapAround: 0
|
|
96
98
|
m_SelectOnUp: {fileID: 0}
|
|
97
99
|
m_SelectOnDown: {fileID: 0}
|
|
98
100
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -150,9 +152,9 @@ RectTransform:
|
|
|
150
152
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
151
153
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
152
154
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
155
|
+
m_ConstrainProportionsScale: 0
|
|
153
156
|
m_Children: []
|
|
154
157
|
m_Father: {fileID: 1075250629400738201}
|
|
155
|
-
m_RootOrder: 0
|
|
156
158
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
157
159
|
m_AnchorMin: {x: 0, y: 0}
|
|
158
160
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -179,9 +181,10 @@ MonoBehaviour:
|
|
|
179
181
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
180
182
|
m_Name:
|
|
181
183
|
m_EditorClassIdentifier:
|
|
182
|
-
m_Material: {fileID:
|
|
184
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
183
185
|
m_Color: {r: 0.7490196, g: 0.7490196, b: 0.7490196, a: 1}
|
|
184
186
|
m_RaycastTarget: 1
|
|
187
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
185
188
|
m_Maskable: 1
|
|
186
189
|
m_OnCullStateChanged:
|
|
187
190
|
m_PersistentCalls:
|
|
@@ -228,9 +231,9 @@ RectTransform:
|
|
|
228
231
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
229
232
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
230
233
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
234
|
+
m_ConstrainProportionsScale: 0
|
|
231
235
|
m_Children: []
|
|
232
236
|
m_Father: {fileID: 720024215126133561}
|
|
233
|
-
m_RootOrder: 0
|
|
234
237
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
235
238
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
236
239
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -257,9 +260,10 @@ MonoBehaviour:
|
|
|
257
260
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
258
261
|
m_Name:
|
|
259
262
|
m_EditorClassIdentifier:
|
|
260
|
-
m_Material: {fileID:
|
|
263
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
261
264
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
262
265
|
m_RaycastTarget: 1
|
|
266
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
263
267
|
m_Maskable: 1
|
|
264
268
|
m_OnCullStateChanged:
|
|
265
269
|
m_PersistentCalls:
|
|
@@ -306,9 +310,9 @@ RectTransform:
|
|
|
306
310
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
307
311
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
308
312
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
313
|
+
m_ConstrainProportionsScale: 0
|
|
309
314
|
m_Children: []
|
|
310
315
|
m_Father: {fileID: 1075250629400738201}
|
|
311
|
-
m_RootOrder: 1
|
|
312
316
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
313
317
|
m_AnchorMin: {x: 0, y: 0}
|
|
314
318
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -335,9 +339,10 @@ MonoBehaviour:
|
|
|
335
339
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
336
340
|
m_Name:
|
|
337
341
|
m_EditorClassIdentifier:
|
|
338
|
-
m_Material: {fileID:
|
|
342
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
339
343
|
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
340
344
|
m_RaycastTarget: 1
|
|
345
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
341
346
|
m_Maskable: 1
|
|
342
347
|
m_OnCullStateChanged:
|
|
343
348
|
m_PersistentCalls:
|
|
@@ -384,9 +389,9 @@ RectTransform:
|
|
|
384
389
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
385
390
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
386
391
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
392
|
+
m_ConstrainProportionsScale: 0
|
|
387
393
|
m_Children: []
|
|
388
394
|
m_Father: {fileID: 7449323878916527366}
|
|
389
|
-
m_RootOrder: 1
|
|
390
395
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
391
396
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
392
397
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -413,9 +418,10 @@ MonoBehaviour:
|
|
|
413
418
|
m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, type: 3}
|
|
414
419
|
m_Name:
|
|
415
420
|
m_EditorClassIdentifier:
|
|
416
|
-
m_Material: {fileID:
|
|
421
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
417
422
|
m_Color: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
418
423
|
m_RaycastTarget: 1
|
|
424
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
419
425
|
m_Maskable: 1
|
|
420
426
|
m_OnCullStateChanged:
|
|
421
427
|
m_PersistentCalls:
|
|
@@ -455,9 +461,9 @@ RectTransform:
|
|
|
455
461
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
456
462
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
457
463
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
464
|
+
m_ConstrainProportionsScale: 0
|
|
458
465
|
m_Children: []
|
|
459
466
|
m_Father: {fileID: 4758066801170060837}
|
|
460
|
-
m_RootOrder: 1
|
|
461
467
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
462
468
|
m_AnchorMin: {x: 1, y: 0.5}
|
|
463
469
|
m_AnchorMax: {x: 1, y: 0.5}
|
|
@@ -484,9 +490,10 @@ MonoBehaviour:
|
|
|
484
490
|
m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, type: 3}
|
|
485
491
|
m_Name:
|
|
486
492
|
m_EditorClassIdentifier:
|
|
487
|
-
m_Material: {fileID:
|
|
493
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
488
494
|
m_Color: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
489
495
|
m_RaycastTarget: 1
|
|
496
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
490
497
|
m_Maskable: 1
|
|
491
498
|
m_OnCullStateChanged:
|
|
492
499
|
m_PersistentCalls:
|
|
@@ -526,9 +533,9 @@ RectTransform:
|
|
|
526
533
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
527
534
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
528
535
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
536
|
+
m_ConstrainProportionsScale: 0
|
|
529
537
|
m_Children: []
|
|
530
538
|
m_Father: {fileID: 4758066801170060837}
|
|
531
|
-
m_RootOrder: 3
|
|
532
539
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
533
540
|
m_AnchorMin: {x: 0, y: 1}
|
|
534
541
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -555,9 +562,10 @@ MonoBehaviour:
|
|
|
555
562
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
556
563
|
m_Name:
|
|
557
564
|
m_EditorClassIdentifier:
|
|
558
|
-
m_Material: {fileID:
|
|
565
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
559
566
|
m_Color: {r: 0.9647059, g: 0.29803923, b: 0.29803923, a: 1}
|
|
560
567
|
m_RaycastTarget: 1
|
|
568
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
561
569
|
m_Maskable: 1
|
|
562
570
|
m_OnCullStateChanged:
|
|
563
571
|
m_PersistentCalls:
|
|
@@ -604,13 +612,13 @@ RectTransform:
|
|
|
604
612
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
605
613
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
606
614
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
615
|
+
m_ConstrainProportionsScale: 0
|
|
607
616
|
m_Children:
|
|
608
617
|
- {fileID: 1075250629400738201}
|
|
609
618
|
- {fileID: 5612824589684719816}
|
|
610
619
|
- {fileID: 2689422909935002207}
|
|
611
620
|
- {fileID: 307698343128932062}
|
|
612
621
|
m_Father: {fileID: 5018397771723610370}
|
|
613
|
-
m_RootOrder: 3
|
|
614
622
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
615
623
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
616
624
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -637,9 +645,10 @@ MonoBehaviour:
|
|
|
637
645
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
638
646
|
m_Name:
|
|
639
647
|
m_EditorClassIdentifier:
|
|
640
|
-
m_Material: {fileID:
|
|
648
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
641
649
|
m_Color: {r: 0.8509804, g: 0.8509804, b: 0.8509804, a: 1}
|
|
642
650
|
m_RaycastTarget: 1
|
|
651
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
643
652
|
m_Maskable: 1
|
|
644
653
|
m_OnCullStateChanged:
|
|
645
654
|
m_PersistentCalls:
|
|
@@ -682,9 +691,9 @@ RectTransform:
|
|
|
682
691
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
683
692
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
684
693
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
694
|
+
m_ConstrainProportionsScale: 0
|
|
685
695
|
m_Children: []
|
|
686
696
|
m_Father: {fileID: 4627950731712415376}
|
|
687
|
-
m_RootOrder: 1
|
|
688
697
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
689
698
|
m_AnchorMin: {x: 0, y: 0}
|
|
690
699
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -711,9 +720,10 @@ MonoBehaviour:
|
|
|
711
720
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
712
721
|
m_Name:
|
|
713
722
|
m_EditorClassIdentifier:
|
|
714
|
-
m_Material: {fileID:
|
|
723
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
715
724
|
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
716
725
|
m_RaycastTarget: 1
|
|
726
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
717
727
|
m_Maskable: 1
|
|
718
728
|
m_OnCullStateChanged:
|
|
719
729
|
m_PersistentCalls:
|
|
@@ -761,10 +771,10 @@ RectTransform:
|
|
|
761
771
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
762
772
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
763
773
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
774
|
+
m_ConstrainProportionsScale: 0
|
|
764
775
|
m_Children:
|
|
765
776
|
- {fileID: 8067546415886852786}
|
|
766
777
|
m_Father: {fileID: 5018397771723610370}
|
|
767
|
-
m_RootOrder: 4
|
|
768
778
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
769
779
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
770
780
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -791,9 +801,10 @@ MonoBehaviour:
|
|
|
791
801
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
792
802
|
m_Name:
|
|
793
803
|
m_EditorClassIdentifier:
|
|
794
|
-
m_Material: {fileID:
|
|
804
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
795
805
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
796
806
|
m_RaycastTarget: 1
|
|
807
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
797
808
|
m_Maskable: 1
|
|
798
809
|
m_OnCullStateChanged:
|
|
799
810
|
m_PersistentCalls:
|
|
@@ -822,6 +833,7 @@ MonoBehaviour:
|
|
|
822
833
|
m_EditorClassIdentifier:
|
|
823
834
|
m_Navigation:
|
|
824
835
|
m_Mode: 3
|
|
836
|
+
m_WrapAround: 0
|
|
825
837
|
m_SelectOnUp: {fileID: 0}
|
|
826
838
|
m_SelectOnDown: {fileID: 0}
|
|
827
839
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -879,11 +891,11 @@ RectTransform:
|
|
|
879
891
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
880
892
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
881
893
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
894
|
+
m_ConstrainProportionsScale: 0
|
|
882
895
|
m_Children:
|
|
883
896
|
- {fileID: 4627950731712415376}
|
|
884
897
|
- {fileID: 2042992510964801540}
|
|
885
898
|
m_Father: {fileID: 5018397771723610370}
|
|
886
|
-
m_RootOrder: 2
|
|
887
899
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
888
900
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
889
901
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -910,9 +922,10 @@ MonoBehaviour:
|
|
|
910
922
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
911
923
|
m_Name:
|
|
912
924
|
m_EditorClassIdentifier:
|
|
913
|
-
m_Material: {fileID:
|
|
925
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
914
926
|
m_Color: {r: 0.8509804, g: 0.8509804, b: 0.8509804, a: 1}
|
|
915
927
|
m_RaycastTarget: 1
|
|
928
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
916
929
|
m_Maskable: 1
|
|
917
930
|
m_OnCullStateChanged:
|
|
918
931
|
m_PersistentCalls:
|
|
@@ -956,9 +969,9 @@ RectTransform:
|
|
|
956
969
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
957
970
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
958
971
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
972
|
+
m_ConstrainProportionsScale: 0
|
|
959
973
|
m_Children: []
|
|
960
974
|
m_Father: {fileID: 5018397771723610370}
|
|
961
|
-
m_RootOrder: 0
|
|
962
975
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
963
976
|
m_AnchorMin: {x: 1, y: 1}
|
|
964
977
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -985,9 +998,10 @@ MonoBehaviour:
|
|
|
985
998
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
986
999
|
m_Name:
|
|
987
1000
|
m_EditorClassIdentifier:
|
|
988
|
-
m_Material: {fileID:
|
|
1001
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
989
1002
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
990
1003
|
m_RaycastTarget: 1
|
|
1004
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
991
1005
|
m_Maskable: 1
|
|
992
1006
|
m_OnCullStateChanged:
|
|
993
1007
|
m_PersistentCalls:
|
|
@@ -1016,6 +1030,7 @@ MonoBehaviour:
|
|
|
1016
1030
|
m_EditorClassIdentifier:
|
|
1017
1031
|
m_Navigation:
|
|
1018
1032
|
m_Mode: 3
|
|
1033
|
+
m_WrapAround: 0
|
|
1019
1034
|
m_SelectOnUp: {fileID: 0}
|
|
1020
1035
|
m_SelectOnDown: {fileID: 0}
|
|
1021
1036
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -1073,9 +1088,9 @@ RectTransform:
|
|
|
1073
1088
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1074
1089
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1075
1090
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1091
|
+
m_ConstrainProportionsScale: 0
|
|
1076
1092
|
m_Children: []
|
|
1077
1093
|
m_Father: {fileID: 639651558060255743}
|
|
1078
|
-
m_RootOrder: 0
|
|
1079
1094
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1080
1095
|
m_AnchorMin: {x: 0, y: 0}
|
|
1081
1096
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -1102,9 +1117,10 @@ MonoBehaviour:
|
|
|
1102
1117
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1103
1118
|
m_Name:
|
|
1104
1119
|
m_EditorClassIdentifier:
|
|
1105
|
-
m_Material: {fileID:
|
|
1120
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1106
1121
|
m_Color: {r: 0, g: 0, b: 0, a: 0.23529412}
|
|
1107
1122
|
m_RaycastTarget: 1
|
|
1123
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1108
1124
|
m_Maskable: 1
|
|
1109
1125
|
m_OnCullStateChanged:
|
|
1110
1126
|
m_PersistentCalls:
|
|
@@ -1147,9 +1163,9 @@ RectTransform:
|
|
|
1147
1163
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1148
1164
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1149
1165
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1166
|
+
m_ConstrainProportionsScale: 0
|
|
1150
1167
|
m_Children: []
|
|
1151
1168
|
m_Father: {fileID: 5018397771723610370}
|
|
1152
|
-
m_RootOrder: 1
|
|
1153
1169
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1154
1170
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
1155
1171
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -1176,9 +1192,10 @@ MonoBehaviour:
|
|
|
1176
1192
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1177
1193
|
m_Name:
|
|
1178
1194
|
m_EditorClassIdentifier:
|
|
1179
|
-
m_Material: {fileID:
|
|
1195
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1180
1196
|
m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
|
|
1181
1197
|
m_RaycastTarget: 1
|
|
1198
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1182
1199
|
m_Maskable: 1
|
|
1183
1200
|
m_OnCullStateChanged:
|
|
1184
1201
|
m_PersistentCalls:
|
|
@@ -1227,9 +1244,9 @@ RectTransform:
|
|
|
1227
1244
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1228
1245
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1229
1246
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1247
|
+
m_ConstrainProportionsScale: 0
|
|
1230
1248
|
m_Children: []
|
|
1231
1249
|
m_Father: {fileID: 4627950731712415376}
|
|
1232
|
-
m_RootOrder: 0
|
|
1233
1250
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1234
1251
|
m_AnchorMin: {x: 0, y: 0}
|
|
1235
1252
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -1256,9 +1273,10 @@ MonoBehaviour:
|
|
|
1256
1273
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1257
1274
|
m_Name:
|
|
1258
1275
|
m_EditorClassIdentifier:
|
|
1259
|
-
m_Material: {fileID:
|
|
1276
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1260
1277
|
m_Color: {r: 0.7490196, g: 0.7490196, b: 0.7490196, a: 1}
|
|
1261
1278
|
m_RaycastTarget: 1
|
|
1279
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1262
1280
|
m_Maskable: 1
|
|
1263
1281
|
m_OnCullStateChanged:
|
|
1264
1282
|
m_PersistentCalls:
|
|
@@ -1306,11 +1324,11 @@ RectTransform:
|
|
|
1306
1324
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1307
1325
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1308
1326
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1327
|
+
m_ConstrainProportionsScale: 0
|
|
1309
1328
|
m_Children:
|
|
1310
1329
|
- {fileID: 5540777692444829884}
|
|
1311
1330
|
- {fileID: 7676872848961478182}
|
|
1312
1331
|
m_Father: {fileID: 4758066801170060837}
|
|
1313
|
-
m_RootOrder: 0
|
|
1314
1332
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1315
1333
|
m_AnchorMin: {x: 1, y: 0.5}
|
|
1316
1334
|
m_AnchorMax: {x: 1, y: 0.5}
|
|
@@ -1339,6 +1357,7 @@ MonoBehaviour:
|
|
|
1339
1357
|
m_EditorClassIdentifier:
|
|
1340
1358
|
m_Navigation:
|
|
1341
1359
|
m_Mode: 3
|
|
1360
|
+
m_WrapAround: 0
|
|
1342
1361
|
m_SelectOnUp: {fileID: 0}
|
|
1343
1362
|
m_SelectOnDown: {fileID: 0}
|
|
1344
1363
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -1370,12 +1389,15 @@ MonoBehaviour:
|
|
|
1370
1389
|
m_ContentType: 2
|
|
1371
1390
|
m_InputType: 0
|
|
1372
1391
|
m_AsteriskChar: 42
|
|
1373
|
-
m_KeyboardType:
|
|
1392
|
+
m_KeyboardType: 2
|
|
1374
1393
|
m_LineType: 0
|
|
1375
1394
|
m_HideMobileInput: 0
|
|
1376
1395
|
m_CharacterValidation: 1
|
|
1377
1396
|
m_CharacterLimit: 0
|
|
1378
|
-
|
|
1397
|
+
m_OnSubmit:
|
|
1398
|
+
m_PersistentCalls:
|
|
1399
|
+
m_Calls: []
|
|
1400
|
+
m_OnDidEndEdit:
|
|
1379
1401
|
m_PersistentCalls:
|
|
1380
1402
|
m_Calls: []
|
|
1381
1403
|
m_OnValueChanged:
|
|
@@ -1431,9 +1453,9 @@ RectTransform:
|
|
|
1431
1453
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1432
1454
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1433
1455
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1456
|
+
m_ConstrainProportionsScale: 0
|
|
1434
1457
|
m_Children: []
|
|
1435
1458
|
m_Father: {fileID: 4758066801170060837}
|
|
1436
|
-
m_RootOrder: 2
|
|
1437
1459
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1438
1460
|
m_AnchorMin: {x: 1, y: 0.5}
|
|
1439
1461
|
m_AnchorMax: {x: 1, y: 0.5}
|
|
@@ -1460,9 +1482,10 @@ MonoBehaviour:
|
|
|
1460
1482
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1461
1483
|
m_Name:
|
|
1462
1484
|
m_EditorClassIdentifier:
|
|
1463
|
-
m_Material: {fileID:
|
|
1485
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1464
1486
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1465
1487
|
m_RaycastTarget: 1
|
|
1488
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1466
1489
|
m_Maskable: 1
|
|
1467
1490
|
m_OnCullStateChanged:
|
|
1468
1491
|
m_PersistentCalls:
|
|
@@ -1495,6 +1518,7 @@ MonoBehaviour:
|
|
|
1495
1518
|
m_EditorClassIdentifier:
|
|
1496
1519
|
m_Navigation:
|
|
1497
1520
|
m_Mode: 3
|
|
1521
|
+
m_WrapAround: 0
|
|
1498
1522
|
m_SelectOnUp: {fileID: 0}
|
|
1499
1523
|
m_SelectOnDown: {fileID: 0}
|
|
1500
1524
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -1553,12 +1577,12 @@ RectTransform:
|
|
|
1553
1577
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1554
1578
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1555
1579
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1580
|
+
m_ConstrainProportionsScale: 0
|
|
1556
1581
|
m_Children:
|
|
1557
1582
|
- {fileID: 9134993221823760649}
|
|
1558
1583
|
- {fileID: 7294807780124224622}
|
|
1559
1584
|
- {fileID: 1306277433535585128}
|
|
1560
1585
|
m_Father: {fileID: 6896427038639248526}
|
|
1561
|
-
m_RootOrder: 0
|
|
1562
1586
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1563
1587
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1564
1588
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -1587,6 +1611,7 @@ MonoBehaviour:
|
|
|
1587
1611
|
m_EditorClassIdentifier:
|
|
1588
1612
|
m_Navigation:
|
|
1589
1613
|
m_Mode: 3
|
|
1614
|
+
m_WrapAround: 0
|
|
1590
1615
|
m_SelectOnUp: {fileID: 0}
|
|
1591
1616
|
m_SelectOnDown: {fileID: 0}
|
|
1592
1617
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -1623,7 +1648,10 @@ MonoBehaviour:
|
|
|
1623
1648
|
m_HideMobileInput: 0
|
|
1624
1649
|
m_CharacterValidation: 0
|
|
1625
1650
|
m_CharacterLimit: 0
|
|
1626
|
-
|
|
1651
|
+
m_OnSubmit:
|
|
1652
|
+
m_PersistentCalls:
|
|
1653
|
+
m_Calls: []
|
|
1654
|
+
m_OnDidEndEdit:
|
|
1627
1655
|
m_PersistentCalls:
|
|
1628
1656
|
m_Calls: []
|
|
1629
1657
|
m_OnValueChanged:
|
|
@@ -1678,6 +1706,7 @@ RectTransform:
|
|
|
1678
1706
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1679
1707
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1680
1708
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1709
|
+
m_ConstrainProportionsScale: 0
|
|
1681
1710
|
m_Children:
|
|
1682
1711
|
- {fileID: 1954624523670969163}
|
|
1683
1712
|
- {fileID: 7926448663259676008}
|
|
@@ -1687,7 +1716,6 @@ RectTransform:
|
|
|
1687
1716
|
- {fileID: 7449323878916527366}
|
|
1688
1717
|
- {fileID: 9192804957643402083}
|
|
1689
1718
|
m_Father: {fileID: 639651558060255743}
|
|
1690
|
-
m_RootOrder: 1
|
|
1691
1719
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1692
1720
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1693
1721
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -1714,9 +1742,10 @@ MonoBehaviour:
|
|
|
1714
1742
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1715
1743
|
m_Name:
|
|
1716
1744
|
m_EditorClassIdentifier:
|
|
1717
|
-
m_Material: {fileID:
|
|
1745
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1718
1746
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1719
1747
|
m_RaycastTarget: 1
|
|
1748
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1720
1749
|
m_Maskable: 1
|
|
1721
1750
|
m_OnCullStateChanged:
|
|
1722
1751
|
m_PersistentCalls:
|
|
@@ -1759,9 +1788,9 @@ RectTransform:
|
|
|
1759
1788
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1760
1789
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1761
1790
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1791
|
+
m_ConstrainProportionsScale: 0
|
|
1762
1792
|
m_Children: []
|
|
1763
1793
|
m_Father: {fileID: 6896427038639248526}
|
|
1764
|
-
m_RootOrder: 1
|
|
1765
1794
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1766
1795
|
m_AnchorMin: {x: 0, y: 1}
|
|
1767
1796
|
m_AnchorMax: {x: 0, y: 1}
|
|
@@ -1788,9 +1817,10 @@ MonoBehaviour:
|
|
|
1788
1817
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
1789
1818
|
m_Name:
|
|
1790
1819
|
m_EditorClassIdentifier:
|
|
1791
|
-
m_Material: {fileID:
|
|
1820
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1792
1821
|
m_Color: {r: 0.9647059, g: 0.29803923, b: 0.29803923, a: 1}
|
|
1793
1822
|
m_RaycastTarget: 1
|
|
1823
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1794
1824
|
m_Maskable: 1
|
|
1795
1825
|
m_OnCullStateChanged:
|
|
1796
1826
|
m_PersistentCalls:
|
|
@@ -1838,9 +1868,9 @@ RectTransform:
|
|
|
1838
1868
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1839
1869
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1840
1870
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1871
|
+
m_ConstrainProportionsScale: 0
|
|
1841
1872
|
m_Children: []
|
|
1842
1873
|
m_Father: {fileID: 4627950731712415376}
|
|
1843
|
-
m_RootOrder: 2
|
|
1844
1874
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1845
1875
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1846
1876
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -1867,9 +1897,10 @@ MonoBehaviour:
|
|
|
1867
1897
|
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1868
1898
|
m_Name:
|
|
1869
1899
|
m_EditorClassIdentifier:
|
|
1870
|
-
m_Material: {fileID:
|
|
1900
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
1871
1901
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1872
1902
|
m_RaycastTarget: 1
|
|
1903
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1873
1904
|
m_Maskable: 1
|
|
1874
1905
|
m_OnCullStateChanged:
|
|
1875
1906
|
m_PersistentCalls:
|
|
@@ -1898,6 +1929,7 @@ MonoBehaviour:
|
|
|
1898
1929
|
m_EditorClassIdentifier:
|
|
1899
1930
|
m_Navigation:
|
|
1900
1931
|
m_Mode: 3
|
|
1932
|
+
m_WrapAround: 0
|
|
1901
1933
|
m_SelectOnUp: {fileID: 0}
|
|
1902
1934
|
m_SelectOnDown: {fileID: 0}
|
|
1903
1935
|
m_SelectOnLeft: {fileID: 0}
|
|
@@ -1953,11 +1985,11 @@ RectTransform:
|
|
|
1953
1985
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1954
1986
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1955
1987
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1988
|
+
m_ConstrainProportionsScale: 0
|
|
1956
1989
|
m_Children:
|
|
1957
1990
|
- {fileID: 1122624791655884368}
|
|
1958
1991
|
- {fileID: 5018397771723610370}
|
|
1959
1992
|
m_Father: {fileID: 0}
|
|
1960
|
-
m_RootOrder: 0
|
|
1961
1993
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1962
1994
|
m_AnchorMin: {x: 0, y: 0}
|
|
1963
1995
|
m_AnchorMax: {x: 1, y: 1}
|
|
@@ -1992,9 +2024,9 @@ RectTransform:
|
|
|
1992
2024
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1993
2025
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1994
2026
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2027
|
+
m_ConstrainProportionsScale: 0
|
|
1995
2028
|
m_Children: []
|
|
1996
2029
|
m_Father: {fileID: 5018397771723610370}
|
|
1997
|
-
m_RootOrder: 6
|
|
1998
2030
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1999
2031
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
2000
2032
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -2021,9 +2053,10 @@ MonoBehaviour:
|
|
|
2021
2053
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
2022
2054
|
m_Name:
|
|
2023
2055
|
m_EditorClassIdentifier:
|
|
2024
|
-
m_Material: {fileID:
|
|
2056
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
2025
2057
|
m_Color: {r: 0.324, g: 0.324, b: 0.324, a: 1}
|
|
2026
2058
|
m_RaycastTarget: 1
|
|
2059
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
2027
2060
|
m_Maskable: 1
|
|
2028
2061
|
m_OnCullStateChanged:
|
|
2029
2062
|
m_PersistentCalls:
|
|
@@ -2069,12 +2102,12 @@ RectTransform:
|
|
|
2069
2102
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
2070
2103
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2071
2104
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2105
|
+
m_ConstrainProportionsScale: 0
|
|
2072
2106
|
m_Children:
|
|
2073
2107
|
- {fileID: 1850485563859254054}
|
|
2074
2108
|
- {fileID: 1387167017953546121}
|
|
2075
2109
|
- {fileID: 7923667831003162784}
|
|
2076
2110
|
m_Father: {fileID: 5018397771723610370}
|
|
2077
|
-
m_RootOrder: 5
|
|
2078
2111
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2079
2112
|
m_AnchorMin: {x: 0.5, y: 1}
|
|
2080
2113
|
m_AnchorMax: {x: 0.5, y: 1}
|
|
@@ -2118,9 +2151,9 @@ RectTransform:
|
|
|
2118
2151
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
2119
2152
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
2120
2153
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
2154
|
+
m_ConstrainProportionsScale: 0
|
|
2121
2155
|
m_Children: []
|
|
2122
2156
|
m_Father: {fileID: 7449323878916527366}
|
|
2123
|
-
m_RootOrder: 2
|
|
2124
2157
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
2125
2158
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
2126
2159
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -2147,9 +2180,10 @@ MonoBehaviour:
|
|
|
2147
2180
|
m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
|
|
2148
2181
|
m_Name:
|
|
2149
2182
|
m_EditorClassIdentifier:
|
|
2150
|
-
m_Material: {fileID:
|
|
2183
|
+
m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
|
|
2151
2184
|
m_Color: {r: 0.4, g: 0.4, b: 0.4, a: 1}
|
|
2152
2185
|
m_RaycastTarget: 1
|
|
2186
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
2153
2187
|
m_Maskable: 1
|
|
2154
2188
|
m_OnCullStateChanged:
|
|
2155
2189
|
m_PersistentCalls:
|
|
@@ -2182,6 +2216,7 @@ MonoBehaviour:
|
|
|
2182
2216
|
m_EditorClassIdentifier:
|
|
2183
2217
|
m_Navigation:
|
|
2184
2218
|
m_Mode: 3
|
|
2219
|
+
m_WrapAround: 0
|
|
2185
2220
|
m_SelectOnUp: {fileID: 0}
|
|
2186
2221
|
m_SelectOnDown: {fileID: 0}
|
|
2187
2222
|
m_SelectOnLeft: {fileID: 0}
|