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.
Files changed (84) hide show
  1. package/Editor/XD.SDK.Common.Editor.asmdef +2 -1
  2. package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar → XDGBridgeCommon_v7_7.2.0.aar} +0 -0
  3. package/Plugins/Android/libs/XDGCommon_7.2.0.aar +0 -0
  4. package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar → XDGTapTapWrapperInternal_7.2.0.aar} +0 -0
  5. package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar → XDTapTapWrapper_7.2.0.aar} +0 -0
  6. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_chat.png.meta +7 -0
  7. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_invite.png.meta +7 -0
  8. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_unfollow.png.meta +7 -0
  9. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark.meta +8 -0
  10. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_chat.png.meta +7 -0
  11. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_invite.png.meta +7 -0
  12. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_unfollow.png.meta +7 -0
  13. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light.meta +8 -0
  14. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement.png.meta +7 -0
  15. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement_platinum.png.meta +7 -0
  16. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_arrow.png.meta +7 -0
  17. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_close.png.meta +7 -0
  18. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_default_background.png.meta +7 -0
  19. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_logo.png.meta +7 -0
  20. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile.meta +8 -0
  21. package/Plugins/iOS/XDCommonSDK.framework/Headers/NSError+XDG.h +1 -0
  22. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalRouterSchemes.h +2 -0
  23. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCloudLogHelper.h +4 -0
  24. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDTapTapInfo.h +3 -0
  25. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +3 -3
  26. package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
  27. package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
  28. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK-Swift.h +1 -1
  29. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK.h +3 -3
  30. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Info.plist +0 -0
  31. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  32. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  33. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftmodule +0 -0
  34. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/XDTapSDK4WrapperSDK +0 -0
  35. package/Resources/Prefabs/AccountCell.prefab +24 -15
  36. package/Resources/Prefabs/AgreementOptionAll.prefab +15 -9
  37. package/Resources/Prefabs/AgreementOptionNormal.prefab +16 -10
  38. package/Resources/Prefabs/AreaCodeCell.prefab +13 -8
  39. package/Resources/Prefabs/CancelAccountAlert.prefab +23 -23
  40. package/Resources/Prefabs/CenterErrorView.prefab +8 -8
  41. package/Resources/Prefabs/ConfirmDialog.prefab +20 -20
  42. package/Resources/Prefabs/DeleteAccountAlert.prefab +48 -45
  43. package/Resources/Prefabs/DeleteCell.prefab +6 -6
  44. package/Resources/Prefabs/Dialog.prefab +24 -24
  45. package/Resources/Prefabs/DisagreeConfirmAlert.prefab +15 -15
  46. package/Resources/Prefabs/GeneralAgreementAlert.prefab +53 -31
  47. package/Resources/Prefabs/LoadFailedView.prefab +12 -12
  48. package/Resources/Prefabs/LoadingView.prefab +9 -6
  49. package/Resources/Prefabs/PayHintAlert.prefab +17 -15
  50. package/Resources/Prefabs/PayLoadFailedView.prefab +13 -13
  51. package/Resources/Prefabs/PaymentAlert.prefab +9 -5
  52. package/Resources/Prefabs/SmallLoadingView.prefab +4 -4
  53. package/Resources/Prefabs/UserCenterAlert.prefab +76 -46
  54. package/Resources/Prefabs/XDCodeUnbindAlert.prefab +56 -34
  55. package/Resources/Prefabs/XDEmailAlert.prefab +84 -49
  56. package/Resources/Prefabs/XDPhoneAlertIO.prefab +129 -65
  57. package/Resources/Prefabs/XDPhoneNumberInputAlert.prefab +46 -28
  58. package/Resources/Prefabs/XDRiskControlAlert.prefab +12 -7
  59. package/Resources/Prefabs/XDSDKUI.prefab +3 -3
  60. package/Resources/Prefabs/XDVerifyCodeInputAlert.prefab +47 -28
  61. package/Resources/Prefabs/XDWebBridgeView.prefab +11 -11
  62. package/Resources/Prefabs/XDWebViewAlert.prefab +10 -10
  63. package/Resources/Shaders/UI/UI-Default-Gamma.shader +129 -0
  64. package/Resources/Shaders/UI/UI-Default-Gamma.shader.meta +9 -0
  65. package/Resources/Shaders/UI/UI_Default-Gamma.mat +36 -0
  66. package/Resources/Shaders/UI/UI_Default-Gamma.mat.meta +8 -0
  67. package/Resources/Shaders/UI/UI_Default-Mask.mat +36 -0
  68. package/Resources/Shaders/UI/UI_Default-Mask.mat.meta +8 -0
  69. package/Resources/Shaders/UI.meta +8 -0
  70. package/Resources/Shaders.meta +8 -0
  71. package/Runtime/Internal/Events/XDGEventBus.cs +135 -13
  72. package/Runtime/Internal/Standalone/Http/Interceptor/MacAuthenticationInterceptor.cs +4 -4
  73. package/Runtime/Internal/Standalone/Track/AliyunTrack.cs +36 -29
  74. package/Runtime/Internal/Standalone/UI/Base/UIManager.cs +1 -1
  75. package/Runtime/Internal/Standalone/UI/Base/XDGCommonUIResources.cs +107 -0
  76. package/Runtime/Internal/Standalone/UI/Base/XDGCommonUIResources.cs.meta +11 -0
  77. package/Runtime/Internal/Standalone/Web/Function/CloseWebFunction.cs +10 -1
  78. package/Runtime/Internal/Standalone/Web/WebRequest.cs +1 -1
  79. package/package.json +2 -2
  80. package/Plugins/Android/libs/XDGCommon_7.1.2.aar +0 -0
  81. /package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar.meta → XDGBridgeCommon_v7_7.2.0.aar.meta} +0 -0
  82. /package/Plugins/Android/libs/{XDGCommon_7.1.2.aar.meta → XDGCommon_7.2.0.aar.meta} +0 -0
  83. /package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar.meta → XDGTapTapWrapperInternal_7.2.0.aar.meta} +0 -0
  84. /package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar.meta → XDTapTapWrapper_7.2.0.aar.meta} +0 -0
