com.typhoon.unitysdk 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.
Files changed (207) hide show
  1. package/Editor/AddressableSupport.cs +269 -0
  2. package/Editor/AddressableSupport.cs.meta +11 -0
  3. package/Editor/ApplyTool.cs +315 -0
  4. package/Editor/ApplyTool.cs.meta +11 -0
  5. package/Editor/EditorIcons.cs +113 -0
  6. package/Editor/EditorIcons.cs.meta +11 -0
  7. package/Editor/ExportModule.cs +218 -0
  8. package/Editor/ExportModule.cs.meta +11 -0
  9. package/Editor/InstallModule.cs +38 -0
  10. package/Editor/InstallModule.cs.meta +11 -0
  11. package/Editor/Interactive/SDKInteractiveUI.prefab +3026 -0
  12. package/Editor/Interactive/SDKInteractiveUI.prefab.meta +7 -0
  13. package/Editor/Interactive/sdk_banner.png +0 -0
  14. package/Editor/Interactive/sdk_banner.png.meta +144 -0
  15. package/Editor/Interactive/sdk_close.png +0 -0
  16. package/Editor/Interactive/sdk_close.png.meta +120 -0
  17. package/Editor/Interactive/sdk_inters.png +0 -0
  18. package/Editor/Interactive/sdk_inters.png.meta +120 -0
  19. package/Editor/Interactive/sdk_white_4x4.png +0 -0
  20. package/Editor/Interactive/sdk_white_4x4.png.meta +120 -0
  21. package/Editor/Interactive/sdk_/345/244/261/350/264/245/350/277/224/345/233/236.png +0 -0
  22. package/Editor/Interactive/sdk_/345/244/261/350/264/245/350/277/224/345/233/236.png.meta +120 -0
  23. package/Editor/Interactive/sdk_/346/202/254/346/265/256/345/271/277/345/221/212.png +0 -0
  24. package/Editor/Interactive/sdk_/346/202/254/346/265/256/345/271/277/345/221/212.png.meta +120 -0
  25. package/Editor/Interactive/sdk_/346/210/220/345/212/237/350/277/224/345/233/236.png +0 -0
  26. package/Editor/Interactive/sdk_/346/210/220/345/212/237/350/277/224/345/233/236.png.meta +120 -0
  27. package/Editor/Interactive/sdk_/350/277/231/346/230/257/344/270/200/344/270/252/345/216/237/347/224/237/346/250/241/346/235/277.png +0 -0
  28. package/Editor/Interactive/sdk_/350/277/231/346/230/257/344/270/200/344/270/252/345/216/237/347/224/237/346/250/241/346/235/277.png.meta +120 -0
  29. package/Editor/Interactive/sdk_/350/277/231/346/230/257/344/270/200/344/270/252/346/217/222/351/241/265/345/271/277/345/221/212.png +0 -0
  30. package/Editor/Interactive/sdk_/350/277/231/346/230/257/344/270/200/344/270/252/346/217/222/351/241/265/345/271/277/345/221/212.png.meta +120 -0
  31. package/Editor/Interactive/sdk_/350/277/231/346/230/257/344/270/200/344/270/252/350/247/206/351/242/221/345/271/277/345/221/212.png +0 -0
  32. package/Editor/Interactive/sdk_/350/277/231/346/230/257/344/270/200/344/270/252/350/247/206/351/242/221/345/271/277/345/221/212.png.meta +120 -0
  33. package/Editor/Interactive.meta +8 -0
  34. package/Editor/OnApplyProcessor.cs +22 -0
  35. package/Editor/OnApplyProcessor.cs.meta +11 -0
  36. package/Editor/OnBuildAAProcessor.cs +12 -0
  37. package/Editor/OnBuildAAProcessor.cs.meta +11 -0
  38. package/Editor/OnPublicProcessor.cs +12 -0
  39. package/Editor/OnPublicProcessor.cs.meta +11 -0
  40. package/Editor/OriginalStyles.cs +708 -0
  41. package/Editor/OriginalStyles.cs.meta +11 -0
  42. package/Editor/Preferences.cs +43 -0
  43. package/Editor/Preferences.cs.meta +11 -0
  44. package/Editor/PreferencesWindow.cs +178 -0
  45. package/Editor/PreferencesWindow.cs.meta +11 -0
  46. package/Editor/PropertyInspectorEditor.cs +6 -0
  47. package/Editor/PropertyInspectorEditor.cs.meta +11 -0
  48. package/Editor/PublishProcess.cs +13 -0
  49. package/Editor/PublishProcess.cs.meta +11 -0
  50. package/Editor/PublishResult.cs +17 -0
  51. package/Editor/PublishResult.cs.meta +11 -0
  52. package/Editor/PublishSetting.cs +111 -0
  53. package/Editor/PublishSetting.cs.meta +11 -0
  54. package/Editor/PublishSettingGUIDrawer.cs +412 -0
  55. package/Editor/PublishSettingGUIDrawer.cs.meta +11 -0
  56. package/Editor/PublishSettingInspector.cs +29 -0
  57. package/Editor/PublishSettingInspector.cs.meta +11 -0
  58. package/Editor/PublishTool.cs +137 -0
  59. package/Editor/PublishTool.cs.meta +11 -0
  60. package/Editor/PublishVivoBatSetting.cs +62 -0
  61. package/Editor/PublishVivoBatSetting.cs.meta +11 -0
  62. package/Editor/PublishVivoBatSettingInspector.cs +371 -0
  63. package/Editor/PublishVivoBatSettingInspector.cs.meta +11 -0
  64. package/Editor/PublishVivoBatSettingWindow.cs +69 -0
  65. package/Editor/PublishVivoBatSettingWindow.cs.meta +11 -0
  66. package/Editor/PublishWindow.cs +364 -0
  67. package/Editor/PublishWindow.cs.meta +11 -0
  68. package/Editor/SdkFont.otf +0 -0
  69. package/Editor/SdkFont.otf.meta +21 -0
  70. package/Editor/SdkTestInUnityEditor.cs +20 -0
  71. package/Editor/SdkTestInUnityEditor.cs.meta +11 -0
  72. package/Editor/SdkTestInUnityWindow.cs +37 -0
  73. package/Editor/SdkTestInUnityWindow.cs.meta +11 -0
  74. package/Editor/Skin.guiskin +2673 -0
  75. package/Editor/Skin.guiskin.meta +8 -0
  76. package/Editor/Skins.cs +26 -0
  77. package/Editor/Skins.cs.meta +11 -0
  78. package/Editor/StyleEditorWindow.cs +23 -0
  79. package/Editor/StyleEditorWindow.cs.meta +11 -0
  80. package/Editor/Styles.cs +52 -0
  81. package/Editor/Styles.cs.meta +11 -0
  82. package/Editor/StylesExtension.cs +25 -0
  83. package/Editor/StylesExtension.cs.meta +11 -0
  84. package/Editor/Texture/btn_active.png +0 -0
  85. package/Editor/Texture/btn_active.png.meta +120 -0
  86. package/Editor/Texture/btn_blue_active.png +0 -0
  87. package/Editor/Texture/btn_blue_active.png.meta +120 -0
  88. package/Editor/Texture/btn_blue_hover.png +0 -0
  89. package/Editor/Texture/btn_blue_hover.png.meta +120 -0
  90. package/Editor/Texture/btn_blue_normal.png +0 -0
  91. package/Editor/Texture/btn_blue_normal.png.meta +120 -0
  92. package/Editor/Texture/btn_green_active.png +0 -0
  93. package/Editor/Texture/btn_green_active.png.meta +120 -0
  94. package/Editor/Texture/btn_green_hover.png +0 -0
  95. package/Editor/Texture/btn_green_hover.png.meta +120 -0
  96. package/Editor/Texture/btn_green_normal.png +0 -0
  97. package/Editor/Texture/btn_green_normal.png.meta +120 -0
  98. package/Editor/Texture/btn_hover.png +0 -0
  99. package/Editor/Texture/btn_hover.png.meta +120 -0
  100. package/Editor/Texture/btn_normal.png +0 -0
  101. package/Editor/Texture/btn_normal.png.meta +120 -0
  102. package/Editor/Texture/btn_yellow_active.png +0 -0
  103. package/Editor/Texture/btn_yellow_active.png.meta +120 -0
  104. package/Editor/Texture/btn_yellow_hover.png +0 -0
  105. package/Editor/Texture/btn_yellow_hover.png.meta +120 -0
  106. package/Editor/Texture/btn_yellow_normal.png +0 -0
  107. package/Editor/Texture/btn_yellow_normal.png.meta +120 -0
  108. package/Editor/Texture/icon_android.png +0 -0
  109. package/Editor/Texture/icon_android.png.meta +120 -0
  110. package/Editor/Texture/icon_douyin.png +0 -0
  111. package/Editor/Texture/icon_douyin.png.meta +120 -0
  112. package/Editor/Texture/icon_download.png +0 -0
  113. package/Editor/Texture/icon_download.png.meta +120 -0
  114. package/Editor/Texture/icon_error.png +0 -0
  115. package/Editor/Texture/icon_error.png.meta +144 -0
  116. package/Editor/Texture/icon_extension.png +0 -0
  117. package/Editor/Texture/icon_extension.png.meta +120 -0
  118. package/Editor/Texture/icon_googleplay.png +0 -0
  119. package/Editor/Texture/icon_googleplay.png.meta +120 -0
  120. package/Editor/Texture/icon_html5.png +0 -0
  121. package/Editor/Texture/icon_html5.png.meta +120 -0
  122. package/Editor/Texture/icon_import.png +0 -0
  123. package/Editor/Texture/icon_import.png.meta +144 -0
  124. package/Editor/Texture/icon_ios.png +0 -0
  125. package/Editor/Texture/icon_ios.png.meta +120 -0
  126. package/Editor/Texture/icon_oppo.png +0 -0
  127. package/Editor/Texture/icon_oppo.png.meta +120 -0
  128. package/Editor/Texture/icon_refresh.png +0 -0
  129. package/Editor/Texture/icon_refresh.png.meta +120 -0
  130. package/Editor/Texture/icon_save.png +0 -0
  131. package/Editor/Texture/icon_save.png.meta +120 -0
  132. package/Editor/Texture/icon_success.png +0 -0
  133. package/Editor/Texture/icon_success.png.meta +144 -0
  134. package/Editor/Texture/icon_vivo.png +0 -0
  135. package/Editor/Texture/icon_vivo.png.meta +120 -0
  136. package/Editor/Texture/icon_wechat.png +0 -0
  137. package/Editor/Texture/icon_wechat.png.meta +120 -0
  138. package/Editor/Texture/tex_select.png +0 -0
  139. package/Editor/Texture/tex_select.png.meta +120 -0
  140. package/Editor/Texture.meta +8 -0
  141. package/Editor/UniEditor.cs +451 -0
  142. package/Editor/UniEditor.cs.meta +11 -0
  143. package/Editor/com.typhoon.unitysdk.editor.asmdef +20 -0
  144. package/Editor/com.typhoon.unitysdk.editor.asmdef.meta +7 -0
  145. package/Editor.meta +8 -0
  146. package/Runtime/AndroidInstance.cs +125 -0
  147. package/Runtime/AndroidInstance.cs.meta +11 -0
  148. package/Runtime/AppChannel.cs +55 -0
  149. package/Runtime/AppChannel.cs.meta +11 -0
  150. package/Runtime/AppConfig.cs +28 -0
  151. package/Runtime/AppConfig.cs.meta +11 -0
  152. package/Runtime/AppConfigAsset.cs +50 -0
  153. package/Runtime/AppConfigAsset.cs.meta +11 -0
  154. package/Runtime/BannerPosition.cs +11 -0
  155. package/Runtime/BannerPosition.cs.meta +11 -0
  156. package/Runtime/BaseSdk.cs +78 -0
  157. package/Runtime/BaseSdk.cs.meta +11 -0
  158. package/Runtime/Extension.cs +58 -0
  159. package/Runtime/Extension.cs.meta +11 -0
  160. package/Runtime/Interface.cs +115 -0
  161. package/Runtime/Interface.cs.meta +11 -0
  162. package/Runtime/MonoSingleton.cs +76 -0
  163. package/Runtime/MonoSingleton.cs.meta +11 -0
  164. package/Runtime/Resources/TYPHOON_SDK_TEST.prefab +45 -0
  165. package/Runtime/Resources/TYPHOON_SDK_TEST.prefab.meta +7 -0
  166. package/Runtime/Resources.meta +8 -0
  167. package/Runtime/SDKInteractiveUI.cs +353 -0
  168. package/Runtime/SDKInteractiveUI.cs.meta +11 -0
  169. package/Runtime/SdkDebug.cs +23 -0
  170. package/Runtime/SdkDebug.cs.meta +11 -0
  171. package/Runtime/SdkTestInUnity.cs +45 -0
  172. package/Runtime/SdkTestInUnity.cs.meta +11 -0
  173. package/Runtime/SessionItem.cs +72 -0
  174. package/Runtime/SessionItem.cs.meta +11 -0
  175. package/Runtime/SimpleMap.cs +11 -0
  176. package/Runtime/SimpleMap.cs.meta +11 -0
  177. package/Runtime/TestSdk.cs +22 -0
  178. package/Runtime/TestSdk.cs.meta +11 -0
  179. package/Runtime/TyphoonSdk.cs +407 -0
  180. package/Runtime/TyphoonSdk.cs.meta +11 -0
  181. package/Runtime/TyphoonSdkCallback.cs +48 -0
  182. package/Runtime/TyphoonSdkCallback.cs.meta +11 -0
  183. package/Runtime/VersionType.cs +33 -0
  184. package/Runtime/VersionType.cs.meta +11 -0
  185. package/Runtime/com.typhoon.unitysdk.asmdef +3 -0
  186. package/Runtime/com.typhoon.unitysdk.asmdef.meta +7 -0
  187. package/Runtime.meta +8 -0
  188. package/Sources~/ChinaAndroid/Assets/Plugins/Android/AndroidManifest.xml +18 -0
  189. package/Sources~/ChinaAndroid/Assets/Plugins/Android/AndroidManifest.xml.meta +7 -0
  190. package/Sources~/ChinaAndroid/Assets/Plugins/Android/libs/sdk_plug-release.aar +0 -0
  191. package/Sources~/ChinaAndroid/Assets/Plugins/Android/libs/sdk_plug-release.aar.meta +32 -0
  192. package/Sources~/ChinaAndroid/Assets/Plugins/Android/libs/unity_app-release.aar +0 -0
  193. package/Sources~/ChinaAndroid/Assets/Plugins/Android/libs/unity_app-release.aar.meta +32 -0
  194. package/Sources~/ChinaAndroid/Assets/Plugins/Android/libs/unity_launcher-release.aar +0 -0
  195. package/Sources~/ChinaAndroid/Assets/Plugins/Android/libs/unity_launcher-release.aar.meta +32 -0
  196. package/Sources~/ChinaAndroid/Assets/Typhoon_Gen/TyphoonSDK/Runtime/ChinaAndroid/ChinaAndroidSdk.cs +154 -0
  197. package/Sources~/ChinaAndroid/Assets/Typhoon_Gen/TyphoonSDK/Runtime/ChinaAndroid/ChinaAndroidSdk.cs.meta +11 -0
  198. package/Sources~/ChinaAndroid/Assets/Typhoon_Gen/TyphoonSDK/Runtime/ChinaAndroid/Editor/PublishChinaAndroidAAR.cs +56 -0
  199. package/Sources~/ChinaAndroid/Assets/Typhoon_Gen/TyphoonSDK/Runtime/ChinaAndroid/Editor/PublishChinaAndroidAAR.cs.meta +11 -0
  200. package/Sources~/ChinaAndroid/Assets/Typhoon_Gen/TyphoonSDK/Runtime/ChinaAndroid/Editor.meta +8 -0
  201. package/Sources~/ChinaAndroid/Assets/Typhoon_Gen/TyphoonSDK/Runtime/ChinaAndroid/Resources/TYPHOON_SDK_CHINA_ANDROID.prefab +45 -0
  202. package/Sources~/ChinaAndroid/Assets/Typhoon_Gen/TyphoonSDK/Runtime/ChinaAndroid/Resources/TYPHOON_SDK_CHINA_ANDROID.prefab.meta +7 -0
  203. package/Sources~/ChinaAndroid/Assets/Typhoon_Gen/TyphoonSDK/Runtime/ChinaAndroid/Resources.meta +8 -0
  204. package/Sources~/ChinaAndroid/Assets/Typhoon_Gen/TyphoonSDK/Runtime/ChinaAndroid.meta +8 -0
  205. package/Sources~/Package//345/270/270/347/224/250/346/211/223/345/214/205/351/205/215/347/275/256.unitypackage +0 -0
  206. package/package.json +1 -0
  207. package/package.json.meta +7 -0
