com.typhoon.unitysdk 1.0.89 → 1.0.91

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 (160) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/Editor/GUIDrawer.cs +1 -1
  3. package/Editor/HistoryVersionWindow.cs +5 -3
  4. package/Editor/OppoMiniConfig.cs +7 -7
  5. package/Editor/PreferencesWindow.cs +1 -2
  6. package/Editor/PublishSettingInspector.cs +2 -2
  7. package/Editor/PublishWindow.cs +20 -19
  8. package/Editor/Styles.cs +474 -181
  9. package/Editor/Texture/dark/blue_active.png +0 -0
  10. package/Editor/Texture/dark/blue_active.png.meta +144 -0
  11. package/Editor/Texture/dark/blue_hover.png +0 -0
  12. package/Editor/Texture/dark/blue_hover.png.meta +144 -0
  13. package/Editor/Texture/dark/blue_normal.png +0 -0
  14. package/Editor/Texture/dark/blue_normal.png.meta +144 -0
  15. package/Editor/Texture/dark/green_active.png +0 -0
  16. package/Editor/Texture/dark/green_active.png.meta +144 -0
  17. package/Editor/Texture/dark/green_hover.png +0 -0
  18. package/Editor/Texture/dark/green_hover.png.meta +144 -0
  19. package/Editor/Texture/dark/green_normal.png +0 -0
  20. package/Editor/Texture/dark/green_normal.png.meta +144 -0
  21. package/Editor/Texture/dark/help_box.png +0 -0
  22. package/Editor/Texture/dark/help_box.png.meta +144 -0
  23. package/Editor/Texture/dark/menu_active.png +0 -0
  24. package/Editor/Texture/dark/menu_active.png.meta +144 -0
  25. package/Editor/Texture/dark/n_active.png +0 -0
  26. package/Editor/Texture/dark/n_active.png.meta +144 -0
  27. package/Editor/Texture/dark/n_hover.png +0 -0
  28. package/Editor/Texture/dark/n_hover.png.meta +144 -0
  29. package/Editor/Texture/dark/n_normal.png +0 -0
  30. package/Editor/Texture/dark/n_normal.png.meta +144 -0
  31. package/Editor/Texture/dark/red_active.png +0 -0
  32. package/Editor/Texture/dark/red_active.png.meta +144 -0
  33. package/Editor/Texture/dark/red_hover.png +0 -0
  34. package/Editor/Texture/dark/red_hover.png.meta +144 -0
  35. package/Editor/Texture/dark/red_normal.png +0 -0
  36. package/Editor/Texture/dark/red_normal.png.meta +144 -0
  37. package/Editor/Texture/dark/square_b_active.png +0 -0
  38. package/Editor/Texture/dark/square_b_active.png.meta +144 -0
  39. package/Editor/Texture/dark/square_b_hover.png +0 -0
  40. package/Editor/Texture/dark/square_b_hover.png.meta +144 -0
  41. package/Editor/Texture/dark/square_b_normal.png +0 -0
  42. package/Editor/Texture/dark/square_b_normal.png.meta +144 -0
  43. package/Editor/Texture/dark/square_g_active.png +0 -0
  44. package/Editor/Texture/dark/square_g_active.png.meta +144 -0
  45. package/Editor/Texture/dark/square_g_hover.png +0 -0
  46. package/Editor/Texture/dark/square_g_hover.png.meta +144 -0
  47. package/Editor/Texture/dark/square_g_normal.png +0 -0
  48. package/Editor/Texture/dark/square_g_normal.png.meta +144 -0
  49. package/Editor/Texture/dark/square_menu_active.png +0 -0
  50. package/Editor/Texture/dark/square_menu_active.png.meta +144 -0
  51. package/Editor/Texture/dark/square_n_active.png +0 -0
  52. package/Editor/Texture/dark/square_n_active.png.meta +144 -0
  53. package/Editor/Texture/dark/square_n_hover.png +0 -0
  54. package/Editor/Texture/dark/square_n_hover.png.meta +144 -0
  55. package/Editor/Texture/dark/square_n_normal.png +0 -0
  56. package/Editor/Texture/dark/square_n_normal.png.meta +144 -0
  57. package/Editor/Texture/dark/square_r_active.png +0 -0
  58. package/Editor/Texture/dark/square_r_active.png.meta +144 -0
  59. package/Editor/Texture/dark/square_r_hover.png +0 -0
  60. package/Editor/Texture/dark/square_r_hover.png.meta +144 -0
  61. package/Editor/Texture/dark/square_r_normal.png +0 -0
  62. package/Editor/Texture/dark/square_r_normal.png.meta +144 -0
  63. package/Editor/Texture/dark/square_y_active.png +0 -0
  64. package/Editor/Texture/dark/square_y_active.png.meta +144 -0
  65. package/Editor/Texture/dark/square_y_hover.png +0 -0
  66. package/Editor/Texture/dark/square_y_hover.png.meta +144 -0
  67. package/Editor/Texture/dark/square_y_normal.png +0 -0
  68. package/Editor/Texture/dark/square_y_normal.png.meta +144 -0
  69. package/Editor/Texture/dark/title_bar.png +0 -0
  70. package/Editor/Texture/dark/title_bar.png.meta +144 -0
  71. package/Editor/Texture/dark/yellow_active.png +0 -0
  72. package/Editor/Texture/dark/yellow_active.png.meta +144 -0
  73. package/Editor/Texture/dark/yellow_hover.png +0 -0
  74. package/Editor/Texture/dark/yellow_hover.png.meta +144 -0
  75. package/Editor/Texture/dark/yellow_normal.png +0 -0
  76. package/Editor/Texture/dark/yellow_normal.png.meta +144 -0
  77. package/Editor/{Skin.guiskin.meta → Texture/dark.meta} +3 -3
  78. package/Editor/Texture/icon/error.png +0 -0
  79. package/Editor/Texture/icon/error.png.meta +144 -0
  80. package/Editor/Texture/icon/info.png +0 -0
  81. package/Editor/Texture/icon/info.png.meta +144 -0
  82. package/Editor/Texture/icon/warning.png +0 -0
  83. package/Editor/Texture/icon/warning.png.meta +144 -0
  84. package/Editor/{SkinLight.guiskin.meta → Texture/icon.meta} +3 -3
  85. package/Editor/Texture/light/blue_active.png +0 -0
  86. package/Editor/Texture/light/blue_active.png.meta +144 -0
  87. package/Editor/Texture/light/blue_hover.png +0 -0
  88. package/Editor/Texture/light/blue_hover.png.meta +144 -0
  89. package/Editor/Texture/light/blue_normal.png +0 -0
  90. package/Editor/Texture/light/blue_normal.png.meta +144 -0
  91. package/Editor/Texture/light/green_active.png +0 -0
  92. package/Editor/Texture/light/green_active.png.meta +144 -0
  93. package/Editor/Texture/light/green_hover.png +0 -0
  94. package/Editor/Texture/light/green_hover.png.meta +144 -0
  95. package/Editor/Texture/light/green_normal.png +0 -0
  96. package/Editor/Texture/light/green_normal.png.meta +144 -0
  97. package/Editor/Texture/light/help_box.png +0 -0
  98. package/Editor/Texture/light/help_box.png.meta +144 -0
  99. package/Editor/Texture/light/menu_active.png +0 -0
  100. package/Editor/Texture/light/menu_active.png.meta +144 -0
  101. package/Editor/Texture/light/n_active.png +0 -0
  102. package/Editor/Texture/light/n_active.png.meta +144 -0
  103. package/Editor/Texture/light/n_hover.png +0 -0
  104. package/Editor/Texture/light/n_hover.png.meta +144 -0
  105. package/Editor/Texture/light/n_normal.png +0 -0
  106. package/Editor/Texture/light/n_normal.png.meta +144 -0
  107. package/Editor/Texture/light/red_active.png +0 -0
  108. package/Editor/Texture/light/red_active.png.meta +144 -0
  109. package/Editor/Texture/light/red_hover.png +0 -0
  110. package/Editor/Texture/light/red_hover.png.meta +144 -0
  111. package/Editor/Texture/light/red_normal.png +0 -0
  112. package/Editor/Texture/light/red_normal.png.meta +144 -0
  113. package/Editor/Texture/light/square_b_active.png +0 -0
  114. package/Editor/Texture/light/square_b_active.png.meta +144 -0
  115. package/Editor/Texture/light/square_b_hover.png +0 -0
  116. package/Editor/Texture/light/square_b_hover.png.meta +144 -0
  117. package/Editor/Texture/light/square_b_normal.png +0 -0
  118. package/Editor/Texture/light/square_b_normal.png.meta +144 -0
  119. package/Editor/Texture/light/square_g_active.png +0 -0
  120. package/Editor/Texture/light/square_g_active.png.meta +144 -0
  121. package/Editor/Texture/light/square_g_hover.png +0 -0
  122. package/Editor/Texture/light/square_g_hover.png.meta +144 -0
  123. package/Editor/Texture/light/square_g_normal.png +0 -0
  124. package/Editor/Texture/light/square_g_normal.png.meta +144 -0
  125. package/Editor/Texture/light/square_menu_active.png +0 -0
  126. package/Editor/Texture/light/square_menu_active.png.meta +144 -0
  127. package/Editor/Texture/light/square_n_active.png +0 -0
  128. package/Editor/Texture/light/square_n_active.png.meta +144 -0
  129. package/Editor/Texture/light/square_n_hover.png +0 -0
  130. package/Editor/Texture/light/square_n_hover.png.meta +144 -0
  131. package/Editor/Texture/light/square_n_normal.png +0 -0
  132. package/Editor/Texture/light/square_n_normal.png.meta +144 -0
  133. package/Editor/Texture/light/square_r_active.png +0 -0
  134. package/Editor/Texture/light/square_r_active.png.meta +144 -0
  135. package/Editor/Texture/light/square_r_hover.png +0 -0
  136. package/Editor/Texture/light/square_r_hover.png.meta +144 -0
  137. package/Editor/Texture/light/square_r_normal.png +0 -0
  138. package/Editor/Texture/light/square_r_normal.png.meta +144 -0
  139. package/Editor/Texture/light/square_y_active.png +0 -0
  140. package/Editor/Texture/light/square_y_active.png.meta +144 -0
  141. package/Editor/Texture/light/square_y_hover.png +0 -0
  142. package/Editor/Texture/light/square_y_hover.png.meta +144 -0
  143. package/Editor/Texture/light/square_y_normal.png +0 -0
  144. package/Editor/Texture/light/square_y_normal.png.meta +144 -0
  145. package/Editor/Texture/light/title_bar.png +0 -0
  146. package/Editor/Texture/light/title_bar.png.meta +144 -0
  147. package/Editor/Texture/light/yellow_active.png +0 -0
  148. package/Editor/Texture/light/yellow_active.png.meta +144 -0
  149. package/Editor/Texture/light/yellow_hover.png +0 -0
  150. package/Editor/Texture/light/yellow_hover.png.meta +144 -0
  151. package/Editor/Texture/light/yellow_normal.png +0 -0
  152. package/Editor/Texture/light/yellow_normal.png.meta +144 -0
  153. package/Editor/Texture/light.meta +8 -0
  154. package/Editor/VariablePresetWindow.cs +1 -2
  155. package/Editor/VivoMiniConfig.cs +7 -7
  156. package/package.json +1 -1
  157. package/Editor/Skin.guiskin +0 -1928
  158. package/Editor/SkinLight.guiskin +0 -1994
  159. package/Runtime/ximaiti.otf +0 -0
  160. package/Runtime/ximaiti.otf.meta +0 -21