@@ -28,10 +28,10 @@ RectTransform:
28
28
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
29
29
  m_LocalPosition: {x: 0, y: 0, z: 0}
30
30
  m_LocalScale: {x: 1, y: 1, z: 1}
31
+ m_ConstrainProportionsScale: 0
31
32
  m_Children:
32
33
  - {fileID: 2903978171640072238}
33
34
  m_Father: {fileID: 7687275915716593804}
34
- m_RootOrder: 0
35
35
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
36
36
  m_AnchorMin: {x: 0, y: 0}
37
37
  m_AnchorMax: {x: 0, y: 0}
@@ -58,9 +58,10 @@ MonoBehaviour:
58
58
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
59
59
  m_Name:
60
60
  m_EditorClassIdentifier:
61
- m_Material: {fileID: 0}
61
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
62
62
  m_Color: {r: 0, g: 0, b: 0, a: 0.007843138}
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:
@@ -103,9 +104,9 @@ RectTransform:
103
104
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
104
105
  m_LocalPosition: {x: 0, y: 0, z: -0.49836373}
105
106
  m_LocalScale: {x: 1, y: 1, z: 1}
107
+ m_ConstrainProportionsScale: 0
106
108
  m_Children: []
107
109
  m_Father: {fileID: 2616325011676453732}
108
- m_RootOrder: 0
109
110
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
110
111
  m_AnchorMin: {x: 0, y: 0}
111
112
  m_AnchorMax: {x: 0, y: 0}
@@ -132,9 +133,10 @@ MonoBehaviour:
132
133
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
133
134
  m_Name:
134
135
  m_EditorClassIdentifier:
135
- m_Material: {fileID: 0}
136
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
136
137
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
137
138
  m_RaycastTarget: 1
139
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
138
140
  m_Maskable: 1
139
141
  m_OnCullStateChanged:
140
142
  m_PersistentCalls:
@@ -181,9 +183,9 @@ RectTransform:
181
183
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
182
184
  m_LocalPosition: {x: 0, y: 0, z: 0}
183
185
  m_LocalScale: {x: 1, y: 1, z: 1}
186
+ m_ConstrainProportionsScale: 0
184
187
  m_Children: []
185
188
  m_Father: {fileID: 8115389968904905495}
186
- m_RootOrder: 3
187
189
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
188
190
  m_AnchorMin: {x: 0, y: 0}
189
191
  m_AnchorMax: {x: 0, y: 0}
@@ -215,6 +217,7 @@ MonoBehaviour:
215
217
  m_ChildControlHeight: 0
216
218
  m_ChildScaleWidth: 0
217
219
  m_ChildScaleHeight: 0
220
+ m_ReverseArrangement: 0
218
221
  --- !u!114 &1751521658353737856