@@ -0,0 +1,2673 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!114 &11400000
4
+ MonoBehaviour:
5
+ m_ObjectHideFlags: 0
6
+ m_CorrespondingSourceObject: {fileID: 0}
7
+ m_PrefabInstance: {fileID: 0}
8
+ m_PrefabAsset: {fileID: 0}
9
+ m_GameObject: {fileID: 0}
10
+ m_Enabled: 1
11
+ m_EditorHideFlags: 0
12
+ m_Script: {fileID: 12001, guid: 0000000000000000e000000000000000, type: 0}
13
+ m_Name: Skin
14
+ m_EditorClassIdentifier:
15
+ m_Font: {fileID: 6611933505928929161, guid: 0000000000000000d000000000000000, type: 0}
16
+ m_box:
17
+ m_Name: box
18
+ m_Normal:
19
+ m_Background: {fileID: 0}
20
+ m_ScaledBackgrounds:
21
+ - {fileID: -7241516780248490319, guid: 0000000000000000d000000000000000, type: 0}
22
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
23
+ m_Hover:
24
+ m_Background: {fileID: 0}
25
+ m_ScaledBackgrounds: []
26
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
27
+ m_Active:
28
+ m_Background: {fileID: 0}
29
+ m_ScaledBackgrounds: []
30
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
31
+ m_Focused:
32
+ m_Background: {fileID: 0}
33
+ m_ScaledBackgrounds: []
34
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
35
+ m_OnNormal:
36
+ m_Background: {fileID: 0}
37
+ m_ScaledBackgrounds: []
38
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
39
+ m_OnHover:
40
+ m_Background: {fileID: 0}
41
+ m_ScaledBackgrounds: []
42
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
43
+ m_OnActive:
44
+ m_Background: {fileID: 0}
45
+ m_ScaledBackgrounds: []
46
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
47
+ m_OnFocused:
48
+ m_Background: {fileID: 0}
49
+ m_ScaledBackgrounds: []
50
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
51
+ m_Border:
52
+ m_Left: 3
53
+ m_Right: 3
54
+ m_Top: 2
55
+ m_Bottom: 2
56
+ m_Margin:
57
+ m_Left: 4
58
+ m_Right: 4
59
+ m_Top: 4
60
+ m_Bottom: 4
61
+ m_Padding:
62
+ m_Left: 3
63
+ m_Right: 3
64
+ m_Top: 3
65
+ m_Bottom: 3
66
+ m_Overflow:
67
+ m_Left: 0
68
+ m_Right: 0
69
+ m_Top: 0
70
+ m_Bottom: 0
71
+ m_Font: {fileID: 0}
72
+ m_FontSize: 0
73
+ m_FontStyle: 0
74
+ m_Alignment: 1
75
+ m_WordWrap: 1
76
+ m_RichText: 0
77
+ m_TextClipping: 1
78
+ m_ImagePosition: 0
79
+ m_ContentOffset: {x: 0, y: 0}
80
+ m_FixedWidth: 0
81
+ m_FixedHeight: 0
82
+ m_StretchWidth: 0
83
+ m_StretchHeight: 0
84
+ m_button:
85
+ m_Name: button
86
+ m_Normal:
87
+ m_Background: {fileID: 0}
88
+ m_ScaledBackgrounds:
89
+ - {fileID: 3784932749224549720, guid: 0000000000000000d000000000000000, type: 0}
90
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
91
+ m_Hover:
92
+ m_Background: {fileID: 0}
93
+ m_ScaledBackgrounds: []
94
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
95
+ m_Active:
96
+ m_Background: {fileID: 0}
97
+ m_ScaledBackgrounds:
98
+ - {fileID: 5215355317779464402, guid: 0000000000000000d000000000000000, type: 0}
99
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
100
+ m_Focused:
101
+ m_Background: {fileID: 0}
102
+ m_ScaledBackgrounds: []
103
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
104
+ m_OnNormal:
105
+ m_Background: {fileID: 0}
106
+ m_ScaledBackgrounds:
107
+ - {fileID: 6720317611060541322, guid: 0000000000000000d000000000000000, type: 0}
108
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
109
+ m_OnHover:
110
+ m_Background: {fileID: 0}
111
+ m_ScaledBackgrounds: []
112
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
113
+ m_OnActive:
114
+ m_Background: {fileID: 0}
115
+ m_ScaledBackgrounds:
116
+ - {fileID: 1411127090212124673, guid: 0000000000000000d000000000000000, type: 0}
117
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
118
+ m_OnFocused:
119
+ m_Background: {fileID: 0}
120
+ m_ScaledBackgrounds: []
121
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
122
+ m_Border:
123
+ m_Left: 6
124
+ m_Right: 6
125
+ m_Top: 4
126
+ m_Bottom: 4
127
+ m_Margin:
128
+ m_Left: 3
129
+ m_Right: 3
130
+ m_Top: 2
131
+ m_Bottom: 2
132
+ m_Padding:
133
+ m_Left: 6
134
+ m_Right: 6
135
+ m_Top: 2
136
+ m_Bottom: 2
137
+ m_Overflow:
138
+ m_Left: 0
139
+ m_Right: 0
140
+ m_Top: -1
141
+ m_Bottom: 2
142
+ m_Font: {fileID: 0}
143
+ m_FontSize: 12
144
+ m_FontStyle: 0
145
+ m_Alignment: 4
146
+ m_WordWrap: 0
147
+ m_RichText: 0
148
+ m_TextClipping: 1
149
+ m_ImagePosition: 0
150
+ m_ContentOffset: {x: 0, y: 0}
151
+ m_FixedWidth: 0
152
+ m_FixedHeight: 0
153
+ m_StretchWidth: 1
154
+ m_StretchHeight: 0
155
+ m_toggle:
156
+ m_Name: toggle
157
+ m_Normal:
158
+ m_Background: {fileID: 0}
159
+ m_ScaledBackgrounds:
160
+ - {fileID: 4572178484800060857, guid: 0000000000000000d000000000000000, type: 0}
161
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
162
+ m_Hover:
163
+ m_Background: {fileID: 0}
164
+ m_ScaledBackgrounds: []
165
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
166
+ m_Active:
167
+ m_Background: {fileID: 0}
168
+ m_ScaledBackgrounds:
169
+ - {fileID: -8944570194175356698, guid: 0000000000000000d000000000000000, type: 0}
170
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
171
+ m_Focused:
172
+ m_Background: {fileID: 0}
173
+ m_ScaledBackgrounds:
174
+ - {fileID: -6743464346016235981, guid: 0000000000000000d000000000000000, type: 0}
175
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
176
+ m_OnNormal:
177
+ m_Background: {fileID: 0}
178
+ m_ScaledBackgrounds:
179
+ - {fileID: 5259618807064922290, guid: 0000000000000000d000000000000000, type: 0}
180
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
181
+ m_OnHover:
182
+ m_Background: {fileID: 0}
183
+ m_ScaledBackgrounds: []
184
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
185
+ m_OnActive:
186
+ m_Background: {fileID: 0}
187
+ m_ScaledBackgrounds:
188
+ - {fileID: -2789643595553475428, guid: 0000000000000000d000000000000000, type: 0}
189
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
190
+ m_OnFocused:
191
+ m_Background: {fileID: 0}
192
+ m_ScaledBackgrounds:
193
+ - {fileID: 2243168123329942842, guid: 0000000000000000d000000000000000, type: 0}
194
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
195
+ m_Border:
196
+ m_Left: 16
197
+ m_Right: 0
198
+ m_Top: 15
199
+ m_Bottom: 0
200
+ m_Margin:
201
+ m_Left: 3
202
+ m_Right: 3
203
+ m_Top: 2
204
+ m_Bottom: 2
205
+ m_Padding:
206
+ m_Left: 17
207
+ m_Right: 0
208
+ m_Top: 0
209
+ m_Bottom: 0
210
+ m_Overflow:
211
+ m_Left: 0
212
+ m_Right: 0
213
+ m_Top: -3
214
+ m_Bottom: 1
215
+ m_Font: {fileID: 0}
216
+ m_FontSize: 12
217
+ m_FontStyle: 0
218
+ m_Alignment: 3
219
+ m_WordWrap: 0
220
+ m_RichText: 0
221
+ m_TextClipping: 1
222
+ m_ImagePosition: 0
223
+ m_ContentOffset: {x: 0, y: 1}
224
+ m_FixedWidth: 0
225
+ m_FixedHeight: 0
226
+ m_StretchWidth: 1
227
+ m_StretchHeight: 0
228
+ m_label:
229
+ m_Name: label
230
+ m_Normal:
231
+ m_Background: {fileID: 0}
232
+ m_ScaledBackgrounds: []
233
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
234
+ m_Hover:
235
+ m_Background: {fileID: 0}
236
+ m_ScaledBackgrounds: []
237
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
238
+ m_Active:
239
+ m_Background: {fileID: 0}
240
+ m_ScaledBackgrounds: []
241
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
242
+ m_Focused:
243
+ m_Background: {fileID: 0}
244
+ m_ScaledBackgrounds: []
245
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
246
+ m_OnNormal:
247
+ m_Background: {fileID: 0}
248
+ m_ScaledBackgrounds: []
249
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
250
+ m_OnHover:
251
+ m_Background: {fileID: 0}
252
+ m_ScaledBackgrounds: []
253
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
254
+ m_OnActive:
255
+ m_Background: {fileID: 0}
256
+ m_ScaledBackgrounds: []
257
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
258
+ m_OnFocused:
259
+ m_Background: {fileID: 0}
260
+ m_ScaledBackgrounds: []
261
+ m_TextColor: {r: 1, g: 1, b: 1, a: 1}
262
+ m_Border:
263
+ m_Left: 0
264
+ m_Right: 0
265
+ m_Top: 0
266
+ m_Bottom: 0
267
+ m_Margin:
268
+ m_Left: 4
269
+ m_Right: 4
270
+ m_Top: 2
271
+ m_Bottom: 2
272
+ m_Padding:
273
+ m_Left: 2
274
+ m_Right: 2
275
+ m_Top: 1
276
+ m_Bottom: 1
277
+ m_Overflow:
278
+ m_Left: 0
279
+ m_Right: 0
280
+ m_Top: 0
281
+ m_Bottom: 0
282
+ m_Font: {fileID: 0}
283
+ m_FontSize: 12
284
+ m_FontStyle: 0
285
+ m_Alignment: 3
286
+ m_WordWrap: 0
287
+ m_RichText: 0
288
+ m_TextClipping: 1
289
+ m_ImagePosition: 0
290
+ m_ContentOffset: {x: 0, y: 0}
291
+ m_FixedWidth: 0
292
+ m_FixedHeight: 0
293
+ m_StretchWidth: 1
294
+ m_StretchHeight: 0
295
+ m_textField:
296
+ m_Name: textfield
297
+ m_Normal:
298
+ m_Background: {fileID: 0}
299
+ m_ScaledBackgrounds:
300
+ - {fileID: -8492804550524867516, guid: 0000000000000000d000000000000000, type: 0}
301
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
302
+ m_Hover:
303
+ m_Background: {fileID: 0}
304
+ m_ScaledBackgrounds: []
305
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
306
+ m_Active:
307
+ m_Background: {fileID: 0}
308
+ m_ScaledBackgrounds: []
309
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
310
+ m_Focused:
311
+ m_Background: {fileID: 0}
312
+ m_ScaledBackgrounds:
313
+ - {fileID: -4597436115416122479, guid: 0000000000000000d000000000000000, type: 0}
314
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
315
+ m_OnNormal:
316
+ m_Background: {fileID: 0}
317
+ m_ScaledBackgrounds: []
318
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
319
+ m_OnHover:
320
+ m_Background: {fileID: 0}
321
+ m_ScaledBackgrounds: []
322
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
323
+ m_OnActive:
324
+ m_Background: {fileID: 0}
325
+ m_ScaledBackgrounds: []
326
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
327
+ m_OnFocused:
328
+ m_Background: {fileID: 0}
329
+ m_ScaledBackgrounds: []
330
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
331
+ m_Border:
332
+ m_Left: 3
333
+ m_Right: 3
334
+ m_Top: 3
335
+ m_Bottom: 3
336
+ m_Margin:
337
+ m_Left: 3
338
+ m_Right: 3
339
+ m_Top: 2
340
+ m_Bottom: 2
341
+ m_Padding:
342
+ m_Left: 3
343
+ m_Right: 3
344
+ m_Top: 2
345
+ m_Bottom: 1
346
+ m_Overflow:
347
+ m_Left: 0
348
+ m_Right: 0
349
+ m_Top: 0
350
+ m_Bottom: 0
351
+ m_Font: {fileID: 0}
352
+ m_FontSize: 12
353
+ m_FontStyle: 0
354
+ m_Alignment: 0
355
+ m_WordWrap: 0
356
+ m_RichText: 0
357
+ m_TextClipping: 1
358
+ m_ImagePosition: 3
359
+ m_ContentOffset: {x: 0, y: 0}
360
+ m_FixedWidth: 0
361
+ m_FixedHeight: 0
362
+ m_StretchWidth: 1
363
+ m_StretchHeight: 0
364
+ m_textArea:
365
+ m_Name: textarea
366
+ m_Normal:
367
+ m_Background: {fileID: 0}
368
+ m_ScaledBackgrounds:
369
+ - {fileID: -8492804550524867516, guid: 0000000000000000d000000000000000, type: 0}
370
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
371
+ m_Hover:
372
+ m_Background: {fileID: 0}
373
+ m_ScaledBackgrounds: []
374
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
375
+ m_Active:
376
+ m_Background: {fileID: 0}
377
+ m_ScaledBackgrounds: []
378
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
379
+ m_Focused:
380
+ m_Background: {fileID: 0}
381
+ m_ScaledBackgrounds:
382
+ - {fileID: -4597436115416122479, guid: 0000000000000000d000000000000000, type: 0}
383
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
384
+ m_OnNormal:
385
+ m_Background: {fileID: 0}
386
+ m_ScaledBackgrounds: []
387
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
388
+ m_OnHover:
389
+ m_Background: {fileID: 0}
390
+ m_ScaledBackgrounds: []
391
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
392
+ m_OnActive:
393
+ m_Background: {fileID: 0}
394
+ m_ScaledBackgrounds: []
395
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
396
+ m_OnFocused:
397
+ m_Background: {fileID: 0}
398
+ m_ScaledBackgrounds: []
399
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
400
+ m_Border:
401
+ m_Left: 2
402
+ m_Right: 2
403
+ m_Top: 2
404
+ m_Bottom: 2
405
+ m_Margin:
406
+ m_Left: 3
407
+ m_Right: 3
408
+ m_Top: 2
409
+ m_Bottom: 2
410
+ m_Padding:
411
+ m_Left: 3
412
+ m_Right: 3
413
+ m_Top: 0
414
+ m_Bottom: 0
415
+ m_Overflow:
416
+ m_Left: 0
417
+ m_Right: 0
418
+ m_Top: 0
419
+ m_Bottom: 0
420
+ m_Font: {fileID: 0}
421
+ m_FontSize: 12
422
+ m_FontStyle: 0
423
+ m_Alignment: 0
424
+ m_WordWrap: 1
425
+ m_RichText: 0
426
+ m_TextClipping: 1
427
+ m_ImagePosition: 0
428
+ m_ContentOffset: {x: 0, y: 0}
429
+ m_FixedWidth: 0
430
+ m_FixedHeight: 0
431
+ m_StretchWidth: 1
432
+ m_StretchHeight: 0
433
+ m_window:
434
+ m_Name: window
435
+ m_Normal:
436
+ m_Background: {fileID: 3030029797350296259, guid: 0000000000000000d000000000000000, type: 0}
437
+ m_ScaledBackgrounds:
438
+ - {fileID: -7783218991985073443, guid: 0000000000000000d000000000000000, type: 0}
439
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
440
+ m_Hover:
441
+ m_Background: {fileID: 0}
442
+ m_ScaledBackgrounds: []
443
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
444
+ m_Active:
445
+ m_Background: {fileID: 0}
446
+ m_ScaledBackgrounds: []
447
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
448
+ m_Focused:
449
+ m_Background: {fileID: 0}
450
+ m_ScaledBackgrounds: []
451
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
452
+ m_OnNormal:
453
+ m_Background: {fileID: 8058632875595140008, guid: 0000000000000000d000000000000000, type: 0}
454
+ m_ScaledBackgrounds:
455
+ - {fileID: 5918955158733009358, guid: 0000000000000000d000000000000000, type: 0}
456
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
457
+ m_OnHover:
458
+ m_Background: {fileID: 0}
459
+ m_ScaledBackgrounds: []
460
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
461
+ m_OnActive:
462
+ m_Background: {fileID: 0}
463
+ m_ScaledBackgrounds: []
464
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
465
+ m_OnFocused:
466
+ m_Background: {fileID: 0}
467
+ m_ScaledBackgrounds: []
468
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
469
+ m_Border:
470
+ m_Left: 11
471
+ m_Right: 11
472
+ m_Top: 22
473
+ m_Bottom: 13
474
+ m_Margin:
475
+ m_Left: 0
476
+ m_Right: 0
477
+ m_Top: 0
478
+ m_Bottom: 0
479
+ m_Padding:
480
+ m_Left: 4
481
+ m_Right: 4
482
+ m_Top: 22
483
+ m_Bottom: 4
484
+ m_Overflow:
485
+ m_Left: 8
486
+ m_Right: 8
487
+ m_Top: 7
488
+ m_Bottom: 10
489
+ m_Font: {fileID: 0}
490
+ m_FontSize: 0
491
+ m_FontStyle: 0
492
+ m_Alignment: 1
493
+ m_WordWrap: 0
494
+ m_RichText: 0
495
+ m_TextClipping: 1
496
+ m_ImagePosition: 0
497
+ m_ContentOffset: {x: 0, y: -18}
498
+ m_FixedWidth: 0
499
+ m_FixedHeight: 0
500
+ m_StretchWidth: 1
501
+ m_StretchHeight: 1
502
+ m_horizontalSlider:
503
+ m_Name: horizontalslider
504
+ m_Normal:
505
+ m_Background: {fileID: 0}
506
+ m_ScaledBackgrounds:
507
+ - {fileID: 5385299372098528257, guid: 0000000000000000d000000000000000, type: 0}
508
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
509
+ m_Hover:
510
+ m_Background: {fileID: 0}
511
+ m_ScaledBackgrounds: []
512
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
513
+ m_Active:
514
+ m_Background: {fileID: 0}
515
+ m_ScaledBackgrounds: []
516
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
517
+ m_Focused:
518
+ m_Background: {fileID: 0}
519
+ m_ScaledBackgrounds: []
520
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
521
+ m_OnNormal:
522
+ m_Background: {fileID: 0}
523
+ m_ScaledBackgrounds: []
524
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
525
+ m_OnHover:
526
+ m_Background: {fileID: 0}
527
+ m_ScaledBackgrounds: []
528
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
529
+ m_OnActive:
530
+ m_Background: {fileID: 0}
531
+ m_ScaledBackgrounds: []
532
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
533
+ m_OnFocused:
534
+ m_Background: {fileID: 0}
535
+ m_ScaledBackgrounds: []
536
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
537
+ m_Border:
538
+ m_Left: 3
539
+ m_Right: 3
540
+ m_Top: 0
541
+ m_Bottom: 0
542
+ m_Margin:
543
+ m_Left: 3
544
+ m_Right: 3
545
+ m_Top: 2
546
+ m_Bottom: 2
547
+ m_Padding:
548
+ m_Left: 0
549
+ m_Right: 0
550
+ m_Top: 0
551
+ m_Bottom: 0
552
+ m_Overflow:
553
+ m_Left: 0
554
+ m_Right: 0
555
+ m_Top: -6
556
+ m_Bottom: -7
557
+ m_Font: {fileID: 0}
558
+ m_FontSize: 0
559
+ m_FontStyle: 0
560
+ m_Alignment: 0
561
+ m_WordWrap: 0
562
+ m_RichText: 0
563
+ m_TextClipping: 1
564
+ m_ImagePosition: 2
565
+ m_ContentOffset: {x: 0, y: 0}
566
+ m_FixedWidth: 0
567
+ m_FixedHeight: 2
568
+ m_StretchWidth: 1
569
+ m_StretchHeight: 0
570
+ m_horizontalSliderThumb:
571
+ m_Name: horizontalsliderthumb
572
+ m_Normal:
573
+ m_Background: {fileID: 0}
574
+ m_ScaledBackgrounds:
575
+ - {fileID: 1260980227024961896, guid: 0000000000000000d000000000000000, type: 0}
576
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
577
+ m_Hover:
578
+ m_Background: {fileID: 0}
579
+ m_ScaledBackgrounds: []
580
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
581
+ m_Active:
582
+ m_Background: {fileID: 0}
583
+ m_ScaledBackgrounds:
584
+ - {fileID: 2333808154137508856, guid: 0000000000000000d000000000000000, type: 0}
585
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
586
+ m_Focused:
587
+ m_Background: {fileID: 0}
588
+ m_ScaledBackgrounds:
589
+ - {fileID: 4912841302118051162, guid: 0000000000000000d000000000000000, type: 0}
590
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
591
+ m_OnNormal:
592
+ m_Background: {fileID: 0}
593
+ m_ScaledBackgrounds: []
594
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
595
+ m_OnHover:
596
+ m_Background: {fileID: 0}
597
+ m_ScaledBackgrounds: []
598
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
599
+ m_OnActive:
600
+ m_Background: {fileID: 0}
601
+ m_ScaledBackgrounds: []
602
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
603
+ m_OnFocused:
604
+ m_Background: {fileID: 0}
605
+ m_ScaledBackgrounds: []
606
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
607
+ m_Border:
608
+ m_Left: 0
609
+ m_Right: 0
610
+ m_Top: 0
611
+ m_Bottom: 0
612
+ m_Margin:
613
+ m_Left: 0
614
+ m_Right: 0
615
+ m_Top: 4
616
+ m_Bottom: 0
617
+ m_Padding:
618
+ m_Left: 0
619
+ m_Right: 0
620
+ m_Top: 0
621
+ m_Bottom: 0
622
+ m_Overflow:
623
+ m_Left: 1
624
+ m_Right: 1
625
+ m_Top: -3
626
+ m_Bottom: 3
627
+ m_Font: {fileID: 0}
628
+ m_FontSize: 0
629
+ m_FontStyle: 0
630
+ m_Alignment: 0
631
+ m_WordWrap: 0
632
+ m_RichText: 0
633
+ m_TextClipping: 1
634
+ m_ImagePosition: 2
635
+ m_ContentOffset: {x: 0, y: 0}
636
+ m_FixedWidth: 10
637
+ m_FixedHeight: 10
638
+ m_StretchWidth: 1
639
+ m_StretchHeight: 0
640
+ m_verticalSlider:
641
+ m_Name: verticalslider
642
+ m_Normal:
643
+ m_Background: {fileID: 0}
644
+ m_ScaledBackgrounds:
645
+ - {fileID: -932984528162861281, guid: 0000000000000000d000000000000000, type: 0}
646
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
647
+ m_Hover:
648
+ m_Background: {fileID: 0}
649
+ m_ScaledBackgrounds: []
650
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
651
+ m_Active:
652
+ m_Background: {fileID: 0}
653
+ m_ScaledBackgrounds: []
654
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
655
+ m_Focused:
656
+ m_Background: {fileID: 0}
657
+ m_ScaledBackgrounds: []
658
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
659
+ m_OnNormal:
660
+ m_Background: {fileID: 0}
661
+ m_ScaledBackgrounds: []
662
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
663
+ m_OnHover:
664
+ m_Background: {fileID: 0}
665
+ m_ScaledBackgrounds: []
666
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
667
+ m_OnActive:
668
+ m_Background: {fileID: 0}
669
+ m_ScaledBackgrounds: []
670
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
671
+ m_OnFocused:
672
+ m_Background: {fileID: 0}
673
+ m_ScaledBackgrounds: []
674
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
675
+ m_Border:
676
+ m_Left: 0
677
+ m_Right: 0
678
+ m_Top: 3
679
+ m_Bottom: 3
680
+ m_Margin:
681
+ m_Left: 0
682
+ m_Right: 0
683
+ m_Top: 4
684
+ m_Bottom: 4
685
+ m_Padding:
686
+ m_Left: 0
687
+ m_Right: 0
688
+ m_Top: 0
689
+ m_Bottom: 0
690
+ m_Overflow:
691
+ m_Left: -6
692
+ m_Right: -7
693
+ m_Top: 0
694
+ m_Bottom: 0
695
+ m_Font: {fileID: 0}
696
+ m_FontSize: 0
697
+ m_FontStyle: 0
698
+ m_Alignment: 0
699
+ m_WordWrap: 0
700
+ m_RichText: 0
701
+ m_TextClipping: 1
702
+ m_ImagePosition: 2
703
+ m_ContentOffset: {x: 0, y: 0}
704
+ m_FixedWidth: 2
705
+ m_FixedHeight: 0
706
+ m_StretchWidth: 1
707
+ m_StretchHeight: 0
708
+ m_verticalSliderThumb:
709
+ m_Name: verticalsliderthumb
710
+ m_Normal:
711
+ m_Background: {fileID: 0}
712
+ m_ScaledBackgrounds:
713
+ - {fileID: 1260980227024961896, guid: 0000000000000000d000000000000000, type: 0}
714
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
715
+ m_Hover:
716
+ m_Background: {fileID: 0}
717
+ m_ScaledBackgrounds: []
718
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
719
+ m_Active:
720
+ m_Background: {fileID: 0}
721
+ m_ScaledBackgrounds:
722
+ - {fileID: 2333808154137508856, guid: 0000000000000000d000000000000000, type: 0}
723
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
724
+ m_Focused:
725
+ m_Background: {fileID: 0}
726
+ m_ScaledBackgrounds: []
727
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
728
+ m_OnNormal:
729
+ m_Background: {fileID: 0}
730
+ m_ScaledBackgrounds: []
731
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
732
+ m_OnHover:
733
+ m_Background: {fileID: 0}
734
+ m_ScaledBackgrounds: []
735
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
736
+ m_OnActive:
737
+ m_Background: {fileID: 0}
738
+ m_ScaledBackgrounds: []
739
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
740
+ m_OnFocused:
741
+ m_Background: {fileID: 0}
742
+ m_ScaledBackgrounds: []
743
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
744
+ m_Border:
745
+ m_Left: 0
746
+ m_Right: 0
747
+ m_Top: 0
748
+ m_Bottom: 0
749
+ m_Margin:
750
+ m_Left: 0
751
+ m_Right: 4
752
+ m_Top: 0
753
+ m_Bottom: 0
754
+ m_Padding:
755
+ m_Left: 0
756
+ m_Right: 0
757
+ m_Top: 0
758
+ m_Bottom: 0
759
+ m_Overflow:
760
+ m_Left: -3
761
+ m_Right: 3
762
+ m_Top: 1
763
+ m_Bottom: 1
764
+ m_Font: {fileID: 0}
765
+ m_FontSize: 0
766
+ m_FontStyle: 0
767
+ m_Alignment: 0
768
+ m_WordWrap: 0
769
+ m_RichText: 0
770
+ m_TextClipping: 1
771
+ m_ImagePosition: 2
772
+ m_ContentOffset: {x: 0, y: 0}
773
+ m_FixedWidth: 10
774
+ m_FixedHeight: 10
775
+ m_StretchWidth: 1
776
+ m_StretchHeight: 0
777
+ m_horizontalScrollbar:
778
+ m_Name: horizontalscrollbar
779
+ m_Normal:
780
+ m_Background: {fileID: 0}
781
+ m_ScaledBackgrounds:
782
+ - {fileID: 6763223501739036420, guid: 0000000000000000d000000000000000, type: 0}
783
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
784
+ m_Hover:
785
+ m_Background: {fileID: 0}
786
+ m_ScaledBackgrounds: []
787
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
788
+ m_Active:
789
+ m_Background: {fileID: 0}
790
+ m_ScaledBackgrounds: []
791
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
792
+ m_Focused:
793
+ m_Background: {fileID: 0}
794
+ m_ScaledBackgrounds: []
795
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
796
+ m_OnNormal:
797
+ m_Background: {fileID: 0}
798
+ m_ScaledBackgrounds: []
799
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
800
+ m_OnHover:
801
+ m_Background: {fileID: 0}
802
+ m_ScaledBackgrounds: []
803
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
804
+ m_OnActive:
805
+ m_Background: {fileID: 0}
806
+ m_ScaledBackgrounds: []
807
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
808
+ m_OnFocused:
809
+ m_Background: {fileID: 0}
810
+ m_ScaledBackgrounds: []
811
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
812
+ m_Border:
813
+ m_Left: 25
814
+ m_Right: 25
815
+ m_Top: 0
816
+ m_Bottom: 0
817
+ m_Margin:
818
+ m_Left: 0
819
+ m_Right: 0
820
+ m_Top: 0
821
+ m_Bottom: 0
822
+ m_Padding:
823
+ m_Left: -1
824
+ m_Right: -1
825
+ m_Top: 1
826
+ m_Bottom: 0
827
+ m_Overflow:
828
+ m_Left: 1
829
+ m_Right: 1
830
+ m_Top: 0
831
+ m_Bottom: 0
832
+ m_Font: {fileID: 0}
833
+ m_FontSize: 0
834
+ m_FontStyle: 0
835
+ m_Alignment: 0
836
+ m_WordWrap: 0
837
+ m_RichText: 0
838
+ m_TextClipping: 1
839
+ m_ImagePosition: 2
840
+ m_ContentOffset: {x: 0, y: 0}
841
+ m_FixedWidth: 0
842
+ m_FixedHeight: 13
843
+ m_StretchWidth: 1
844
+ m_StretchHeight: 0
845
+ m_horizontalScrollbarThumb:
846
+ m_Name: horizontalscrollbarthumb
847
+ m_Normal:
848
+ m_Background: {fileID: 0}
849
+ m_ScaledBackgrounds:
850
+ - {fileID: 6351403586537948327, guid: 0000000000000000d000000000000000, type: 0}
851
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
852
+ m_Hover:
853
+ m_Background: {fileID: 0}
854
+ m_ScaledBackgrounds: []
855
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
856
+ m_Active:
857
+ m_Background: {fileID: 0}
858
+ m_ScaledBackgrounds: []
859
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
860
+ m_Focused:
861
+ m_Background: {fileID: 0}
862
+ m_ScaledBackgrounds: []
863
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
864
+ m_OnNormal:
865
+ m_Background: {fileID: 0}
866
+ m_ScaledBackgrounds: []
867
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
868
+ m_OnHover:
869
+ m_Background: {fileID: 0}
870
+ m_ScaledBackgrounds: []
871
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
872
+ m_OnActive:
873
+ m_Background: {fileID: 0}
874
+ m_ScaledBackgrounds: []
875
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
876
+ m_OnFocused:
877
+ m_Background: {fileID: 0}
878
+ m_ScaledBackgrounds: []
879
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
880
+ m_Border:
881
+ m_Left: 8
882
+ m_Right: 8
883
+ m_Top: 0
884
+ m_Bottom: 0
885
+ m_Margin:
886
+ m_Left: 0
887
+ m_Right: 0
888
+ m_Top: 0
889
+ m_Bottom: 0
890
+ m_Padding:
891
+ m_Left: 8
892
+ m_Right: 8
893
+ m_Top: 0
894
+ m_Bottom: 0
895
+ m_Overflow:
896
+ m_Left: 0
897
+ m_Right: 0
898
+ m_Top: 0
899
+ m_Bottom: 0
900
+ m_Font: {fileID: 0}
901
+ m_FontSize: 0
902
+ m_FontStyle: 0
903
+ m_Alignment: 0
904
+ m_WordWrap: 0
905
+ m_RichText: 0
906
+ m_TextClipping: 1
907
+ m_ImagePosition: 0
908
+ m_ContentOffset: {x: 0, y: 0}
909
+ m_FixedWidth: 0
910
+ m_FixedHeight: 12
911
+ m_StretchWidth: 1
912
+ m_StretchHeight: 0
913
+ m_horizontalScrollbarLeftButton:
914
+ m_Name: horizontalscrollbarleftbutton
915
+ m_Normal:
916
+ m_Background: {fileID: 0}
917
+ m_ScaledBackgrounds:
918
+ - {fileID: -5023739503265378738, guid: 0000000000000000d000000000000000, type: 0}
919
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
920
+ m_Hover:
921
+ m_Background: {fileID: 0}
922
+ m_ScaledBackgrounds: []
923
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
924
+ m_Active:
925
+ m_Background: {fileID: 0}
926
+ m_ScaledBackgrounds:
927
+ - {fileID: -2547115631533942121, guid: 0000000000000000d000000000000000, type: 0}
928
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
929
+ m_Focused:
930
+ m_Background: {fileID: 0}
931
+ m_ScaledBackgrounds: []
932
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
933
+ m_OnNormal:
934
+ m_Background: {fileID: 0}
935
+ m_ScaledBackgrounds: []
936
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
937
+ m_OnHover:
938
+ m_Background: {fileID: 0}
939
+ m_ScaledBackgrounds: []
940
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
941
+ m_OnActive:
942
+ m_Background: {fileID: 0}
943
+ m_ScaledBackgrounds: []
944
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
945
+ m_OnFocused:
946
+ m_Background: {fileID: 0}
947
+ m_ScaledBackgrounds: []
948
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
949
+ m_Border:
950
+ m_Left: 0
951
+ m_Right: 0
952
+ m_Top: 0
953
+ m_Bottom: 0
954
+ m_Margin:
955
+ m_Left: 0
956
+ m_Right: 0
957
+ m_Top: 0
958
+ m_Bottom: 0
959
+ m_Padding:
960
+ m_Left: 0
961
+ m_Right: 0
962
+ m_Top: 0
963
+ m_Bottom: 0
964
+ m_Overflow:
965
+ m_Left: 0
966
+ m_Right: 8
967
+ m_Top: 0
968
+ m_Bottom: 0
969
+ m_Font: {fileID: 0}
970
+ m_FontSize: 0
971
+ m_FontStyle: 0
972
+ m_Alignment: 0
973
+ m_WordWrap: 0
974
+ m_RichText: 0
975
+ m_TextClipping: 1
976
+ m_ImagePosition: 0
977
+ m_ContentOffset: {x: 0, y: 0}
978
+ m_FixedWidth: 16
979
+ m_FixedHeight: 13
980
+ m_StretchWidth: 1
981
+ m_StretchHeight: 0
982
+ m_horizontalScrollbarRightButton:
983
+ m_Name: horizontalscrollbarrightbutton
984
+ m_Normal:
985
+ m_Background: {fileID: 0}
986
+ m_ScaledBackgrounds:
987
+ - {fileID: -2005264979313530396, guid: 0000000000000000d000000000000000, type: 0}
988
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
989
+ m_Hover:
990
+ m_Background: {fileID: 0}
991
+ m_ScaledBackgrounds: []
992
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
993
+ m_Active:
994
+ m_Background: {fileID: 0}
995
+ m_ScaledBackgrounds:
996
+ - {fileID: -1643700698667882839, guid: 0000000000000000d000000000000000, type: 0}
997
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
998
+ m_Focused:
999
+ m_Background: {fileID: 0}
1000
+ m_ScaledBackgrounds: []
1001
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1002
+ m_OnNormal:
1003
+ m_Background: {fileID: 0}
1004
+ m_ScaledBackgrounds: []
1005
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
1006
+ m_OnHover:
1007
+ m_Background: {fileID: 0}
1008
+ m_ScaledBackgrounds: []
1009
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1010
+ m_OnActive:
1011
+ m_Background: {fileID: 0}
1012
+ m_ScaledBackgrounds: []
1013
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1014
+ m_OnFocused:
1015
+ m_Background: {fileID: 0}
1016
+ m_ScaledBackgrounds: []
1017
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1018
+ m_Border:
1019
+ m_Left: 0
1020
+ m_Right: 0
1021
+ m_Top: 0
1022
+ m_Bottom: 0
1023
+ m_Margin:
1024
+ m_Left: 0
1025
+ m_Right: 0
1026
+ m_Top: 0
1027
+ m_Bottom: 0
1028
+ m_Padding:
1029
+ m_Left: 0
1030
+ m_Right: 0
1031
+ m_Top: 0
1032
+ m_Bottom: 0
1033
+ m_Overflow:
1034
+ m_Left: 8
1035
+ m_Right: 0
1036
+ m_Top: 0
1037
+ m_Bottom: 0
1038
+ m_Font: {fileID: 0}
1039
+ m_FontSize: 0
1040
+ m_FontStyle: 0
1041
+ m_Alignment: 0
1042
+ m_WordWrap: 0
1043
+ m_RichText: 0
1044
+ m_TextClipping: 1
1045
+ m_ImagePosition: 0
1046
+ m_ContentOffset: {x: 0, y: 0}
1047
+ m_FixedWidth: 16
1048
+ m_FixedHeight: 13
1049
+ m_StretchWidth: 1
1050
+ m_StretchHeight: 0
1051
+ m_verticalScrollbar:
1052
+ m_Name: verticalscrollbar
1053
+ m_Normal:
1054
+ m_Background: {fileID: 0}
1055
+ m_ScaledBackgrounds:
1056
+ - {fileID: 2565907729073133102, guid: 0000000000000000d000000000000000, type: 0}
1057
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1058
+ m_Hover:
1059
+ m_Background: {fileID: 0}
1060
+ m_ScaledBackgrounds: []
1061
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1062
+ m_Active:
1063
+ m_Background: {fileID: 0}
1064
+ m_ScaledBackgrounds: []
1065
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1066
+ m_Focused:
1067
+ m_Background: {fileID: 0}
1068
+ m_ScaledBackgrounds: []
1069
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1070
+ m_OnNormal:
1071
+ m_Background: {fileID: 0}
1072
+ m_ScaledBackgrounds: []
1073
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1074
+ m_OnHover:
1075
+ m_Background: {fileID: 0}
1076
+ m_ScaledBackgrounds: []
1077
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1078
+ m_OnActive:
1079
+ m_Background: {fileID: 0}
1080
+ m_ScaledBackgrounds: []
1081
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1082
+ m_OnFocused:
1083
+ m_Background: {fileID: 0}
1084
+ m_ScaledBackgrounds: []
1085
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1086
+ m_Border:
1087
+ m_Left: 0
1088
+ m_Right: 0
1089
+ m_Top: 9
1090
+ m_Bottom: 9
1091
+ m_Margin:
1092
+ m_Left: 0
1093
+ m_Right: 0
1094
+ m_Top: 0
1095
+ m_Bottom: 0
1096
+ m_Padding:
1097
+ m_Left: 1
1098
+ m_Right: 0
1099
+ m_Top: -1
1100
+ m_Bottom: -1
1101
+ m_Overflow:
1102
+ m_Left: 0
1103
+ m_Right: 0
1104
+ m_Top: 1
1105
+ m_Bottom: 1
1106
+ m_Font: {fileID: 0}
1107
+ m_FontSize: 0
1108
+ m_FontStyle: 0
1109
+ m_Alignment: 0
1110
+ m_WordWrap: 0
1111
+ m_RichText: 0
1112
+ m_TextClipping: 1
1113
+ m_ImagePosition: 0
1114
+ m_ContentOffset: {x: 0, y: 0}
1115
+ m_FixedWidth: 13
1116
+ m_FixedHeight: 0
1117
+ m_StretchWidth: 1
1118
+ m_StretchHeight: 0
1119
+ m_verticalScrollbarThumb:
1120
+ m_Name: verticalscrollbarthumb
1121
+ m_Normal:
1122
+ m_Background: {fileID: 0}
1123
+ m_ScaledBackgrounds:
1124
+ - {fileID: 109287180632335310, guid: 0000000000000000d000000000000000, type: 0}
1125
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1126
+ m_Hover:
1127
+ m_Background: {fileID: 0}
1128
+ m_ScaledBackgrounds: []
1129
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1130
+ m_Active:
1131
+ m_Background: {fileID: 0}
1132
+ m_ScaledBackgrounds: []
1133
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1134
+ m_Focused:
1135
+ m_Background: {fileID: 0}
1136
+ m_ScaledBackgrounds: []
1137
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1138
+ m_OnNormal:
1139
+ m_Background: {fileID: 0}
1140
+ m_ScaledBackgrounds: []
1141
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1142
+ m_OnHover:
1143
+ m_Background: {fileID: 0}
1144
+ m_ScaledBackgrounds: []
1145
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1146
+ m_OnActive:
1147
+ m_Background: {fileID: 0}
1148
+ m_ScaledBackgrounds: []
1149
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1150
+ m_OnFocused:
1151
+ m_Background: {fileID: 0}
1152
+ m_ScaledBackgrounds: []
1153
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1154
+ m_Border:
1155
+ m_Left: 0
1156
+ m_Right: 0
1157
+ m_Top: 8
1158
+ m_Bottom: 8
1159
+ m_Margin:
1160
+ m_Left: 0
1161
+ m_Right: 0
1162
+ m_Top: 0
1163
+ m_Bottom: 0
1164
+ m_Padding:
1165
+ m_Left: 0
1166
+ m_Right: 0
1167
+ m_Top: 10
1168
+ m_Bottom: 10
1169
+ m_Overflow:
1170
+ m_Left: 0
1171
+ m_Right: 0
1172
+ m_Top: 0
1173
+ m_Bottom: 0
1174
+ m_Font: {fileID: 0}
1175
+ m_FontSize: 0
1176
+ m_FontStyle: 0
1177
+ m_Alignment: 0
1178
+ m_WordWrap: 0
1179
+ m_RichText: 0
1180
+ m_TextClipping: 1
1181
+ m_ImagePosition: 2
1182
+ m_ContentOffset: {x: 0, y: 0}
1183
+ m_FixedWidth: 12
1184
+ m_FixedHeight: 0
1185
+ m_StretchWidth: 0
1186
+ m_StretchHeight: 1
1187
+ m_verticalScrollbarUpButton:
1188
+ m_Name: verticalscrollbarupbutton
1189
+ m_Normal:
1190
+ m_Background: {fileID: 0}
1191
+ m_ScaledBackgrounds:
1192
+ - {fileID: -12000287274406412, guid: 0000000000000000d000000000000000, type: 0}
1193
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
1194
+ m_Hover:
1195
+ m_Background: {fileID: 0}
1196
+ m_ScaledBackgrounds: []
1197
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1198
+ m_Active:
1199
+ m_Background: {fileID: 0}
1200
+ m_ScaledBackgrounds:
1201
+ - {fileID: -3000219386400980898, guid: 0000000000000000d000000000000000, type: 0}
1202
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1203
+ m_Focused:
1204
+ m_Background: {fileID: 0}
1205
+ m_ScaledBackgrounds: []
1206
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1207
+ m_OnNormal:
1208
+ m_Background: {fileID: 0}
1209
+ m_ScaledBackgrounds: []
1210
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
1211
+ m_OnHover:
1212
+ m_Background: {fileID: 0}
1213
+ m_ScaledBackgrounds: []
1214
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1215
+ m_OnActive:
1216
+ m_Background: {fileID: 0}
1217
+ m_ScaledBackgrounds: []
1218
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1219
+ m_OnFocused:
1220
+ m_Background: {fileID: 0}
1221
+ m_ScaledBackgrounds: []
1222
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1223
+ m_Border:
1224
+ m_Left: 0
1225
+ m_Right: 0
1226
+ m_Top: 0
1227
+ m_Bottom: 0
1228
+ m_Margin:
1229
+ m_Left: 0
1230
+ m_Right: 0
1231
+ m_Top: 0
1232
+ m_Bottom: 0
1233
+ m_Padding:
1234
+ m_Left: 0
1235
+ m_Right: 0
1236
+ m_Top: 0
1237
+ m_Bottom: 0
1238
+ m_Overflow:
1239
+ m_Left: 0
1240
+ m_Right: 0
1241
+ m_Top: 0
1242
+ m_Bottom: 8
1243
+ m_Font: {fileID: 0}
1244
+ m_FontSize: 0
1245
+ m_FontStyle: 0
1246
+ m_Alignment: 0
1247
+ m_WordWrap: 0
1248
+ m_RichText: 0
1249
+ m_TextClipping: 1
1250
+ m_ImagePosition: 0
1251
+ m_ContentOffset: {x: 0, y: 0}
1252
+ m_FixedWidth: 13
1253
+ m_FixedHeight: 16
1254
+ m_StretchWidth: 1
1255
+ m_StretchHeight: 0
1256
+ m_verticalScrollbarDownButton:
1257
+ m_Name: verticalscrollbardownbutton
1258
+ m_Normal:
1259
+ m_Background: {fileID: 0}
1260
+ m_ScaledBackgrounds:
1261
+ - {fileID: -4227326820263873529, guid: 0000000000000000d000000000000000, type: 0}
1262
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
1263
+ m_Hover:
1264
+ m_Background: {fileID: 0}
1265
+ m_ScaledBackgrounds: []
1266
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1267
+ m_Active:
1268
+ m_Background: {fileID: 0}
1269
+ m_ScaledBackgrounds:
1270
+ - {fileID: 2920036157303445741, guid: 0000000000000000d000000000000000, type: 0}
1271
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1272
+ m_Focused:
1273
+ m_Background: {fileID: 0}
1274
+ m_ScaledBackgrounds: []
1275
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1276
+ m_OnNormal:
1277
+ m_Background: {fileID: 0}
1278
+ m_ScaledBackgrounds: []
1279
+ m_TextColor: {r: 0, g: 0, b: 0, a: 1}
1280
+ m_OnHover:
1281
+ m_Background: {fileID: 0}
1282
+ m_ScaledBackgrounds: []
1283
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1284
+ m_OnActive:
1285
+ m_Background: {fileID: 0}
1286
+ m_ScaledBackgrounds: []
1287
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1288
+ m_OnFocused:
1289
+ m_Background: {fileID: 0}
1290
+ m_ScaledBackgrounds: []
1291
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1292
+ m_Border:
1293
+ m_Left: 0
1294
+ m_Right: 0
1295
+ m_Top: 0
1296
+ m_Bottom: 0
1297
+ m_Margin:
1298
+ m_Left: 0
1299
+ m_Right: 0
1300
+ m_Top: 0
1301
+ m_Bottom: 0
1302
+ m_Padding:
1303
+ m_Left: 0
1304
+ m_Right: 0
1305
+ m_Top: 0
1306
+ m_Bottom: 0
1307
+ m_Overflow:
1308
+ m_Left: 0
1309
+ m_Right: 0
1310
+ m_Top: 8
1311
+ m_Bottom: 0
1312
+ m_Font: {fileID: 0}
1313
+ m_FontSize: 0
1314
+ m_FontStyle: 0
1315
+ m_Alignment: 0
1316
+ m_WordWrap: 0
1317
+ m_RichText: 0
1318
+ m_TextClipping: 1
1319
+ m_ImagePosition: 0
1320
+ m_ContentOffset: {x: 0, y: 0}
1321
+ m_FixedWidth: 13
1322
+ m_FixedHeight: 16
1323
+ m_StretchWidth: 1
1324
+ m_StretchHeight: 0
1325
+ m_ScrollView:
1326
+ m_Name: scrollview
1327
+ m_Normal:
1328
+ m_Background: {fileID: 0}
1329
+ m_ScaledBackgrounds: []
1330
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1331
+ m_Hover:
1332
+ m_Background: {fileID: 0}
1333
+ m_ScaledBackgrounds: []
1334
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1335
+ m_Active:
1336
+ m_Background: {fileID: 0}
1337
+ m_ScaledBackgrounds: []
1338
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1339
+ m_Focused:
1340
+ m_Background: {fileID: 0}
1341
+ m_ScaledBackgrounds: []
1342
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1343
+ m_OnNormal:
1344
+ m_Background: {fileID: 0}
1345
+ m_ScaledBackgrounds: []
1346
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1347
+ m_OnHover:
1348
+ m_Background: {fileID: 0}
1349
+ m_ScaledBackgrounds: []
1350
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1351
+ m_OnActive:
1352
+ m_Background: {fileID: 0}
1353
+ m_ScaledBackgrounds: []
1354
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1355
+ m_OnFocused:
1356
+ m_Background: {fileID: 0}
1357
+ m_ScaledBackgrounds: []
1358
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1359
+ m_Border:
1360
+ m_Left: 0
1361
+ m_Right: 0
1362
+ m_Top: 0
1363
+ m_Bottom: 0
1364
+ m_Margin:
1365
+ m_Left: 0
1366
+ m_Right: 0
1367
+ m_Top: 0
1368
+ m_Bottom: 0
1369
+ m_Padding:
1370
+ m_Left: 0
1371
+ m_Right: 0
1372
+ m_Top: 0
1373
+ m_Bottom: 0
1374
+ m_Overflow:
1375
+ m_Left: 0
1376
+ m_Right: 0
1377
+ m_Top: 0
1378
+ m_Bottom: 0
1379
+ m_Font: {fileID: 0}
1380
+ m_FontSize: 0
1381
+ m_FontStyle: 0
1382
+ m_Alignment: 0
1383
+ m_WordWrap: 0
1384
+ m_RichText: 0
1385
+ m_TextClipping: 1
1386
+ m_ImagePosition: 0
1387
+ m_ContentOffset: {x: 0, y: 0}
1388
+ m_FixedWidth: 0
1389
+ m_FixedHeight: 0
1390
+ m_StretchWidth: 1
1391
+ m_StretchHeight: 0
1392
+ m_CustomStyles:
1393
+ - m_Name: ToolbarBoldLabel
1394
+ m_Normal:
1395
+ m_Background: {fileID: 0}
1396
+ m_ScaledBackgrounds: []
1397
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1398
+ m_Hover:
1399
+ m_Background: {fileID: 0}
1400
+ m_ScaledBackgrounds: []
1401
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1402
+ m_Active:
1403
+ m_Background: {fileID: 0}
1404
+ m_ScaledBackgrounds: []
1405
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1406
+ m_Focused:
1407
+ m_Background: {fileID: 0}
1408
+ m_ScaledBackgrounds: []
1409
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1410
+ m_OnNormal:
1411
+ m_Background: {fileID: 0}
1412
+ m_ScaledBackgrounds: []
1413
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1414
+ m_OnHover:
1415
+ m_Background: {fileID: 0}
1416
+ m_ScaledBackgrounds: []
1417
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1418
+ m_OnActive:
1419
+ m_Background: {fileID: 0}
1420
+ m_ScaledBackgrounds: []
1421
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1422
+ m_OnFocused:
1423
+ m_Background: {fileID: 0}
1424
+ m_ScaledBackgrounds: []
1425
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1426
+ m_Border:
1427
+ m_Left: 0
1428
+ m_Right: 0
1429
+ m_Top: 0
1430
+ m_Bottom: 0
1431
+ m_Margin:
1432
+ m_Left: 0
1433
+ m_Right: 0
1434
+ m_Top: 0
1435
+ m_Bottom: 0
1436
+ m_Padding:
1437
+ m_Left: 2
1438
+ m_Right: 2
1439
+ m_Top: 2
1440
+ m_Bottom: 2
1441
+ m_Overflow:
1442
+ m_Left: 0
1443
+ m_Right: 0
1444
+ m_Top: 0
1445
+ m_Bottom: 0
1446
+ m_Font: {fileID: 0}
1447
+ m_FontSize: 12
1448
+ m_FontStyle: 1
1449
+ m_Alignment: 3
1450
+ m_WordWrap: 0
1451
+ m_RichText: 0
1452
+ m_TextClipping: 1
1453
+ m_ImagePosition: 0
1454
+ m_ContentOffset: {x: 0, y: 0}
1455
+ m_FixedWidth: 0
1456
+ m_FixedHeight: 0
1457
+ m_StretchWidth: 1
1458
+ m_StretchHeight: 0
1459
+ - m_Name: toolbarbutton
1460
+ m_Normal:
1461
+ m_Background: {fileID: 0}
1462
+ m_ScaledBackgrounds:
1463
+ - {fileID: -6675728888473347081, guid: 0000000000000000d000000000000000, type: 0}
1464
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1465
+ m_Hover:
1466
+ m_Background: {fileID: 0}
1467
+ m_ScaledBackgrounds: []
1468
+ m_TextColor: {r: 0.7411765, g: 0.7411765, b: 0.7411765, a: 1}
1469
+ m_Active:
1470
+ m_Background: {fileID: 0}
1471
+ m_ScaledBackgrounds:
1472
+ - {fileID: -6559566165897956916, guid: 0000000000000000d000000000000000, type: 0}
1473
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1474
+ m_Focused:
1475
+ m_Background: {fileID: 0}
1476
+ m_ScaledBackgrounds: []
1477
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1478
+ m_OnNormal:
1479
+ m_Background: {fileID: 0}
1480
+ m_ScaledBackgrounds:
1481
+ - {fileID: -4689374610832948062, guid: 0000000000000000d000000000000000, type: 0}
1482
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1483
+ m_OnHover:
1484
+ m_Background: {fileID: 0}
1485
+ m_ScaledBackgrounds: []
1486
+ m_TextColor: {r: 0.7411765, g: 0.7411765, b: 0.7411765, a: 1}
1487
+ m_OnActive:
1488
+ m_Background: {fileID: 0}
1489
+ m_ScaledBackgrounds:
1490
+ - {fileID: -2590580295915515212, guid: 0000000000000000d000000000000000, type: 0}
1491
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1492
+ m_OnFocused:
1493
+ m_Background: {fileID: 0}
1494
+ m_ScaledBackgrounds: []
1495
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1496
+ m_Border:
1497
+ m_Left: 6
1498
+ m_Right: 6
1499
+ m_Top: 0
1500
+ m_Bottom: 0
1501
+ m_Margin:
1502
+ m_Left: 0
1503
+ m_Right: 0
1504
+ m_Top: 0
1505
+ m_Bottom: 0
1506
+ m_Padding:
1507
+ m_Left: 5
1508
+ m_Right: 5
1509
+ m_Top: 2
1510
+ m_Bottom: 2
1511
+ m_Overflow:
1512
+ m_Left: 0
1513
+ m_Right: 1
1514
+ m_Top: 0
1515
+ m_Bottom: 0
1516
+ m_Font: {fileID: 0}
1517
+ m_FontSize: 12
1518
+ m_FontStyle: 0
1519
+ m_Alignment: 4
1520
+ m_WordWrap: 0
1521
+ m_RichText: 0
1522
+ m_TextClipping: 1
1523
+ m_ImagePosition: 0
1524
+ m_ContentOffset: {x: 0, y: 0}
1525
+ m_FixedWidth: 0
1526
+ m_FixedHeight: 0
1527
+ m_StretchWidth: 1
1528
+ m_StretchHeight: 0
1529
+ - m_Name: toolbarbuttonLeft
1530
+ m_Normal:
1531
+ m_Background: {fileID: 0}
1532
+ m_ScaledBackgrounds:
1533
+ - {fileID: -6675728888473347081, guid: 0000000000000000d000000000000000, type: 0}
1534
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1535
+ m_Hover:
1536
+ m_Background: {fileID: 0}
1537
+ m_ScaledBackgrounds: []
1538
+ m_TextColor: {r: 0.7411765, g: 0.7411765, b: 0.7411765, a: 1}
1539
+ m_Active:
1540
+ m_Background: {fileID: 0}
1541
+ m_ScaledBackgrounds:
1542
+ - {fileID: -6559566165897956916, guid: 0000000000000000d000000000000000, type: 0}
1543
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1544
+ m_Focused:
1545
+ m_Background: {fileID: 0}
1546
+ m_ScaledBackgrounds: []
1547
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1548
+ m_OnNormal:
1549
+ m_Background: {fileID: 0}
1550
+ m_ScaledBackgrounds:
1551
+ - {fileID: -4689374610832948062, guid: 0000000000000000d000000000000000, type: 0}
1552
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1553
+ m_OnHover:
1554
+ m_Background: {fileID: 0}
1555
+ m_ScaledBackgrounds: []
1556
+ m_TextColor: {r: 0.7411765, g: 0.7411765, b: 0.7411765, a: 1}
1557
+ m_OnActive:
1558
+ m_Background: {fileID: 0}
1559
+ m_ScaledBackgrounds:
1560
+ - {fileID: -2590580295915515212, guid: 0000000000000000d000000000000000, type: 0}
1561
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1562
+ m_OnFocused:
1563
+ m_Background: {fileID: 0}
1564
+ m_ScaledBackgrounds: []
1565
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1566
+ m_Border:
1567
+ m_Left: 6
1568
+ m_Right: 6
1569
+ m_Top: 0
1570
+ m_Bottom: 0
1571
+ m_Margin:
1572
+ m_Left: 0
1573
+ m_Right: 0
1574
+ m_Top: 0
1575
+ m_Bottom: 0
1576
+ m_Padding:
1577
+ m_Left: 5
1578
+ m_Right: 5
1579
+ m_Top: 2
1580
+ m_Bottom: 2
1581
+ m_Overflow:
1582
+ m_Left: 0
1583
+ m_Right: 1
1584
+ m_Top: 0
1585
+ m_Bottom: 0
1586
+ m_Font: {fileID: 0}
1587
+ m_FontSize: 12
1588
+ m_FontStyle: 0
1589
+ m_Alignment: 4
1590
+ m_WordWrap: 0
1591
+ m_RichText: 0
1592
+ m_TextClipping: 1
1593
+ m_ImagePosition: 0
1594
+ m_ContentOffset: {x: 0, y: 0}
1595
+ m_FixedWidth: 0
1596
+ m_FixedHeight: 0
1597
+ m_StretchWidth: 0
1598
+ m_StretchHeight: 0
1599
+ - m_Name: toolbarbuttonRight
1600
+ m_Normal:
1601
+ m_Background: {fileID: 0}
1602
+ m_ScaledBackgrounds:
1603
+ - {fileID: -6675728888473347081, guid: 0000000000000000d000000000000000, type: 0}
1604
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1605
+ m_Hover:
1606
+ m_Background: {fileID: 0}
1607
+ m_ScaledBackgrounds: []
1608
+ m_TextColor: {r: 0.7411765, g: 0.7411765, b: 0.7411765, a: 1}
1609
+ m_Active:
1610
+ m_Background: {fileID: 0}
1611
+ m_ScaledBackgrounds:
1612
+ - {fileID: -6559566165897956916, guid: 0000000000000000d000000000000000, type: 0}
1613
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1614
+ m_Focused:
1615
+ m_Background: {fileID: 0}
1616
+ m_ScaledBackgrounds: []
1617
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1618
+ m_OnNormal:
1619
+ m_Background: {fileID: 0}
1620
+ m_ScaledBackgrounds:
1621
+ - {fileID: -4689374610832948062, guid: 0000000000000000d000000000000000, type: 0}
1622
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1623
+ m_OnHover:
1624
+ m_Background: {fileID: 0}
1625
+ m_ScaledBackgrounds: []
1626
+ m_TextColor: {r: 0.7411765, g: 0.7411765, b: 0.7411765, a: 1}
1627
+ m_OnActive:
1628
+ m_Background: {fileID: 0}
1629
+ m_ScaledBackgrounds:
1630
+ - {fileID: -2590580295915515212, guid: 0000000000000000d000000000000000, type: 0}
1631
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1632
+ m_OnFocused:
1633
+ m_Background: {fileID: 0}
1634
+ m_ScaledBackgrounds: []
1635
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1636
+ m_Border:
1637
+ m_Left: 6
1638
+ m_Right: 6
1639
+ m_Top: 0
1640
+ m_Bottom: 0
1641
+ m_Margin:
1642
+ m_Left: 0
1643
+ m_Right: 0
1644
+ m_Top: 0
1645
+ m_Bottom: 0
1646
+ m_Padding:
1647
+ m_Left: 5
1648
+ m_Right: 5
1649
+ m_Top: 2
1650
+ m_Bottom: 2
1651
+ m_Overflow:
1652
+ m_Left: 0
1653
+ m_Right: 1
1654
+ m_Top: 0
1655
+ m_Bottom: 0
1656
+ m_Font: {fileID: 0}
1657
+ m_FontSize: 12
1658
+ m_FontStyle: 0
1659
+ m_Alignment: 4
1660
+ m_WordWrap: 0
1661
+ m_RichText: 0
1662
+ m_TextClipping: 1
1663
+ m_ImagePosition: 0
1664
+ m_ContentOffset: {x: 0, y: 0}
1665
+ m_FixedWidth: 0
1666
+ m_FixedHeight: 20
1667
+ m_StretchWidth: 1
1668
+ m_StretchHeight: 0
1669
+ - m_Name: SearchTextField
1670
+ m_Normal:
1671
+ m_Background: {fileID: 0}
1672
+ m_ScaledBackgrounds:
1673
+ - {fileID: -8620864801757323007, guid: 0000000000000000d000000000000000, type: 0}
1674
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1675
+ m_Hover:
1676
+ m_Background: {fileID: 0}
1677
+ m_ScaledBackgrounds: []
1678
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1679
+ m_Active:
1680
+ m_Background: {fileID: 0}
1681
+ m_ScaledBackgrounds: []
1682
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1683
+ m_Focused:
1684
+ m_Background: {fileID: 0}
1685
+ m_ScaledBackgrounds:
1686
+ - {fileID: -3046269524464749635, guid: 0000000000000000d000000000000000, type: 0}
1687
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1688
+ m_OnNormal:
1689
+ m_Background: {fileID: 0}
1690
+ m_ScaledBackgrounds: []
1691
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1692
+ m_OnHover:
1693
+ m_Background: {fileID: 0}
1694
+ m_ScaledBackgrounds: []
1695
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1696
+ m_OnActive:
1697
+ m_Background: {fileID: 0}
1698
+ m_ScaledBackgrounds: []
1699
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1700
+ m_OnFocused:
1701
+ m_Background: {fileID: 0}
1702
+ m_ScaledBackgrounds: []
1703
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1704
+ m_Border:
1705
+ m_Left: 17
1706
+ m_Right: 0
1707
+ m_Top: 0
1708
+ m_Bottom: 0
1709
+ m_Margin:
1710
+ m_Left: 3
1711
+ m_Right: 3
1712
+ m_Top: 2
1713
+ m_Bottom: 2
1714
+ m_Padding:
1715
+ m_Left: 14
1716
+ m_Right: 14
1717
+ m_Top: 0
1718
+ m_Bottom: 0
1719
+ m_Overflow:
1720
+ m_Left: 0
1721
+ m_Right: 0
1722
+ m_Top: 0
1723
+ m_Bottom: 0
1724
+ m_Font: {fileID: 0}
1725
+ m_FontSize: 11
1726
+ m_FontStyle: 0
1727
+ m_Alignment: 3
1728
+ m_WordWrap: 0
1729
+ m_RichText: 0
1730
+ m_TextClipping: 1
1731
+ m_ImagePosition: 0
1732
+ m_ContentOffset: {x: 0, y: 0}
1733
+ m_FixedWidth: 0
1734
+ m_FixedHeight: 16
1735
+ m_StretchWidth: 1
1736
+ m_StretchHeight: 0
1737
+ - m_Name: SearchCancelButton
1738
+ m_Normal:
1739
+ m_Background: {fileID: 0}
1740
+ m_ScaledBackgrounds:
1741
+ - {fileID: 3956275978160658998, guid: 0000000000000000d000000000000000, type: 0}
1742
+ m_TextColor: {r: 0.043137256, g: 0.043137256, b: 0.043137256, a: 1}
1743
+ m_Hover:
1744
+ m_Background: {fileID: 0}
1745
+ m_ScaledBackgrounds: []
1746
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1747
+ m_Active:
1748
+ m_Background: {fileID: 0}
1749
+ m_ScaledBackgrounds:
1750
+ - {fileID: -4255929543719976204, guid: 0000000000000000d000000000000000, type: 0}
1751
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1752
+ m_Focused:
1753
+ m_Background: {fileID: 0}
1754
+ m_ScaledBackgrounds: []
1755
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1756
+ m_OnNormal:
1757
+ m_Background: {fileID: 0}
1758
+ m_ScaledBackgrounds: []
1759
+ m_TextColor: {r: 0.043137256, g: 0.043137256, b: 0.043137256, a: 1}
1760
+ m_OnHover:
1761
+ m_Background: {fileID: 0}
1762
+ m_ScaledBackgrounds: []
1763
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1764
+ m_OnActive:
1765
+ m_Background: {fileID: 0}
1766
+ m_ScaledBackgrounds: []
1767
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1768
+ m_OnFocused:
1769
+ m_Background: {fileID: 0}
1770
+ m_ScaledBackgrounds: []
1771
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1772
+ m_Border:
1773
+ m_Left: 0
1774
+ m_Right: 0
1775
+ m_Top: 0
1776
+ m_Bottom: 0
1777
+ m_Margin:
1778
+ m_Left: 0
1779
+ m_Right: 2
1780
+ m_Top: 2
1781
+ m_Bottom: 0
1782
+ m_Padding:
1783
+ m_Left: 14
1784
+ m_Right: 0
1785
+ m_Top: 0
1786
+ m_Bottom: 0
1787
+ m_Overflow:
1788
+ m_Left: 0
1789
+ m_Right: 0
1790
+ m_Top: 0
1791
+ m_Bottom: 0
1792
+ m_Font: {fileID: 0}
1793
+ m_FontSize: 0
1794
+ m_FontStyle: 0
1795
+ m_Alignment: 3
1796
+ m_WordWrap: 0
1797
+ m_RichText: 0
1798
+ m_TextClipping: 1
1799
+ m_ImagePosition: 0
1800
+ m_ContentOffset: {x: 0, y: 0}
1801
+ m_FixedWidth: 16
1802
+ m_FixedHeight: 16
1803
+ m_StretchWidth: 0
1804
+ m_StretchHeight: 0
1805
+ - m_Name: SearchCancelButtonEmpty
1806
+ m_Normal:
1807
+ m_Background: {fileID: 0}
1808
+ m_ScaledBackgrounds:
1809
+ - {fileID: 71276251655356539, guid: 0000000000000000d000000000000000, type: 0}
1810
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1811
+ m_Hover:
1812
+ m_Background: {fileID: 0}
1813
+ m_ScaledBackgrounds: []
1814
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1815
+ m_Active:
1816
+ m_Background: {fileID: 0}
1817
+ m_ScaledBackgrounds: []
1818
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1819
+ m_Focused:
1820
+ m_Background: {fileID: 0}
1821
+ m_ScaledBackgrounds: []
1822
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1823
+ m_OnNormal:
1824
+ m_Background: {fileID: 0}
1825
+ m_ScaledBackgrounds: []
1826
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1827
+ m_OnHover:
1828
+ m_Background: {fileID: 0}
1829
+ m_ScaledBackgrounds: []
1830
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1831
+ m_OnActive:
1832
+ m_Background: {fileID: 0}
1833
+ m_ScaledBackgrounds: []
1834
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1835
+ m_OnFocused:
1836
+ m_Background: {fileID: 0}
1837
+ m_ScaledBackgrounds: []
1838
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1839
+ m_Border:
1840
+ m_Left: 0
1841
+ m_Right: 0
1842
+ m_Top: 0
1843
+ m_Bottom: 0
1844
+ m_Margin:
1845
+ m_Left: 0
1846
+ m_Right: 2
1847
+ m_Top: 2
1848
+ m_Bottom: 0
1849
+ m_Padding:
1850
+ m_Left: 14
1851
+ m_Right: 0
1852
+ m_Top: 0
1853
+ m_Bottom: 0
1854
+ m_Overflow:
1855
+ m_Left: 0
1856
+ m_Right: 0
1857
+ m_Top: 0
1858
+ m_Bottom: 0
1859
+ m_Font: {fileID: 0}
1860
+ m_FontSize: 0
1861
+ m_FontStyle: 0
1862
+ m_Alignment: 3
1863
+ m_WordWrap: 0
1864
+ m_RichText: 0
1865
+ m_TextClipping: 1
1866
+ m_ImagePosition: 0
1867
+ m_ContentOffset: {x: 0, y: 0}
1868
+ m_FixedWidth: 17
1869
+ m_FixedHeight: 16
1870
+ m_StretchWidth: 0
1871
+ m_StretchHeight: 0
1872
+ - m_Name: rbutton
1873
+ m_Normal:
1874
+ m_Background: {fileID: 2800000, guid: 1f5f7dbcaa7483f49a0d352bbb800cd5, type: 3}
1875
+ m_ScaledBackgrounds: []
1876
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1877
+ m_Hover:
1878
+ m_Background: {fileID: 2800000, guid: 71d87afaec737124fb0f06458b315819, type: 3}
1879
+ m_ScaledBackgrounds: []
1880
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1881
+ m_Active:
1882
+ m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1883
+ m_ScaledBackgrounds: []
1884
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1885
+ m_Focused:
1886
+ m_Background: {fileID: 0}
1887
+ m_ScaledBackgrounds: []
1888
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1889
+ m_OnNormal:
1890
+ m_Background: {fileID: 2800000, guid: 1f5f7dbcaa7483f49a0d352bbb800cd5, type: 3}
1891
+ m_ScaledBackgrounds: []
1892
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1893
+ m_OnHover:
1894
+ m_Background: {fileID: 2800000, guid: 71d87afaec737124fb0f06458b315819, type: 3}
1895
+ m_ScaledBackgrounds: []
1896
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1897
+ m_OnActive:
1898
+ m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1899
+ m_ScaledBackgrounds: []
1900
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1901
+ m_OnFocused:
1902
+ m_Background: {fileID: 0}
1903
+ m_ScaledBackgrounds: []
1904
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1905
+ m_Border:
1906
+ m_Left: 0
1907
+ m_Right: 0
1908
+ m_Top: 0
1909
+ m_Bottom: 0
1910
+ m_Margin:
1911
+ m_Left: 0
1912
+ m_Right: 0
1913
+ m_Top: 0
1914
+ m_Bottom: 0
1915
+ m_Padding:
1916
+ m_Left: 0
1917
+ m_Right: 0
1918
+ m_Top: 0
1919
+ m_Bottom: 0
1920
+ m_Overflow:
1921
+ m_Left: 0
1922
+ m_Right: 0
1923
+ m_Top: 0
1924
+ m_Bottom: 0
1925
+ m_Font: {fileID: 0}
1926
+ m_FontSize: 12
1927
+ m_FontStyle: 0
1928
+ m_Alignment: 4
1929
+ m_WordWrap: 0
1930
+ m_RichText: 0
1931
+ m_TextClipping: 1
1932
+ m_ImagePosition: 0
1933
+ m_ContentOffset: {x: 0, y: 0}
1934
+ m_FixedWidth: 0
1935
+ m_FixedHeight: 0
1936
+ m_StretchWidth: 0
1937
+ m_StretchHeight: 0
1938
+ - m_Name: rbutton_left
1939
+ m_Normal:
1940
+ m_Background: {fileID: 2800000, guid: 1f5f7dbcaa7483f49a0d352bbb800cd5, type: 3}
1941
+ m_ScaledBackgrounds: []
1942
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1943
+ m_Hover:
1944
+ m_Background: {fileID: 2800000, guid: 71d87afaec737124fb0f06458b315819, type: 3}
1945
+ m_ScaledBackgrounds: []
1946
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1947
+ m_Active:
1948
+ m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1949
+ m_ScaledBackgrounds: []
1950
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1951
+ m_Focused:
1952
+ m_Background: {fileID: 0}
1953
+ m_ScaledBackgrounds: []
1954
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1955
+ m_OnNormal:
1956
+ m_Background: {fileID: 2800000, guid: 1f5f7dbcaa7483f49a0d352bbb800cd5, type: 3}
1957
+ m_ScaledBackgrounds: []
1958
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1959
+ m_OnHover:
1960
+ m_Background: {fileID: 2800000, guid: 71d87afaec737124fb0f06458b315819, type: 3}
1961
+ m_ScaledBackgrounds: []
1962
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1963
+ m_OnActive:
1964
+ m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1965
+ m_ScaledBackgrounds: []
1966
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1967
+ m_OnFocused:
1968
+ m_Background: {fileID: 0}
1969
+ m_ScaledBackgrounds: []
1970
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1971
+ m_Border:
1972
+ m_Left: 0
1973
+ m_Right: 0
1974
+ m_Top: 0
1975
+ m_Bottom: 0
1976
+ m_Margin:
1977
+ m_Left: 0
1978
+ m_Right: 0
1979
+ m_Top: 0
1980
+ m_Bottom: 0
1981
+ m_Padding:
1982
+ m_Left: 2
1983
+ m_Right: 2
1984
+ m_Top: 2
1985
+ m_Bottom: 2
1986
+ m_Overflow:
1987
+ m_Left: 0
1988
+ m_Right: 0
1989
+ m_Top: 0
1990
+ m_Bottom: 0
1991
+ m_Font: {fileID: 0}
1992
+ m_FontSize: 12
1993
+ m_FontStyle: 0
1994
+ m_Alignment: 3
1995
+ m_WordWrap: 0
1996
+ m_RichText: 0
1997
+ m_TextClipping: 1
1998
+ m_ImagePosition: 0
1999
+ m_ContentOffset: {x: 4, y: 0}
2000
+ m_FixedWidth: 0
2001
+ m_FixedHeight: 0
2002
+ m_StretchWidth: 1
2003
+ m_StretchHeight: 0
2004
+ - m_Name: rbutton_left_active
2005
+ m_Normal:
2006
+ m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
2007
+ m_ScaledBackgrounds: []
2008
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2009
+ m_Hover:
2010
+ m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
2011
+ m_ScaledBackgrounds: []
2012
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2013
+ m_Active:
2014
+ m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
2015
+ m_ScaledBackgrounds: []
2016
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2017
+ m_Focused:
2018
+ m_Background: {fileID: 0}
2019
+ m_ScaledBackgrounds: []
2020
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2021
+ m_OnNormal:
2022
+ m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
2023
+ m_ScaledBackgrounds: []
2024
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2025
+ m_OnHover:
2026
+ m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
2027
+ m_ScaledBackgrounds: []
2028
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2029
+ m_OnActive:
2030
+ m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
2031
+ m_ScaledBackgrounds: []
2032
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2033
+ m_OnFocused:
2034
+ m_Background: {fileID: 0}
2035
+ m_ScaledBackgrounds: []
2036
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2037
+ m_Border:
2038
+ m_Left: 0
2039
+ m_Right: 0
2040
+ m_Top: 0
2041
+ m_Bottom: 0
2042
+ m_Margin:
2043
+ m_Left: 0
2044
+ m_Right: 0
2045
+ m_Top: 0
2046
+ m_Bottom: 0
2047
+ m_Padding:
2048
+ m_Left: 2
2049
+ m_Right: 2
2050
+ m_Top: 2
2051
+ m_Bottom: 2
2052
+ m_Overflow:
2053
+ m_Left: 0
2054
+ m_Right: 0
2055
+ m_Top: 0
2056
+ m_Bottom: 0
2057
+ m_Font: {fileID: 0}
2058
+ m_FontSize: 14
2059
+ m_FontStyle: 1
2060
+ m_Alignment: 3
2061
+ m_WordWrap: 0
2062
+ m_RichText: 0
2063
+ m_TextClipping: 1
2064
+ m_ImagePosition: 0
2065
+ m_ContentOffset: {x: 4, y: 0}
2066
+ m_FixedWidth: 0
2067
+ m_FixedHeight: 0
2068
+ m_StretchWidth: 0
2069
+ m_StretchHeight: 0
2070
+ - m_Name: rbutton_green
2071
+ m_Normal:
2072
+ m_Background: {fileID: 2800000, guid: 93b323d6e96ab5545880a213c5a6234c, type: 3}
2073
+ m_ScaledBackgrounds: []
2074
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2075
+ m_Hover:
2076
+ m_Background: {fileID: 2800000, guid: 5f6528841d1c9de40a5b43aaa8f215e0, type: 3}
2077
+ m_ScaledBackgrounds: []
2078
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2079
+ m_Active:
2080
+ m_Background: {fileID: 2800000, guid: 15879d6f6c8214c4584ed095b252e1c6, type: 3}
2081
+ m_ScaledBackgrounds: []
2082
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2083
+ m_Focused:
2084
+ m_Background: {fileID: 0}
2085
+ m_ScaledBackgrounds: []
2086
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2087
+ m_OnNormal:
2088
+ m_Background: {fileID: 2800000, guid: 93b323d6e96ab5545880a213c5a6234c, type: 3}
2089
+ m_ScaledBackgrounds: []
2090
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2091
+ m_OnHover:
2092
+ m_Background: {fileID: 2800000, guid: 5f6528841d1c9de40a5b43aaa8f215e0, type: 3}
2093
+ m_ScaledBackgrounds: []
2094
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2095
+ m_OnActive:
2096
+ m_Background: {fileID: 2800000, guid: 15879d6f6c8214c4584ed095b252e1c6, type: 3}
2097
+ m_ScaledBackgrounds: []
2098
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2099
+ m_OnFocused:
2100
+ m_Background: {fileID: 0}
2101
+ m_ScaledBackgrounds: []
2102
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2103
+ m_Border:
2104
+ m_Left: 0
2105
+ m_Right: 0
2106
+ m_Top: 0
2107
+ m_Bottom: 0
2108
+ m_Margin:
2109
+ m_Left: 0
2110
+ m_Right: 0
2111
+ m_Top: 0
2112
+ m_Bottom: 0
2113
+ m_Padding:
2114
+ m_Left: 2
2115
+ m_Right: 2
2116
+ m_Top: 2
2117
+ m_Bottom: 2
2118
+ m_Overflow:
2119
+ m_Left: 0
2120
+ m_Right: 0
2121
+ m_Top: 0
2122
+ m_Bottom: 0
2123
+ m_Font: {fileID: 0}
2124
+ m_FontSize: 12
2125
+ m_FontStyle: 0
2126
+ m_Alignment: 4
2127
+ m_WordWrap: 0
2128
+ m_RichText: 0
2129
+ m_TextClipping: 1
2130
+ m_ImagePosition: 0
2131
+ m_ContentOffset: {x: 0, y: 0}
2132
+ m_FixedWidth: 0
2133
+ m_FixedHeight: 0
2134
+ m_StretchWidth: 0
2135
+ m_StretchHeight: 0
2136
+ - m_Name: rbutton_green_left
2137
+ m_Normal:
2138
+ m_Background: {fileID: 2800000, guid: 93b323d6e96ab5545880a213c5a6234c, type: 3}
2139
+ m_ScaledBackgrounds: []
2140
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2141
+ m_Hover:
2142
+ m_Background: {fileID: 2800000, guid: 5f6528841d1c9de40a5b43aaa8f215e0, type: 3}
2143
+ m_ScaledBackgrounds: []
2144
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2145
+ m_Active:
2146
+ m_Background: {fileID: 2800000, guid: 15879d6f6c8214c4584ed095b252e1c6, type: 3}
2147
+ m_ScaledBackgrounds: []
2148
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2149
+ m_Focused:
2150
+ m_Background: {fileID: 0}
2151
+ m_ScaledBackgrounds: []
2152
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2153
+ m_OnNormal:
2154
+ m_Background: {fileID: 2800000, guid: 93b323d6e96ab5545880a213c5a6234c, type: 3}
2155
+ m_ScaledBackgrounds: []
2156
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2157
+ m_OnHover:
2158
+ m_Background: {fileID: 2800000, guid: 5f6528841d1c9de40a5b43aaa8f215e0, type: 3}
2159
+ m_ScaledBackgrounds: []
2160
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2161
+ m_OnActive:
2162
+ m_Background: {fileID: 2800000, guid: 15879d6f6c8214c4584ed095b252e1c6, type: 3}
2163
+ m_ScaledBackgrounds: []
2164
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2165
+ m_OnFocused:
2166
+ m_Background: {fileID: 0}
2167
+ m_ScaledBackgrounds: []
2168
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2169
+ m_Border:
2170
+ m_Left: 0
2171
+ m_Right: 0
2172
+ m_Top: 0
2173
+ m_Bottom: 0
2174
+ m_Margin:
2175
+ m_Left: 0
2176
+ m_Right: 0
2177
+ m_Top: 0
2178
+ m_Bottom: 0
2179
+ m_Padding:
2180
+ m_Left: 2
2181
+ m_Right: 2
2182
+ m_Top: 2
2183
+ m_Bottom: 2
2184
+ m_Overflow:
2185
+ m_Left: 0
2186
+ m_Right: 0
2187
+ m_Top: 0
2188
+ m_Bottom: 0
2189
+ m_Font: {fileID: 0}
2190
+ m_FontSize: 12
2191
+ m_FontStyle: 0
2192
+ m_Alignment: 3
2193
+ m_WordWrap: 0
2194
+ m_RichText: 0
2195
+ m_TextClipping: 1
2196
+ m_ImagePosition: 0
2197
+ m_ContentOffset: {x: 4, y: 0}
2198
+ m_FixedWidth: 0
2199
+ m_FixedHeight: 0
2200
+ m_StretchWidth: 0
2201
+ m_StretchHeight: 0
2202
+ - m_Name: rbutton_yellow
2203
+ m_Normal:
2204
+ m_Background: {fileID: 2800000, guid: e51211753ec2f464c855dde168d031c5, type: 3}
2205
+ m_ScaledBackgrounds: []
2206
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2207
+ m_Hover:
2208
+ m_Background: {fileID: 2800000, guid: 23b37282577797d45816747367389772, type: 3}
2209
+ m_ScaledBackgrounds: []
2210
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2211
+ m_Active:
2212
+ m_Background: {fileID: 2800000, guid: f5a4108a75b557b4198cf991bff45c5e, type: 3}
2213
+ m_ScaledBackgrounds: []
2214
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2215
+ m_Focused:
2216
+ m_Background: {fileID: 0}
2217
+ m_ScaledBackgrounds: []
2218
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2219
+ m_OnNormal:
2220
+ m_Background: {fileID: 2800000, guid: e51211753ec2f464c855dde168d031c5, type: 3}
2221
+ m_ScaledBackgrounds: []
2222
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2223
+ m_OnHover:
2224
+ m_Background: {fileID: 2800000, guid: 23b37282577797d45816747367389772, type: 3}
2225
+ m_ScaledBackgrounds: []
2226
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2227
+ m_OnActive:
2228
+ m_Background: {fileID: 2800000, guid: f5a4108a75b557b4198cf991bff45c5e, type: 3}
2229
+ m_ScaledBackgrounds: []
2230
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2231
+ m_OnFocused:
2232
+ m_Background: {fileID: 0}
2233
+ m_ScaledBackgrounds: []
2234
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2235
+ m_Border:
2236
+ m_Left: 0
2237
+ m_Right: 0
2238
+ m_Top: 0
2239
+ m_Bottom: 0
2240
+ m_Margin:
2241
+ m_Left: 0
2242
+ m_Right: 0
2243
+ m_Top: 0
2244
+ m_Bottom: 0
2245
+ m_Padding:
2246
+ m_Left: 2
2247
+ m_Right: 2
2248
+ m_Top: 2
2249
+ m_Bottom: 2
2250
+ m_Overflow:
2251
+ m_Left: 0
2252
+ m_Right: 0
2253
+ m_Top: 0
2254
+ m_Bottom: 0
2255
+ m_Font: {fileID: 0}
2256
+ m_FontSize: 12
2257
+ m_FontStyle: 0
2258
+ m_Alignment: 4
2259
+ m_WordWrap: 0
2260
+ m_RichText: 0
2261
+ m_TextClipping: 1
2262
+ m_ImagePosition: 0
2263
+ m_ContentOffset: {x: 0, y: 0}
2264
+ m_FixedWidth: 0
2265
+ m_FixedHeight: 0
2266
+ m_StretchWidth: 0
2267
+ m_StretchHeight: 0
2268
+ - m_Name: rbutton_blue
2269
+ m_Normal:
2270
+ m_Background: {fileID: 2800000, guid: aa089f919c7ff0d42b3d9bf934550e83, type: 3}
2271
+ m_ScaledBackgrounds: []
2272
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2273
+ m_Hover:
2274
+ m_Background: {fileID: 2800000, guid: 3aab948c412efcb41a41d73340915ee6, type: 3}
2275
+ m_ScaledBackgrounds: []
2276
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2277
+ m_Active:
2278
+ m_Background: {fileID: 2800000, guid: 93b31c9bfd8adac42a85bcfbebeb5e9f, type: 3}
2279
+ m_ScaledBackgrounds: []
2280
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2281
+ m_Focused:
2282
+ m_Background: {fileID: 0}
2283
+ m_ScaledBackgrounds: []
2284
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2285
+ m_OnNormal:
2286
+ m_Background: {fileID: 2800000, guid: aa089f919c7ff0d42b3d9bf934550e83, type: 3}
2287
+ m_ScaledBackgrounds: []
2288
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2289
+ m_OnHover:
2290
+ m_Background: {fileID: 2800000, guid: 3aab948c412efcb41a41d73340915ee6, type: 3}
2291
+ m_ScaledBackgrounds: []
2292
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2293
+ m_OnActive:
2294
+ m_Background: {fileID: 2800000, guid: 93b31c9bfd8adac42a85bcfbebeb5e9f, type: 3}
2295
+ m_ScaledBackgrounds: []
2296
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2297
+ m_OnFocused:
2298
+ m_Background: {fileID: 0}
2299
+ m_ScaledBackgrounds: []
2300
+ m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
2301
+ m_Border:
2302
+ m_Left: 0
2303
+ m_Right: 0
2304
+ m_Top: 0
2305
+ m_Bottom: 0
2306
+ m_Margin:
2307
+ m_Left: 0
2308
+ m_Right: 0
2309
+ m_Top: 0
2310
+ m_Bottom: 0
2311
+ m_Padding:
2312
+ m_Left: 2
2313
+ m_Right: 2
2314
+ m_Top: 2
2315
+ m_Bottom: 2
2316
+ m_Overflow:
2317
+ m_Left: 0
2318
+ m_Right: 0
2319
+ m_Top: 0
2320
+ m_Bottom: 0
2321
+ m_Font: {fileID: 0}
2322
+ m_FontSize: 12
2323
+ m_FontStyle: 0
2324
+ m_Alignment: 4
2325
+ m_WordWrap: 0
2326
+ m_RichText: 0
2327
+ m_TextClipping: 1
2328
+ m_ImagePosition: 0
2329
+ m_ContentOffset: {x: 0, y: 0}
2330
+ m_FixedWidth: 0
2331
+ m_FixedHeight: 0
2332
+ m_StretchWidth: 0
2333
+ m_StretchHeight: 0
2334
+ - m_Name: rbold_label
2335
+ m_Normal:
2336
+ m_Background: {fileID: 0}
2337
+ m_ScaledBackgrounds: []
2338
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2339
+ m_Hover:
2340
+ m_Background: {fileID: 0}
2341
+ m_ScaledBackgrounds: []
2342
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2343
+ m_Active:
2344
+ m_Background: {fileID: 0}
2345
+ m_ScaledBackgrounds: []
2346
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2347
+ m_Focused:
2348
+ m_Background: {fileID: 0}
2349
+ m_ScaledBackgrounds: []
2350
+ m_TextColor: {r: 0.5058824, g: 0.7058824, b: 1, a: 1}
2351
+ m_OnNormal:
2352
+ m_Background: {fileID: 0}
2353
+ m_ScaledBackgrounds: []
2354
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2355
+ m_OnHover:
2356
+ m_Background: {fileID: 0}
2357
+ m_ScaledBackgrounds: []
2358
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2359
+ m_OnActive:
2360
+ m_Background: {fileID: 0}
2361
+ m_ScaledBackgrounds: []
2362
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2363
+ m_OnFocused:
2364
+ m_Background: {fileID: 0}
2365
+ m_ScaledBackgrounds: []
2366
+ m_TextColor: {r: 1, g: 1, b: 1, a: 1}
2367
+ m_Border:
2368
+ m_Left: 0
2369
+ m_Right: 0
2370
+ m_Top: 0
2371
+ m_Bottom: 0
2372
+ m_Margin:
2373
+ m_Left: 3
2374
+ m_Right: 3
2375
+ m_Top: 2
2376
+ m_Bottom: 2
2377
+ m_Padding:
2378
+ m_Left: 1
2379
+ m_Right: 1
2380
+ m_Top: 0
2381
+ m_Bottom: 0
2382
+ m_Overflow:
2383
+ m_Left: 0
2384
+ m_Right: 0
2385
+ m_Top: 0
2386
+ m_Bottom: 0
2387
+ m_Font: {fileID: 0}
2388
+ m_FontSize: 12
2389
+ m_FontStyle: 1
2390
+ m_Alignment: 0
2391
+ m_WordWrap: 0
2392
+ m_RichText: 0
2393
+ m_TextClipping: 1
2394
+ m_ImagePosition: 0
2395
+ m_ContentOffset: {x: 0, y: 0}
2396
+ m_FixedWidth: 0
2397
+ m_FixedHeight: 0
2398
+ m_StretchWidth: 0
2399
+ m_StretchHeight: 0
2400
+ - m_Name: ToolbarPopup
2401
+ m_Normal:
2402
+ m_Background: {fileID: 0}
2403
+ m_ScaledBackgrounds:
2404
+ - {fileID: 467017499206127571, guid: 0000000000000000d000000000000000, type: 0}
2405
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2406
+ m_Hover:
2407
+ m_Background: {fileID: 0}
2408
+ m_ScaledBackgrounds: []
2409
+ m_TextColor: {r: 0.7411765, g: 0.7411765, b: 0.7411765, a: 1}
2410
+ m_Active:
2411
+ m_Background: {fileID: 0}
2412
+ m_ScaledBackgrounds: []
2413
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2414
+ m_Focused:
2415
+ m_Background: {fileID: 0}
2416
+ m_ScaledBackgrounds: []
2417
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2418
+ m_OnNormal:
2419
+ m_Background: {fileID: 0}
2420
+ m_ScaledBackgrounds: []
2421
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2422
+ m_OnHover:
2423
+ m_Background: {fileID: 0}
2424
+ m_ScaledBackgrounds: []
2425
+ m_TextColor: {r: 0.7411765, g: 0.7411765, b: 0.7411765, a: 1}
2426
+ m_OnActive:
2427
+ m_Background: {fileID: 0}
2428
+ m_ScaledBackgrounds: []
2429
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2430
+ m_OnFocused:
2431
+ m_Background: {fileID: 0}
2432
+ m_ScaledBackgrounds: []
2433
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2434
+ m_Border:
2435
+ m_Left: 2
2436
+ m_Right: 10
2437
+ m_Top: 0
2438
+ m_Bottom: 0
2439
+ m_Margin:
2440
+ m_Left: 0
2441
+ m_Right: 0
2442
+ m_Top: 0
2443
+ m_Bottom: 0
2444
+ m_Padding:
2445
+ m_Left: 4
2446
+ m_Right: 15
2447
+ m_Top: 2
2448
+ m_Bottom: 2
2449
+ m_Overflow:
2450
+ m_Left: 0
2451
+ m_Right: 1
2452
+ m_Top: 0
2453
+ m_Bottom: 0
2454
+ m_Font: {fileID: 0}
2455
+ m_FontSize: 12
2456
+ m_FontStyle: 1
2457
+ m_Alignment: 3
2458
+ m_WordWrap: 0
2459
+ m_RichText: 0
2460
+ m_TextClipping: 1
2461
+ m_ImagePosition: 0
2462
+ m_ContentOffset: {x: 0, y: 0}
2463
+ m_FixedWidth: 0
2464
+ m_FixedHeight: 24
2465
+ m_StretchWidth: 0
2466
+ m_StretchHeight: 0
2467
+ - m_Name: ToolbarDropDown
2468
+ m_Normal:
2469
+ m_Background: {fileID: 0}
2470
+ m_ScaledBackgrounds:
2471
+ - {fileID: 767710378136053087, guid: 0000000000000000d000000000000000, type: 0}
2472
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2473
+ m_Hover:
2474
+ m_Background: {fileID: 0}
2475
+ m_ScaledBackgrounds: []
2476
+ m_TextColor: {r: 0.7411765, g: 0.7411765, b: 0.7411765, a: 1}
2477
+ m_Active:
2478
+ m_Background: {fileID: 0}
2479
+ m_ScaledBackgrounds: []
2480
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2481
+ m_Focused:
2482
+ m_Background: {fileID: 0}
2483
+ m_ScaledBackgrounds: []
2484
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2485
+ m_OnNormal:
2486
+ m_Background: {fileID: 0}
2487
+ m_ScaledBackgrounds: []
2488
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2489
+ m_OnHover:
2490
+ m_Background: {fileID: 0}
2491
+ m_ScaledBackgrounds: []
2492
+ m_TextColor: {r: 0.7411765, g: 0.7411765, b: 0.7411765, a: 1}
2493
+ m_OnActive:
2494
+ m_Background: {fileID: 0}
2495
+ m_ScaledBackgrounds: []
2496
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2497
+ m_OnFocused:
2498
+ m_Background: {fileID: 0}
2499
+ m_ScaledBackgrounds: []
2500
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2501
+ m_Border:
2502
+ m_Left: 0
2503
+ m_Right: 0
2504
+ m_Top: 0
2505
+ m_Bottom: 0
2506
+ m_Margin:
2507
+ m_Left: 0
2508
+ m_Right: 0
2509
+ m_Top: 0
2510
+ m_Bottom: 0
2511
+ m_Padding:
2512
+ m_Left: 0
2513
+ m_Right: 0
2514
+ m_Top: 0
2515
+ m_Bottom: 0
2516
+ m_Overflow:
2517
+ m_Left: 0
2518
+ m_Right: 0
2519
+ m_Top: 0
2520
+ m_Bottom: 0
2521
+ m_Font: {fileID: 0}
2522
+ m_FontSize: 14
2523
+ m_FontStyle: 1
2524
+ m_Alignment: 3
2525
+ m_WordWrap: 0
2526
+ m_RichText: 0
2527
+ m_TextClipping: 1
2528
+ m_ImagePosition: 0
2529
+ m_ContentOffset: {x: 0, y: 0}
2530
+ m_FixedWidth: 0
2531
+ m_FixedHeight: 24
2532
+ m_StretchWidth: 0
2533
+ m_StretchHeight: 0
2534
+ - m_Name: DropDownButton
2535
+ m_Normal:
2536
+ m_Background: {fileID: 0}
2537
+ m_ScaledBackgrounds:
2538
+ - {fileID: -5738637762704840506, guid: 0000000000000000d000000000000000, type: 0}
2539
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2540
+ m_Hover:
2541
+ m_Background: {fileID: 0}
2542
+ m_ScaledBackgrounds: []
2543
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2544
+ m_Active:
2545
+ m_Background: {fileID: 0}
2546
+ m_ScaledBackgrounds:
2547
+ - {fileID: 4019091504251541929, guid: 0000000000000000d000000000000000, type: 0}
2548
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2549
+ m_Focused:
2550
+ m_Background: {fileID: 0}
2551
+ m_ScaledBackgrounds: []
2552
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2553
+ m_OnNormal:
2554
+ m_Background: {fileID: 0}
2555
+ m_ScaledBackgrounds: []
2556
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2557
+ m_OnHover:
2558
+ m_Background: {fileID: 0}
2559
+ m_ScaledBackgrounds: []
2560
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2561
+ m_OnActive:
2562
+ m_Background: {fileID: 0}
2563
+ m_ScaledBackgrounds: []
2564
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2565
+ m_OnFocused:
2566
+ m_Background: {fileID: 0}
2567
+ m_ScaledBackgrounds: []
2568
+ m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
2569
+ m_Border:
2570
+ m_Left: 4
2571
+ m_Right: 20
2572
+ m_Top: 3
2573
+ m_Bottom: 3
2574
+ m_Margin:
2575
+ m_Left: 6
2576
+ m_Right: 6
2577
+ m_Top: 2
2578
+ m_Bottom: 2
2579
+ m_Padding:
2580
+ m_Left: 2
2581
+ m_Right: 2
2582
+ m_Top: 1
2583
+ m_Bottom: 2
2584
+ m_Overflow:
2585
+ m_Left: 0
2586
+ m_Right: 0
2587
+ m_Top: -1
2588
+ m_Bottom: 2
2589
+ m_Font: {fileID: 0}
2590
+ m_FontSize: 0
2591
+ m_FontStyle: 0
2592
+ m_Alignment: 4
2593
+ m_WordWrap: 0
2594
+ m_RichText: 0
2595
+ m_TextClipping: 1
2596
+ m_ImagePosition: 0
2597
+ m_ContentOffset: {x: 0, y: 0}
2598
+ m_FixedWidth: 0
2599
+ m_FixedHeight: 18
2600
+ m_StretchWidth: 1
2601
+ m_StretchHeight: 0
2602
+ - m_Name: ToolbarTitleLab
2603
+ m_Normal:
2604
+ m_Background: {fileID: 0}
2605
+ m_ScaledBackgrounds: []
2606
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2607
+ m_Hover:
2608
+ m_Background: {fileID: 0}
2609
+ m_ScaledBackgrounds: []
2610
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2611
+ m_Active:
2612
+ m_Background: {fileID: 0}
2613
+ m_ScaledBackgrounds: []
2614
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2615
+ m_Focused:
2616
+ m_Background: {fileID: 0}
2617
+ m_ScaledBackgrounds: []
2618
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2619
+ m_OnNormal:
2620
+ m_Background: {fileID: 0}
2621
+ m_ScaledBackgrounds: []
2622
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2623
+ m_OnHover:
2624
+ m_Background: {fileID: 0}
2625
+ m_ScaledBackgrounds: []
2626
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2627
+ m_OnActive:
2628
+ m_Background: {fileID: 0}
2629
+ m_ScaledBackgrounds: []
2630
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2631
+ m_OnFocused:
2632
+ m_Background: {fileID: 0}
2633
+ m_ScaledBackgrounds: []
2634
+ m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
2635
+ m_Border:
2636
+ m_Left: 0
2637
+ m_Right: 0
2638
+ m_Top: 0
2639
+ m_Bottom: 0
2640
+ m_Margin:
2641
+ m_Left: 0
2642
+ m_Right: 0
2643
+ m_Top: 0
2644
+ m_Bottom: 0
2645
+ m_Padding:
2646
+ m_Left: 2
2647
+ m_Right: 2
2648
+ m_Top: 2
2649
+ m_Bottom: 2
2650
+ m_Overflow:
2651
+ m_Left: 0
2652
+ m_Right: 0
2653
+ m_Top: 0
2654
+ m_Bottom: 0
2655
+ m_Font: {fileID: 0}
2656
+ m_FontSize: 14
2657
+ m_FontStyle: 1
2658
+ m_Alignment: 3
2659
+ m_WordWrap: 0
2660
+ m_RichText: 0
2661
+ m_TextClipping: 1
2662
+ m_ImagePosition: 0
2663
+ m_ContentOffset: {x: 8, y: 0}
2664
+ m_FixedWidth: 0
2665
+ m_FixedHeight: 0
2666
+ m_StretchWidth: 1
2667
+ m_StretchHeight: 0
2668
+ m_Settings:
2669
+ m_DoubleClickSelectsWord: 1
2670
+ m_TripleClickSelectsLine: 1
2671
+ m_CursorColor: {r: 0.7058824, g: 0.7058824, b: 0.7058824, a: 1}
2672
+ m_CursorFlashSpeed: 0
2673
+ m_SelectionColor: {r: 0.23921569, g: 0.5019608, b: 0.8745098, a: 0.6509804}