@@ -1,1928 +0,0 @@
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: rbutton
1394
- m_Normal:
1395
- m_Background: {fileID: 2800000, guid: 1f5f7dbcaa7483f49a0d352bbb800cd5, type: 3}
1396
- m_ScaledBackgrounds: []
1397
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1398
- m_Hover:
1399
- m_Background: {fileID: 2800000, guid: 71d87afaec737124fb0f06458b315819, type: 3}
1400
- m_ScaledBackgrounds: []
1401
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1402
- m_Active:
1403
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1404
- m_ScaledBackgrounds: []
1405
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1406
- m_Focused:
1407
- m_Background: {fileID: 0}
1408
- m_ScaledBackgrounds: []
1409
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1410
- m_OnNormal:
1411
- m_Background: {fileID: 2800000, guid: 1f5f7dbcaa7483f49a0d352bbb800cd5, type: 3}
1412
- m_ScaledBackgrounds: []
1413
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1414
- m_OnHover:
1415
- m_Background: {fileID: 2800000, guid: 71d87afaec737124fb0f06458b315819, type: 3}
1416
- m_ScaledBackgrounds: []
1417
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1418
- m_OnActive:
1419
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1420
- m_ScaledBackgrounds: []
1421
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1422
- m_OnFocused:
1423
- m_Background: {fileID: 0}
1424
- m_ScaledBackgrounds: []
1425
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, 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: 0
1438
- m_Right: 0
1439
- m_Top: 0
1440
- m_Bottom: 0
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: 0
1449
- m_Alignment: 4
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: 0
1458
- m_StretchHeight: 0
1459
- - m_Name: rbutton_left
1460
- m_Normal:
1461
- m_Background: {fileID: 2800000, guid: 1f5f7dbcaa7483f49a0d352bbb800cd5, type: 3}
1462
- m_ScaledBackgrounds: []
1463
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1464
- m_Hover:
1465
- m_Background: {fileID: 2800000, guid: 71d87afaec737124fb0f06458b315819, type: 3}
1466
- m_ScaledBackgrounds: []
1467
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1468
- m_Active:
1469
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1470
- m_ScaledBackgrounds: []
1471
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1472
- m_Focused:
1473
- m_Background: {fileID: 0}
1474
- m_ScaledBackgrounds: []
1475
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1476
- m_OnNormal:
1477
- m_Background: {fileID: 2800000, guid: 1f5f7dbcaa7483f49a0d352bbb800cd5, type: 3}
1478
- m_ScaledBackgrounds: []
1479
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1480
- m_OnHover:
1481
- m_Background: {fileID: 2800000, guid: 71d87afaec737124fb0f06458b315819, type: 3}
1482
- m_ScaledBackgrounds: []
1483
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1484
- m_OnActive:
1485
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1486
- m_ScaledBackgrounds: []
1487
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1488
- m_OnFocused:
1489
- m_Background: {fileID: 0}
1490
- m_ScaledBackgrounds: []
1491
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1492
- m_Border:
1493
- m_Left: 0
1494
- m_Right: 0
1495
- m_Top: 0
1496
- m_Bottom: 0
1497
- m_Margin:
1498
- m_Left: 0
1499
- m_Right: 0
1500
- m_Top: 0
1501
- m_Bottom: 0
1502
- m_Padding:
1503
- m_Left: 2
1504
- m_Right: 2
1505
- m_Top: 2
1506
- m_Bottom: 2
1507
- m_Overflow:
1508
- m_Left: 0
1509
- m_Right: 0
1510
- m_Top: 0
1511
- m_Bottom: 0
1512
- m_Font: {fileID: 0}
1513
- m_FontSize: 12
1514
- m_FontStyle: 0
1515
- m_Alignment: 3
1516
- m_WordWrap: 0
1517
- m_RichText: 0
1518
- m_TextClipping: 1
1519
- m_ImagePosition: 0
1520
- m_ContentOffset: {x: 4, y: 0}
1521
- m_FixedWidth: 0
1522
- m_FixedHeight: 0
1523
- m_StretchWidth: 1
1524
- m_StretchHeight: 0
1525
- - m_Name: rbutton_left_active
1526
- m_Normal:
1527
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1528
- m_ScaledBackgrounds: []
1529
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1530
- m_Hover:
1531
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1532
- m_ScaledBackgrounds: []
1533
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1534
- m_Active:
1535
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1536
- m_ScaledBackgrounds: []
1537
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1538
- m_Focused:
1539
- m_Background: {fileID: 0}
1540
- m_ScaledBackgrounds: []
1541
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1542
- m_OnNormal:
1543
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1544
- m_ScaledBackgrounds: []
1545
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1546
- m_OnHover:
1547
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1548
- m_ScaledBackgrounds: []
1549
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1550
- m_OnActive:
1551
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1552
- m_ScaledBackgrounds: []
1553
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1554
- m_OnFocused:
1555
- m_Background: {fileID: 0}
1556
- m_ScaledBackgrounds: []
1557
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1558
- m_Border:
1559
- m_Left: 0
1560
- m_Right: 0
1561
- m_Top: 0
1562
- m_Bottom: 0
1563
- m_Margin:
1564
- m_Left: 0
1565
- m_Right: 0
1566
- m_Top: 0
1567
- m_Bottom: 0
1568
- m_Padding:
1569
- m_Left: 2
1570
- m_Right: 2
1571
- m_Top: 2
1572
- m_Bottom: 2
1573
- m_Overflow:
1574
- m_Left: 0
1575
- m_Right: 0
1576
- m_Top: 0
1577
- m_Bottom: 0
1578
- m_Font: {fileID: 0}
1579
- m_FontSize: 14
1580
- m_FontStyle: 1
1581
- m_Alignment: 3
1582
- m_WordWrap: 0
1583
- m_RichText: 0
1584
- m_TextClipping: 1
1585
- m_ImagePosition: 0
1586
- m_ContentOffset: {x: 4, y: 0}
1587
- m_FixedWidth: 0
1588
- m_FixedHeight: 0
1589
- m_StretchWidth: 0
1590
- m_StretchHeight: 0
1591
- - m_Name: rbold_label
1592
- m_Normal:
1593
- m_Background: {fileID: 0}
1594
- m_ScaledBackgrounds: []
1595
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1596
- m_Hover:
1597
- m_Background: {fileID: 0}
1598
- m_ScaledBackgrounds: []
1599
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1600
- m_Active:
1601
- m_Background: {fileID: 0}
1602
- m_ScaledBackgrounds: []
1603
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1604
- m_Focused:
1605
- m_Background: {fileID: 0}
1606
- m_ScaledBackgrounds: []
1607
- m_TextColor: {r: 0.5058824, g: 0.7058824, b: 1, a: 1}
1608
- m_OnNormal:
1609
- m_Background: {fileID: 0}
1610
- m_ScaledBackgrounds: []
1611
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1612
- m_OnHover:
1613
- m_Background: {fileID: 0}
1614
- m_ScaledBackgrounds: []
1615
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1616
- m_OnActive:
1617
- m_Background: {fileID: 0}
1618
- m_ScaledBackgrounds: []
1619
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1620
- m_OnFocused:
1621
- m_Background: {fileID: 0}
1622
- m_ScaledBackgrounds: []
1623
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
1624
- m_Border:
1625
- m_Left: 0
1626
- m_Right: 0
1627
- m_Top: 0
1628
- m_Bottom: 0
1629
- m_Margin:
1630
- m_Left: 3
1631
- m_Right: 3
1632
- m_Top: 2
1633
- m_Bottom: 2
1634
- m_Padding:
1635
- m_Left: 1
1636
- m_Right: 1
1637
- m_Top: 0
1638
- m_Bottom: 0
1639
- m_Overflow:
1640
- m_Left: 0
1641
- m_Right: 0
1642
- m_Top: 0
1643
- m_Bottom: 0
1644
- m_Font: {fileID: 0}
1645
- m_FontSize: 12
1646
- m_FontStyle: 1
1647
- m_Alignment: 0
1648
- m_WordWrap: 0
1649
- m_RichText: 0
1650
- m_TextClipping: 1
1651
- m_ImagePosition: 0
1652
- m_ContentOffset: {x: 0, y: 0}
1653
- m_FixedWidth: 0
1654
- m_FixedHeight: 0
1655
- m_StretchWidth: 0
1656
- m_StretchHeight: 0
1657
- - m_Name: DropDownButton
1658
- m_Normal:
1659
- m_Background: {fileID: 0}
1660
- m_ScaledBackgrounds:
1661
- - {fileID: -5738637762704840506, guid: 0000000000000000d000000000000000, type: 0}
1662
- m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1663
- m_Hover:
1664
- m_Background: {fileID: 0}
1665
- m_ScaledBackgrounds: []
1666
- m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1667
- m_Active:
1668
- m_Background: {fileID: 0}
1669
- m_ScaledBackgrounds:
1670
- - {fileID: 4019091504251541929, guid: 0000000000000000d000000000000000, type: 0}
1671
- m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1672
- m_Focused:
1673
- m_Background: {fileID: 0}
1674
- m_ScaledBackgrounds: []
1675
- m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1676
- m_OnNormal:
1677
- m_Background: {fileID: 0}
1678
- m_ScaledBackgrounds: []
1679
- m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1680
- m_OnHover:
1681
- m_Background: {fileID: 0}
1682
- m_ScaledBackgrounds: []
1683
- m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1684
- m_OnActive:
1685
- m_Background: {fileID: 0}
1686
- m_ScaledBackgrounds: []
1687
- m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1688
- m_OnFocused:
1689
- m_Background: {fileID: 0}
1690
- m_ScaledBackgrounds: []
1691
- m_TextColor: {r: 0.8235294, g: 0.8235294, b: 0.8235294, a: 1}
1692
- m_Border:
1693
- m_Left: 4
1694
- m_Right: 20
1695
- m_Top: 3
1696
- m_Bottom: 3
1697
- m_Margin:
1698
- m_Left: 6
1699
- m_Right: 6
1700
- m_Top: 2
1701
- m_Bottom: 2
1702
- m_Padding:
1703
- m_Left: 2
1704
- m_Right: 2
1705
- m_Top: 1
1706
- m_Bottom: 2
1707
- m_Overflow:
1708
- m_Left: 0
1709
- m_Right: 0
1710
- m_Top: -1
1711
- m_Bottom: 2
1712
- m_Font: {fileID: 0}
1713
- m_FontSize: 0
1714
- m_FontStyle: 0
1715
- m_Alignment: 4
1716
- m_WordWrap: 0
1717
- m_RichText: 0
1718
- m_TextClipping: 1
1719
- m_ImagePosition: 0
1720
- m_ContentOffset: {x: 0, y: 0}
1721
- m_FixedWidth: 0
1722
- m_FixedHeight: 18
1723
- m_StretchWidth: 1
1724
- m_StretchHeight: 0
1725
- - m_Name: rbutton_bold
1726
- m_Normal:
1727
- m_Background: {fileID: 2800000, guid: 1f5f7dbcaa7483f49a0d352bbb800cd5, type: 3}
1728
- m_ScaledBackgrounds: []
1729
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1730
- m_Hover:
1731
- m_Background: {fileID: 2800000, guid: 71d87afaec737124fb0f06458b315819, type: 3}
1732
- m_ScaledBackgrounds: []
1733
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1734
- m_Active:
1735
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1736
- m_ScaledBackgrounds: []
1737
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1738
- m_Focused:
1739
- m_Background: {fileID: 0}
1740
- m_ScaledBackgrounds: []
1741
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1742
- m_OnNormal:
1743
- m_Background: {fileID: 2800000, guid: 1f5f7dbcaa7483f49a0d352bbb800cd5, type: 3}
1744
- m_ScaledBackgrounds: []
1745
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1746
- m_OnHover:
1747
- m_Background: {fileID: 2800000, guid: 71d87afaec737124fb0f06458b315819, type: 3}
1748
- m_ScaledBackgrounds: []
1749
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1750
- m_OnActive:
1751
- m_Background: {fileID: 2800000, guid: fe76e844afaae70468f19de9523f83c9, type: 3}
1752
- m_ScaledBackgrounds: []
1753
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1754
- m_OnFocused:
1755
- m_Background: {fileID: 0}
1756
- m_ScaledBackgrounds: []
1757
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1758
- m_Border:
1759
- m_Left: 0
1760
- m_Right: 0
1761
- m_Top: 0
1762
- m_Bottom: 0
1763
- m_Margin:
1764
- m_Left: 0
1765
- m_Right: 0
1766
- m_Top: 0
1767
- m_Bottom: 0
1768
- m_Padding:
1769
- m_Left: 0
1770
- m_Right: 0
1771
- m_Top: 0
1772
- m_Bottom: 0
1773
- m_Overflow:
1774
- m_Left: 0
1775
- m_Right: 0
1776
- m_Top: 0
1777
- m_Bottom: 0
1778
- m_Font: {fileID: 0}
1779
- m_FontSize: 18
1780
- m_FontStyle: 2
1781
- m_Alignment: 4
1782
- m_WordWrap: 0
1783
- m_RichText: 0
1784
- m_TextClipping: 1
1785
- m_ImagePosition: 0
1786
- m_ContentOffset: {x: 0, y: 0}
1787
- m_FixedWidth: 0
1788
- m_FixedHeight: 0
1789
- m_StretchWidth: 0
1790
- m_StretchHeight: 0
1791
- - m_Name: rbold_title
1792
- m_Normal:
1793
- m_Background: {fileID: 0}
1794
- m_ScaledBackgrounds: []
1795
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1796
- m_Hover:
1797
- m_Background: {fileID: 0}
1798
- m_ScaledBackgrounds: []
1799
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1800
- m_Active:
1801
- m_Background: {fileID: 0}
1802
- m_ScaledBackgrounds: []
1803
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1804
- m_Focused:
1805
- m_Background: {fileID: 0}
1806
- m_ScaledBackgrounds: []
1807
- m_TextColor: {r: 0.23921569, g: 0.5019608, b: 0.8745098, a: 1}
1808
- m_OnNormal:
1809
- m_Background: {fileID: 0}
1810
- m_ScaledBackgrounds: []
1811
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1812
- m_OnHover:
1813
- m_Background: {fileID: 0}
1814
- m_ScaledBackgrounds: []
1815
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1816
- m_OnActive:
1817
- m_Background: {fileID: 0}
1818
- m_ScaledBackgrounds: []
1819
- m_TextColor: {r: 0.93333334, g: 0.93333334, b: 0.93333334, a: 1}
1820
- m_OnFocused:
1821
- m_Background: {fileID: 0}
1822
- m_ScaledBackgrounds: []
1823
- m_TextColor: {r: 0.23921569, g: 0.5019608, b: 0.8745098, a: 1}
1824
- m_Border:
1825
- m_Left: 0
1826
- m_Right: 0
1827
- m_Top: 0
1828
- m_Bottom: 0
1829
- m_Margin:
1830
- m_Left: 2
1831
- m_Right: 2
1832
- m_Top: 2
1833
- m_Bottom: 2
1834
- m_Padding:
1835
- m_Left: 6
1836
- m_Right: 2
1837
- m_Top: 0
1838
- m_Bottom: 0
1839
- m_Overflow:
1840
- m_Left: 0
1841
- m_Right: 0
1842
- m_Top: 0
1843
- m_Bottom: 0
1844
- m_Font: {fileID: 0}
1845
- m_FontSize: 14
1846
- m_FontStyle: 1
1847
- m_Alignment: 3
1848
- m_WordWrap: 0
1849
- m_RichText: 0
1850
- m_TextClipping: 1
1851
- m_ImagePosition: 0
1852
- m_ContentOffset: {x: 0, y: 0}
1853
- m_FixedWidth: 0
1854
- m_FixedHeight: 0
1855
- m_StretchWidth: 0
1856
- m_StretchHeight: 0
1857
- - m_Name: rlabel_italic
1858
- m_Normal:
1859
- m_Background: {fileID: 0}
1860
- m_ScaledBackgrounds: []
1861
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 0.627451}
1862
- m_Hover:
1863
- m_Background: {fileID: 0}
1864
- m_ScaledBackgrounds: []
1865
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1866
- m_Active:
1867
- m_Background: {fileID: 0}
1868
- m_ScaledBackgrounds: []
1869
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1870
- m_Focused:
1871
- m_Background: {fileID: 0}
1872
- m_ScaledBackgrounds: []
1873
- m_TextColor: {r: 0.5058824, g: 0.7058824, b: 1, a: 1}
1874
- m_OnNormal:
1875
- m_Background: {fileID: 0}
1876
- m_ScaledBackgrounds: []
1877
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1878
- m_OnHover:
1879
- m_Background: {fileID: 0}
1880
- m_ScaledBackgrounds: []
1881
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1882
- m_OnActive:
1883
- m_Background: {fileID: 0}
1884
- m_ScaledBackgrounds: []
1885
- m_TextColor: {r: 0.76862746, g: 0.76862746, b: 0.76862746, a: 1}
1886
- m_OnFocused:
1887
- m_Background: {fileID: 0}
1888
- m_ScaledBackgrounds: []
1889
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
1890
- m_Border:
1891
- m_Left: 0
1892
- m_Right: 0
1893
- m_Top: 0
1894
- m_Bottom: 0
1895
- m_Margin:
1896
- m_Left: 2
1897
- m_Right: 2
1898
- m_Top: 2
1899
- m_Bottom: 2
1900
- m_Padding:
1901
- m_Left: 2
1902
- m_Right: 0
1903
- m_Top: 2
1904
- m_Bottom: 0
1905
- m_Overflow:
1906
- m_Left: 0
1907
- m_Right: 0
1908
- m_Top: 0
1909
- m_Bottom: 0
1910
- m_Font: {fileID: 0}
1911
- m_FontSize: 12
1912
- m_FontStyle: 2
1913
- m_Alignment: 3
1914
- m_WordWrap: 0
1915
- m_RichText: 0
1916
- m_TextClipping: 1
1917
- m_ImagePosition: 0
1918
- m_ContentOffset: {x: 0, y: 0}
1919
- m_FixedWidth: 0
1920
- m_FixedHeight: 0
1921
- m_StretchWidth: 0
1922
- m_StretchHeight: 0
1923
- m_Settings:
1924
- m_DoubleClickSelectsWord: 1
1925
- m_TripleClickSelectsLine: 1
1926
- m_CursorColor: {r: 0.7058824, g: 0.7058824, b: 0.7058824, a: 1}
1927
- m_CursorFlashSpeed: 0
1928
- m_SelectionColor: {r: 0.23921569, g: 0.5019608, b: 0.8745098, a: 0.6509804}