219
222
  MonoBehaviour:
220
223
  m_ObjectHideFlags: 0
@@ -257,12 +260,12 @@ RectTransform:
257
260
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
258
261
  m_LocalPosition: {x: 0, y: 0, z: 0}
259
262
  m_LocalScale: {x: 1, y: 1, z: 1}
263
+ m_ConstrainProportionsScale: 0
260
264
  m_Children:
261
265
  - {fileID: 8115389968904905495}
262
266
  - {fileID: 8452372724504873955}
263
267
  - {fileID: 293225258249577728}
264
268
  m_Father: {fileID: 0}
265
- m_RootOrder: 0
266
269
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
267
270
  m_AnchorMin: {x: 0.5, y: 0.5}
268
271
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -289,9 +292,10 @@ MonoBehaviour:
289
292
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
290
293
  m_Name:
291
294
  m_EditorClassIdentifier:
292
- m_Material: {fileID: 0}
295
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
293
296
  m_Color: {r: 1, g: 1, b: 1, a: 1}
294
297
  m_RaycastTarget: 1
298
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
295
299
  m_Maskable: 1
296
300
  m_OnCullStateChanged:
297
301
  m_PersistentCalls:
@@ -333,11 +337,11 @@ RectTransform:
333
337
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
334
338
  m_LocalPosition: {x: 0, y: 0, z: 0}
335
339
  m_LocalScale: {x: 1, y: 1, z: 1}
340
+ m_ConstrainProportionsScale: 0
336
341
  m_Children:
337
342
  - {fileID: 8694780148074137305}
338
343
  - {fileID: 6432720343969255467}
339
344
  m_Father: {fileID: 8115389968904905495}
340
- m_RootOrder: 1
341
345
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
342
346
  m_AnchorMin: {x: 0, y: 0}
343
347
  m_AnchorMax: {x: 0, y: 0}
@@ -369,6 +373,7 @@ MonoBehaviour:
369
373
  m_ChildControlHeight: 0
370
374
  m_ChildScaleWidth: 0
371
375
  m_ChildScaleHeight: 0
376
+ m_ReverseArrangement: 0
372
377
  --- !u!1 &2752777942448503639
373
378
  GameObject:
374
379
  m_ObjectHideFlags: 0
@@ -396,13 +401,13 @@ RectTransform:
396
401
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
397
402
  m_LocalPosition: {x: 0, y: 0, z: 0}
398
403
  m_LocalScale: {x: 1, y: 1, z: 1}
404
+ m_ConstrainProportionsScale: 0
399
405
  m_Children:
400
406
  - {fileID: 2616325011676453732}
401
407
  - {fileID: 7687275915716593804}
402
408
  - {fileID: 2570737365079803879}
403
409
  - {fileID: 7080274451263252381}
404
410
  m_Father: {fileID: 4090154949076137300}
405
- m_RootOrder: 0
406
411
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
407
412
  m_AnchorMin: {x: 0, y: 0}
408
413
  m_AnchorMax: {x: 1, y: 1}
@@ -434,6 +439,7 @@ MonoBehaviour:
434
439
  m_ChildControlHeight: 0
435
440
  m_ChildScaleWidth: 0
436
441
  m_ChildScaleHeight: 0
442
+ m_ReverseArrangement: 0
437
443
  --- !u!1 &2910383231220701720
438
444
  GameObject:
439
445
  m_ObjectHideFlags: 0
@@ -463,10 +469,10 @@ RectTransform:
463
469
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
464
470
  m_LocalPosition: {x: 0, y: 0, z: 0}
465
471
  m_LocalScale: {x: 1, y: 1, z: 1}
472
+ m_ConstrainProportionsScale: 0
466
473
  m_Children:
467
474
  - {fileID: 4290861051427416821}
468
475
  m_Father: {fileID: 8694780148074137305}
469
- m_RootOrder: 0
470
476
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
471
477
  m_AnchorMin: {x: 0, y: 0}
472
478
  m_AnchorMax: {x: 1, y: 1}
@@ -493,9 +499,10 @@ MonoBehaviour:
493
499
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
494
500
  m_Name:
495
501
  m_EditorClassIdentifier:
496
- m_Material: {fileID: 0}
502
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
497
503
  m_Color: {r: 1, g: 1, b: 1, a: 0.392}
498
504
  m_RaycastTarget: 1
505
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
499
506
  m_Maskable: 1
500
507
  m_OnCullStateChanged:
501
508
  m_PersistentCalls:
@@ -566,9 +573,9 @@ RectTransform:
566
573
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
567
574
  m_LocalPosition: {x: 0, y: 0, z: 0}
568
575
  m_LocalScale: {x: 1, y: 1, z: 1}
576
+ m_ConstrainProportionsScale: 0
569
577
  m_Children: []
570
578
  m_Father: {fileID: 2616325011676453732}
571
- m_RootOrder: 1
572
579
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
573
580
  m_AnchorMin: {x: 0, y: 0}
574
581
  m_AnchorMax: {x: 0, y: 0}
@@ -604,9 +611,9 @@ RectTransform:
604
611
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
605
612
  m_LocalPosition: {x: 0, y: 0, z: 0}
606
613
  m_LocalScale: {x: 1, y: 1, z: 1}
614
+ m_ConstrainProportionsScale: 0
607
615
  m_Children: []
608
616
  m_Father: {fileID: 4090154949076137300}
609
- m_RootOrder: 2
610
617
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
611
618
  m_AnchorMin: {x: 1, y: 0}
612
619
  m_AnchorMax: {x: 1, y: 0}
@@ -633,9 +640,10 @@ MonoBehaviour:
633
640
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
634
641
  m_Name:
635
642
  m_EditorClassIdentifier:
636
- m_Material: {fileID: 0}
643
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
637
644
  m_Color: {r: 1, g: 1, b: 1, a: 0}
638
645
  m_RaycastTarget: 1
646
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
639
647
  m_Maskable: 1
640
648
  m_OnCullStateChanged:
641
649
  m_PersistentCalls:
@@ -664,6 +672,7 @@ MonoBehaviour:
664
672
  m_EditorClassIdentifier:
665
673
  m_Navigation:
666
674
  m_Mode: 3
675
+ m_WrapAround: 0
667
676
  m_SelectOnUp: {fileID: 0}
668
677
  m_SelectOnDown: {fileID: 0}
669
678
  m_SelectOnLeft: {fileID: 0}
@@ -720,11 +729,11 @@ RectTransform:
720
729
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
721
730
  m_LocalPosition: {x: 0, y: 0, z: 0}
722
731
  m_LocalScale: {x: 1, y: 1, z: 1}
732
+ m_ConstrainProportionsScale: 0
723
733
  m_Children:
724
734
  - {fileID: 5126693093661308120}
725
735
  - {fileID: 7528535767530938995}
726
736
  m_Father: {fileID: 8115389968904905495}
727
- m_RootOrder: 0
728
737
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
729
738
  m_AnchorMin: {x: 0, y: 0}
730
739
  m_AnchorMax: {x: 0, y: 0}
@@ -756,6 +765,7 @@ MonoBehaviour:
756
765
  m_ChildControlHeight: 0
757
766
  m_ChildScaleWidth: 0
758
767
  m_ChildScaleHeight: 0
768
+ m_ReverseArrangement: 0
759
769
  --- !u!1 &4598209209905698439
760
770
  GameObject:
761
771
  m_ObjectHideFlags: 0
@@ -784,9 +794,9 @@ RectTransform:
784
794
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
785
795
  m_LocalPosition: {x: 0, y: 0, z: 0}
786
796
  m_LocalScale: {x: 1, y: 1, z: 1}
797
+ m_ConstrainProportionsScale: 0
787
798
  m_Children: []
788
799
  m_Father: {fileID: 4290861051427416821}
789
- m_RootOrder: 0
790
800
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
791
801
  m_AnchorMin: {x: 0.5, y: 0.5}
792
802
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -813,9 +823,10 @@ MonoBehaviour:
813
823
  m_Script: {fileID: 11500000, guid: 80464df7c21c4cd098e5458346dff141, type: 3}
814
824
  m_Name:
815
825
  m_EditorClassIdentifier:
816
- m_Material: {fileID: 0}
826
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
817
827
  m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
818
828
  m_RaycastTarget: 1
829
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
819
830
  m_Maskable: 1
820
831
  m_OnCullStateChanged:
821
832
  m_PersistentCalls:
@@ -866,11 +877,11 @@ RectTransform:
866
877
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
867
878
  m_LocalPosition: {x: 0, y: 0, z: 0}
868
879
  m_LocalScale: {x: 1, y: 1, z: 1}
880
+ m_ConstrainProportionsScale: 0
869
881
  m_Children:
870
882
  - {fileID: 5441571098747670849}
871
883
  - {fileID: 1211980356455560927}
872
884
  m_Father: {fileID: 4090154949076137300}
873
- m_RootOrder: 1
874
885
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
875
886
  m_AnchorMin: {x: 0, y: 0}
876
887
  m_AnchorMax: {x: 1, y: 0}
@@ -902,6 +913,7 @@ MonoBehaviour:
902
913
  m_ChildControlHeight: 0
903
914
  m_ChildScaleWidth: 0
904
915
  m_ChildScaleHeight: 0
916
+ m_ReverseArrangement: 0
905
917
  --- !u!1 &5523782347265423564
906
918
  GameObject:
907
919
  m_ObjectHideFlags: 0
@@ -928,9 +940,9 @@ RectTransform:
928
940
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
929
941
  m_LocalPosition: {x: 0, y: 0, z: 0}
930
942
  m_LocalScale: {x: 1, y: 1, z: 1}
943
+ m_ConstrainProportionsScale: 0
931
944
  m_Children: []
932
945
  m_Father: {fileID: 7687275915716593804}
933
- m_RootOrder: 1
934
946
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
935
947
  m_AnchorMin: {x: 0, y: 0}
936
948
  m_AnchorMax: {x: 0, y: 0}
@@ -965,9 +977,9 @@ RectTransform:
965
977
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
966
978
  m_LocalPosition: {x: 0, y: 0, z: 0}
967
979
  m_LocalScale: {x: 1, y: 1, z: 1}
980
+ m_ConstrainProportionsScale: 0
968
981
  m_Children: []
969
982
  m_Father: {fileID: 1211980356455560927}
970
- m_RootOrder: 0
971
983
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
972
984
  m_AnchorMin: {x: 0, y: 0}
973
985
  m_AnchorMax: {x: 1, y: 1}
@@ -994,9 +1006,10 @@ MonoBehaviour:
994
1006
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
995
1007
  m_Name:
996
1008
  m_EditorClassIdentifier:
997
- m_Material: {fileID: 0}
1009
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
998
1010
  m_Color: {r: 1, g: 1, b: 1, a: 1}
999
1011
  m_RaycastTarget: 1
1012
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1000
1013
  m_Maskable: 1
1001
1014
  m_OnCullStateChanged:
1002
1015
  m_PersistentCalls:
@@ -1043,9 +1056,9 @@ RectTransform:
1043
1056
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1044
1057
  m_LocalPosition: {x: 0, y: 0, z: 0}
1045
1058
  m_LocalScale: {x: 1, y: 1, z: 1}
1059
+ m_ConstrainProportionsScale: 0
1046
1060
  m_Children: []
1047
1061
  m_Father: {fileID: 8115389968904905495}
1048
- m_RootOrder: 2
1049
1062
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1050
1063
  m_AnchorMin: {x: 0, y: 0}
1051
1064
  m_AnchorMax: {x: 0, y: 0}
@@ -1072,9 +1085,10 @@ MonoBehaviour:
1072
1085
  m_Script: {fileID: 11500000, guid: 80464df7c21c4cd098e5458346dff141, type: 3}
1073
1086
  m_Name:
1074
1087
  m_EditorClassIdentifier:
1075
- m_Material: {fileID: 0}
1088
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1076
1089
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
1077
1090
  m_RaycastTarget: 1
1091
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1078
1092
  m_Maskable: 1
1079
1093
  m_OnCullStateChanged:
1080
1094
  m_PersistentCalls:
@@ -1127,10 +1141,10 @@ RectTransform:
1127
1141
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1128
1142
  m_LocalPosition: {x: 0, y: 0, z: 0}
1129
1143
  m_LocalScale: {x: 1, y: 1, z: 1}
1144
+ m_ConstrainProportionsScale: 0
1130
1145
  m_Children:
1131
1146
  - {fileID: 2367719106323061005}
1132
1147
  m_Father: {fileID: 8452372724504873955}
1133
- m_RootOrder: 1
1134
1148
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1135
1149
  m_AnchorMin: {x: 0, y: 0}
1136
1150
  m_AnchorMax: {x: 0, y: 0}
@@ -1157,9 +1171,10 @@ MonoBehaviour:
1157
1171
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1158
1172
  m_Name:
1159
1173
  m_EditorClassIdentifier:
1160
- m_Material: {fileID: 0}
1174
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1161
1175
  m_Color: {r: 1, g: 1, b: 1, a: 1}
1162
1176
  m_RaycastTarget: 0
1177
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1163
1178
  m_Maskable: 0
1164
1179
  m_OnCullStateChanged:
1165
1180
  m_PersistentCalls:
@@ -1188,6 +1203,7 @@ MonoBehaviour:
1188
1203
  m_EditorClassIdentifier:
1189
1204
  m_Navigation:
1190
1205
  m_Mode: 3
1206
+ m_WrapAround: 0
1191
1207
  m_SelectOnUp: {fileID: 0}
1192
1208
  m_SelectOnDown: {fileID: 0}
1193
1209
  m_SelectOnLeft: {fileID: 0}
@@ -1219,6 +1235,7 @@ MonoBehaviour:
1219
1235
  m_PersistentCalls:
1220
1236
  m_Calls:
1221
1237
  - m_Target: {fileID: 0}
1238
+ m_TargetAssemblyTypeName:
1222
1239
  m_MethodName: SureTap
1223
1240
  m_Mode: 1
1224
1241
  m_Arguments:
@@ -1258,10 +1275,10 @@ RectTransform:
1258
1275
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1259
1276
  m_LocalPosition: {x: 0, y: 0, z: 0}
1260
1277
  m_LocalScale: {x: 1, y: 1, z: 1}
1278
+ m_ConstrainProportionsScale: 0
1261
1279
  m_Children:
1262
1280
  - {fileID: 1528669293582873973}
1263
1281
  m_Father: {fileID: 2903978171640072238}
1264
- m_RootOrder: 0
1265
1282
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1266
1283
  m_AnchorMin: {x: 0, y: 0}
1267
1284
  m_AnchorMax: {x: 1, y: 1}
@@ -1288,9 +1305,10 @@ MonoBehaviour:
1288
1305
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1289
1306
  m_Name:
1290
1307
  m_EditorClassIdentifier:
1291
- m_Material: {fileID: 0}
1308
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1292
1309
  m_Color: {r: 1, g: 1, b: 1, a: 1}
1293
1310
  m_RaycastTarget: 1
1311
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1294
1312
  m_Maskable: 1
1295
1313
  m_OnCullStateChanged:
1296
1314
  m_PersistentCalls:
@@ -1347,10 +1365,10 @@ RectTransform:
1347
1365
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1348
1366
  m_LocalPosition: {x: 0, y: 0, z: 0}
1349
1367
  m_LocalScale: {x: 1, y: 1, z: 1}
1368
+ m_ConstrainProportionsScale: 0
1350
1369
  m_Children:
1351
1370
  - {fileID: 8127610203398466080}
1352
1371
  m_Father: {fileID: 8452372724504873955}
1353
- m_RootOrder: 0
1354
1372
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1355
1373
  m_AnchorMin: {x: 0, y: 0}
1356
1374
  m_AnchorMax: {x: 0, y: 0}
@@ -1377,9 +1395,10 @@ MonoBehaviour:
1377
1395
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1378
1396
  m_Name:
1379
1397
  m_EditorClassIdentifier:
1380
- m_Material: {fileID: 0}
1398
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1381
1399
  m_Color: {r: 1, g: 1, b: 1, a: 1}
1382
1400
  m_RaycastTarget: 0
1401
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1383
1402
  m_Maskable: 0
1384
1403
  m_OnCullStateChanged:
1385
1404
  m_PersistentCalls:
@@ -1408,6 +1427,7 @@ MonoBehaviour:
1408
1427
  m_EditorClassIdentifier:
1409
1428
  m_Navigation:
1410
1429
  m_Mode: 3
1430
+ m_WrapAround: 0
1411
1431
  m_SelectOnUp: {fileID: 0}
1412
1432
  m_SelectOnDown: {fileID: 0}
1413
1433
  m_SelectOnLeft: {fileID: 0}
@@ -1439,6 +1459,7 @@ MonoBehaviour:
1439
1459
  m_PersistentCalls:
1440
1460
  m_Calls:
1441
1461
  - m_Target: {fileID: 0}
1462
+ m_TargetAssemblyTypeName:
1442
1463
  m_MethodName: SureTap
1443
1464
  m_Mode: 1
1444
1465
  m_Arguments:
@@ -1477,9 +1498,9 @@ RectTransform:
1477
1498
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1478
1499
  m_LocalPosition: {x: 0, y: 0, z: 0}
1479
1500
  m_LocalScale: {x: 1, y: 1, z: 1}
1501
+ m_ConstrainProportionsScale: 0
1480
1502
  m_Children: []
1481
1503
  m_Father: {fileID: 5441571098747670849}
1482
- m_RootOrder: 0
1483
1504
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1484
1505
  m_AnchorMin: {x: 0, y: 0}
1485
1506
  m_AnchorMax: {x: 1, y: 1}
@@ -1506,9 +1527,10 @@ MonoBehaviour:
1506
1527
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1507
1528
  m_Name:
1508
1529
  m_EditorClassIdentifier:
1509
- m_Material: {fileID: 0}
1530
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1510
1531
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
1511
1532
  m_RaycastTarget: 1
1533
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1512
1534
  m_Maskable: 1
1513
1535
  m_OnCullStateChanged:
1514
1536
  m_PersistentCalls:
@@ -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: 6506693477335880504}
34
- m_RootOrder: 1
35
35
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
36
36
  m_AnchorMin: {x: 0, y: 0}
37
37
  m_AnchorMax: {x: 0, y: 0}
@@ -58,7 +58,7 @@ MonoBehaviour:
58
58
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
59
59
  m_Name:
60
60
  m_EditorClassIdentifier:
61
- m_Material: {fileID: 0}
61
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
62
62
  m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
63
63
  m_RaycastTarget: 1
64
64
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -122,9 +122,9 @@ RectTransform:
122
122
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
123
123
  m_LocalPosition: {x: 0, y: 0, z: 0}
124
124
  m_LocalScale: {x: 1, y: 1, z: 1}
125
+ m_ConstrainProportionsScale: 0
125
126
  m_Children: []
126
127
  m_Father: {fileID: 6506693477335880504}
127
- m_RootOrder: 0
128
128
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
129
129
  m_AnchorMin: {x: 0, y: 0}
130
130
  m_AnchorMax: {x: 0, y: 0}
@@ -151,7 +151,7 @@ MonoBehaviour:
151
151
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
152
152
  m_Name:
153
153
  m_EditorClassIdentifier:
154
- m_Material: {fileID: 0}
154
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
155
155
  m_Color: {r: 1, g: 1, b: 1, a: 1}
156
156
  m_RaycastTarget: 1
157
157
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -197,9 +197,9 @@ RectTransform:
197
197
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
198
198
  m_LocalPosition: {x: 0, y: 0, z: 0}
199
199
  m_LocalScale: {x: 1, y: 1, z: 1}
200
+ m_ConstrainProportionsScale: 0
200
201
  m_Children: []
201
202
  m_Father: {fileID: 5389071933533800297}
202
- m_RootOrder: 1
203
203
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
204
204
  m_AnchorMin: {x: 0, y: 1}
205
205
  m_AnchorMax: {x: 1, y: 1}
@@ -226,7 +226,7 @@ MonoBehaviour:
226
226
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
227
227
  m_Name:
228
228
  m_EditorClassIdentifier:
229
- m_Material: {fileID: 0}
229
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
230
230
  m_Color: {r: 0.6, g: 0.6, b: 0.6, a: 1}
231
231
  m_RaycastTarget: 1
232
232
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -277,12 +277,12 @@ RectTransform:
277
277
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
278
278
  m_LocalPosition: {x: 0, y: 0, z: 0}
279
279
  m_LocalScale: {x: 1, y: 1, z: 1}
280
+ m_ConstrainProportionsScale: 0
280
281
  m_Children:
281
282
  - {fileID: 5111130280483238241}
282
283
  - {fileID: 8132202636411357069}
283
284
  - {fileID: 6506693477335880504}
284
285
  m_Father: {fileID: 0}
285
- m_RootOrder: 0
286
286
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
287
287
  m_AnchorMin: {x: 0.5, y: 1}
288
288
  m_AnchorMax: {x: 0.5, y: 1}
@@ -309,7 +309,7 @@ MonoBehaviour:
309
309
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
310
310
  m_Name:
311
311
  m_EditorClassIdentifier:
312
- m_Material: {fileID: 0}
312
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
313
313
  m_Color: {r: 1, g: 1, b: 1, a: 1}
314
314
  m_RaycastTarget: 1
315
315
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -370,9 +370,9 @@ RectTransform:
370
370
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
371
371
  m_LocalPosition: {x: 0, y: 0, z: 0}
372
372
  m_LocalScale: {x: 1, y: 1, z: 1}
373
+ m_ConstrainProportionsScale: 0
373
374
  m_Children: []
374
375
  m_Father: {fileID: 5389071933533800297}
375
- m_RootOrder: 0
376
376
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
377
377
  m_AnchorMin: {x: 0.5, y: 1}
378
378
  m_AnchorMax: {x: 0.5, y: 1}
@@ -399,7 +399,7 @@ MonoBehaviour:
399
399
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
400
400
  m_Name:
401
401
  m_EditorClassIdentifier:
402
- m_Material: {fileID: 0}
402
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
403
403
  m_Color: {r: 1, g: 1, b: 1, a: 1}
404
404
  m_RaycastTarget: 1
405
405
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -447,11 +447,11 @@ RectTransform:
447
447
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
448
448
  m_LocalPosition: {x: 0, y: 0, z: 0}
449
449
  m_LocalScale: {x: 1, y: 1, z: 1}
450
+ m_ConstrainProportionsScale: 0
450
451
  m_Children:
451
452
  - {fileID: 7911080182464191343}
452
453
  - {fileID: 4895256441216855693}
453
454
  m_Father: {fileID: 5389071933533800297}
454
- m_RootOrder: 2
455
455
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
456
456
  m_AnchorMin: {x: 0.5, y: 1}
457
457
  m_AnchorMax: {x: 0.5, y: 1}
@@ -478,7 +478,7 @@ MonoBehaviour:
478
478
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
479
479
  m_Name:
480
480
  m_EditorClassIdentifier:
481
- m_Material: {fileID: 0}
481
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
482
482
  m_Color: {r: 1, g: 1, b: 1, a: 1}
483
483
  m_RaycastTarget: 1
484
484
  m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -28,9 +28,9 @@ RectTransform:
28
28
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
29
29
  m_LocalPosition: {x: 0, y: 0, z: 0}
30
30
  m_LocalScale: {x: 1, y: 1, z: 1}
31
+ m_ConstrainProportionsScale: 0
31
32
  m_Children: []
32
33
  m_Father: {fileID: 2177218778071724463}
33
- m_RootOrder: 0
34
34
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35
35
  m_AnchorMin: {x: 0.5, y: 0.5}
36
36
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -57,9 +57,10 @@ MonoBehaviour:
57
57
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
58
58
  m_Name:
59
59
  m_EditorClassIdentifier:
60
- m_Material: {fileID: 0}
60
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
61
61
  m_Color: {r: 1, g: 1, b: 1, a: 0}
62
62
  m_RaycastTarget: 1
63
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
63
64
  m_Maskable: 1
64
65
  m_OnCullStateChanged:
65
66
  m_PersistentCalls:
@@ -102,9 +103,9 @@ RectTransform:
102
103
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
103
104
  m_LocalPosition: {x: 0, y: 0, z: 0}
104
105
  m_LocalScale: {x: 1, y: 1, z: 1}
106
+ m_ConstrainProportionsScale: 0
105
107
  m_Children: []
106
108
  m_Father: {fileID: 2177218778071724463}
107
- m_RootOrder: 1
108
109
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
109
110
  m_AnchorMin: {x: 0.5, y: 0.5}
110
111
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -131,9 +132,10 @@ MonoBehaviour:
131
132
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
132
133
  m_Name:
133
134
  m_EditorClassIdentifier:
134
- m_Material: {fileID: 0}
135
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
135
136
  m_Color: {r: 1, g: 1, b: 1, a: 1}
136
137
  m_RaycastTarget: 1
138
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
137
139
  m_Maskable: 1
138
140
  m_OnCullStateChanged:
139
141
  m_PersistentCalls:
@@ -177,11 +179,11 @@ RectTransform:
177
179
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
178
180
  m_LocalPosition: {x: 0, y: 0, z: 0}
179
181
  m_LocalScale: {x: 1, y: 1, z: 1}
182
+ m_ConstrainProportionsScale: 0
180
183
  m_Children:
181
184
  - {fileID: 5611603402257700728}
182
185
  - {fileID: 7782336896943586110}
183
186
  m_Father: {fileID: 0}
184
- m_RootOrder: 0
185
187
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
186
188
  m_AnchorMin: {x: 0.5, y: 0.5}
187
189
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -208,9 +210,10 @@ MonoBehaviour:
208
210
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
209
211
  m_Name:
210
212
  m_EditorClassIdentifier:
211
- m_Material: {fileID: 0}
213
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
212
214
  m_Color: {r: 0, g: 0, b: 0, a: 0.8627451}
213
215
  m_RaycastTarget: 1
216
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
214
217
  m_Maskable: 1
215
218
  m_OnCullStateChanged:
216
219
  m_PersistentCalls: