diff --git a/.gitignore b/.gitignore
index c542c8b3..4410f82c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,28 +1,6 @@
/.vs
/.vscode
.vs
-/XCharts-ios
-/Library
-/Temp
-/Logs
-/obj
-/UnityPackageManager
-/Packages
-/ProjectSettings/XRSettings.asset
-/Assets/Res
-/Assets/Res.meta
-/Assets/Package
-/Assets/Package.meta
-/Assets/TextMesh Pro
-/Assets/TextMesh Pro.meta
-/Assets/XChartsExtensions
-/Assets/XChartsExtensions.meta
-/Doc/*.meta
-
-/Assets/XChartsDemo/demo_test.unity
-/Assets/XChartsDemo/demo_test.unity.meta
-/Assets/XChartsDemo/empty.unity
-/Assets/XChartsDemo/empty.unity.meta
*.sln
*.csproj
diff --git a/Assets/XCharts.meta b/Assets/XCharts.meta
deleted file mode 100644
index c72f69fe..00000000
--- a/Assets/XCharts.meta
+++ /dev/null
@@ -1,10 +0,0 @@
-fileFormatVersion: 2
-guid: 3e77b3cfd5a4d2646964841d2b14dcb2
-folderAsset: yes
-timeCreated: 1536101212
-licenseType: Free
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XCharts/README.md b/Assets/XCharts/README.md
deleted file mode 100644
index 9904ccba..00000000
--- a/Assets/XCharts/README.md
+++ /dev/null
@@ -1,210 +0,0 @@
-
-
-
-
-
-XCharts
-
- A powerful, easy-to-use, configurable charting and data visualization library for Unity.
-
- 一款基于UGUI的数据可视化图表插件。
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-A powerful, easy-to-use, configurable charting and data visualization library for Unity. Supporting line, bar, pie, radar, scatter, heatmap, gauge, ring, polar, liquid and other common chart.
-
-[XCharts Homepage](https://github.com/monitor1394/unity-ugui-XCharts)
-[XCharts Q&A](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/xcharts-questions-and-answers-EN.md)
-[XCharts API](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/xcharts-api-EN.md)
-[XCharts Configuration](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/xcharts-configuration-EN.md)
-[XCharts Changelog](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/CHANGELOG-EN.md)
-[Tutorial - Get start with XCharts in 5 minute](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/tutorial--get-start-with-xcharts-in-5-minute-EN.md)
-
-## XCharts 2.0
-
-* Underlevel reconstruction, layered rendering, optimized scalability, support more data.
-* Support for multi-component patterns.
-* Support for any combination of most charts.
-* Support theme customization, import and export, and more theme configuration parameters.
-* Support global adjustment of configuration parameters.
-* Added support for `TextMeshPro`.
-* Added `CandlestickChart`.
-* __ Note:__ `2.0` has undergone a lot of refactoring and adjustments and is not fully compatible with version `1.0`, so `1.0` should not be directly upgraded to `2.0`. Some parameter Settings may be reset to default values after upgrading.
-
-## Features
-
-* Rich built-in examples and templates, parameter visualization configuration, effect real-time preview, pure code drawing.
-* Support line, bar, pie, radar, scatter, heatmaps, gauge, ring, polar, liquid and other common chart.
-* Support line graph, curve graph, area graph, step graph and other LineChart.
-* Support parallel bar, stack bar, stack percentage bar, zebra bar and other BarChart.
-* Support ring, rose and other PieChart.
-* Support line-bar chart, scatter-line chart and other combination chart.
-* Support solid line, curve, ladder line, dotted line, dash line, dot line, double dot line and other lines.
-* Support custom theme, built-in theme switching.
-* Support custom chart content drawing, drawing points, line, curve, triangle, quadrilateral, circle, ring, sector, border, arrow and other drawing API.
-* Support interactive operations such as data filtering, view zooming and detail display on PC and mobile terminals.
-* Support 10,000-level big data rendering.
-
-## Screenshot
-
-
-
-
-
-
-
-
-
-
-
-
-
-## Cheat Sheet
-
-
-
-`XCharts` consist of components and data. Different components and data can be combined into different types of charts. The component is divided into main component and sub component. The main component contains the sub components.
-
-`XCharts` main components:
-
-* `Theme` theme component, which can configure the default colors, fonts and so on.
-* `Title` title component, which contains the main title and subtitle.
-* `Legend` legend component, which represent different sets of symbols, colors, and names. You can control which series are not displayed by clicking on the legend.
-* `Grid` grid component, drawing grid in rectangular coordinate system. Up to two X axes and two Y axes can be placed within a grid component. You can draw line, bar and scatter chart on the grid.
-* `Axis` axis component, the axis of a rectangular coordinate system. Supports the upper and lower X axes and the left and right Y axes.
-* `Series` series component, a list of serie. A chart can contain many different series, and each series determines its own chart type by type.
-* `Tooltip` tooltip component, feedback more details of the data indicated by the mouse at the time.
-* `DataZoom` data zoom component, used for area zooming so you can focus on detailed data information, or overview the data as a whole, or remove the impact of outliers.
-* `VisualMap` visual mapping component, you can map data in different colors.
-* `Radar` radar component, suitable for radar chart only.
-* `Settings` global Settings component, Some global parameters can be adjusted. Use the default values in general and adjust them as needed.
-
-`XCharts` support chart:
-
-* `LineChart`
-* `BarChart`
-* `PieChart`
-* `RadarChart`
-* `ScatterChart`
-* `HeatmapChart`
-* `GuageChart`
-* `RingChart`
-* `PolarChart`
-* `LiquidChart`
-
-The following is the relationship structure of LineChart:
-
-``` js
-.
-├── LineChart
-. ├── ThemeInfo
- ├── Title
- │ └── Location
- ├── Legend
- │ └── Location
- ├── Tooltip
- ├── DataZoom
- ├── VisualMap
- ├── Grid
- ├── Axis
- │ ├── AxisLine
- │ ├── AxisName
- │ ├── AxisLabel
- │ ├── AxisTick
- │ └── AxisSplitArea
- ├── Series
- │ ├── ItemStyle
- │ ├── AreaStyle
- │ ├── SerieSymbol
- │ ├── LineStyle
- │ ├── LineArrow
- │ ├── SerieLabel
- │ ├── Emphasis
- │ ├── Animation
- │ └── SerieData
- └── Settings
-```
-
-## Environment
-
-* Unity2017.4.27f1
-* .Net 3.5
-* macOS 10.15.4
-
-## Usage
-
-* This project was developed under `Unity 2017.4.27f1` and `.net 3.5`, tested normally on `Unity 5`, `Unity 2018` and `Unity 2019`. It can theoretically run on any version that supports `UGUI`.
-* Download the source code or `unitypackage` to import into your project. If `Unity` version are `2018.3` or above, it is recommended to import packages through `Package Manager`:
- 1. Open the `manifest.json` file under `Packages` directory and add under `dependencies`:
- ``` json
- "com.monitor1394.xcharts": "https://github.com/monitor1394/unity-ugui-XCharts.git#2.0-upm",
- ```
- 2. Going back to `Unity`, it may take 3 to 5 minutes to download.
- 3. If you want to delete `XCharts`, just delete the content added in step 1.
- 4. If you want to update `XCharts`, open `manifest.json` file , delete the content about `com.monitor1394.xcharts` under `lock`, it will download anagain. Also can check For update in `components-> XCharts -> Check For Update`.
-
-* Add a chart in Editor quickly:
- 1. In `Hierarchy`, right-click menu `XChart->LineChart`.
- 2. In unity menu bar, `Component->XCharts->LineChart`.
- 3. In `Inspector`,`Add Component->LineChart`.
- 4. Then a simple line chart is done.
- 5. In `Inspector` you can adjust the parameters of components, and in `Game` will feedback the adjustment effect in realtime 。the detail of parameters go to see: [XCharts Configuration](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/xcharts-configuration-EN.md).
-
-* See more examples of code dynamic control: [Tutorial - Get start with XCharts in 5 minute](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/tutorial--get-start-with-xcharts-in-5-minute-EN.md).
-
-* Enable TextMeshPro:
- 1. `XCharts -> TextMeshPro Enable` or `Project Setting -> XCharts -> Enable TextMeshPro`
- 2. `Project Setting -> XCharts -> Settings -> TMP Font` set the TextMeshPro font.
- 3. If the chart does not initialize properly, you can use the `Remove All Chart Object` button to clean up the chart and reinitialize it.
-
-## Documents
-
-* [XCharts Homepage](https://github.com/monitor1394/unity-ugui-XCharts)
-* [XCharts Q&A](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/xcharts-questions-and-answers-EN.md)
-* [XCharts API](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/xcharts-api-EN.md)
-* [XCharts Configuration](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/Documentation/xcharts-configuration-EN.md)
-* [XCharts Changelog](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/CHANGELOG-EN.md)
-* [XCharts Tutorial: Get start with XCharts in 5 minute](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Doc/tutorial--get-start-with-xcharts-in-5-minute-EN.md)
-
-## Changelog
-
-[XCharts Changelog](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/CHANGELOG.md)
-
-## Licenses
-
-[MIT License](https://github.com/monitor1394/unity-ugui-XCharts/blob/master/Assets/XCharts/LICENSE.md)
-
-## Contact
-
-gmail: monitor1394@gmail.com
diff --git a/Assets/XChartsDemo.meta b/Assets/XChartsDemo.meta
deleted file mode 100644
index 3c9b0556..00000000
--- a/Assets/XChartsDemo.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 926cd5f4d8406451cb0c54e3ae6f71cd
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Editor.meta b/Assets/XChartsDemo/Editor.meta
deleted file mode 100644
index d830f608..00000000
--- a/Assets/XChartsDemo/Editor.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: e7c05fe198b1e46eabc5896450bf9cec
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Editor/ChartModuleDrawer.cs b/Assets/XChartsDemo/Editor/ChartModuleDrawer.cs
deleted file mode 100644
index 0183101c..00000000
--- a/Assets/XChartsDemo/Editor/ChartModuleDrawer.cs
+++ /dev/null
@@ -1,234 +0,0 @@
-
-using System.Collections.Generic;
-using UnityEditor;
-using UnityEngine;
-using XCharts;
-
-namespace XChartsDemo
-{
- [CustomPropertyDrawer(typeof(ChartModule), true)]
- internal class ChartModuleDrawer : PropertyDrawer
- {
- public class Styles
- {
- public static readonly GUIContent iconAdd = new GUIContent("+", "Add");
- public static readonly GUIContent iconRemove = new GUIContent("-", "Remove");
- public static readonly GUIContent iconUp = new GUIContent("↑", "Up");
- public static readonly GUIContent iconDown = new GUIContent("↓", "Down");
- public static readonly GUIStyle invisibleButton = "InvisibleButton";
- }
-
- public override void OnGUI(Rect pos, SerializedProperty prop, GUIContent label)
- {
- Rect drawRect = pos;
- drawRect.height = EditorGUIUtility.singleLineHeight;
- var lastX = drawRect.x;
- var lastWid = drawRect.width;
- SerializedProperty m_Column = prop.FindPropertyRelative("m_Column");
- SerializedProperty m_Name = prop.FindPropertyRelative("m_Name");
- SerializedProperty m_SubName = prop.FindPropertyRelative("m_SubName");
- SerializedProperty m_Title = prop.FindPropertyRelative("m_Title");
- SerializedProperty m_Selected = prop.FindPropertyRelative("m_Selected");
- SerializedProperty m_Panel = prop.FindPropertyRelative("m_Panel");
- prop.isExpanded = EditorGUI.Toggle(new Rect(pos.x - 10, pos.y, 10, 10), prop.isExpanded, EditorStyles.foldout);
- var fieldWid = EditorGUIUtility.currentViewWidth - 30 - 5 - 40 - 80 - 50 - 100 - 6 * 2 - 70;
- drawRect.width = 15;
- EditorGUI.BeginChangeCheck();
- var oldFlag = m_Selected.boolValue;
- EditorGUI.PropertyField(drawRect, m_Selected, GUIContent.none);
- if (EditorGUI.EndChangeCheck())
- {
- var demo = prop.serializedObject.targetObject as Demo;
- var index = GetIndex(prop);
- var selectedIndex = demo.GetSelectedModule();
- if (selectedIndex != index)
- {
- for (int i = 0; i < demo.chartModules.Count; i++)
- {
- demo.chartModules[i].select = i == index && m_Selected.boolValue;
- }
- demo.InitModuleButton();
- }
- else
- {
- m_Selected.boolValue = oldFlag;
- }
- }
- drawRect.x += 17;
- drawRect.width = 80;
- EditorGUI.PropertyField(drawRect, m_Name, GUIContent.none);
- drawRect.x += 82;
- drawRect.width = 50;
- EditorGUI.PropertyField(drawRect, m_SubName, GUIContent.none);
- drawRect.x += 52;
- drawRect.width = fieldWid;
- EditorGUI.PropertyField(drawRect, m_Title, GUIContent.none);
- drawRect.x += fieldWid + 2;
- drawRect.width = 100;
- EditorGUI.PropertyField(drawRect, m_Panel, GUIContent.none);
- drawRect.x += 102;
- drawRect.width = 40;
- EditorGUI.PropertyField(drawRect, m_Column, GUIContent.none);
-
- var btnWidth = 12;
- drawRect.x += 42;
- drawRect.width = btnWidth;
- if (GUI.Button(drawRect, Styles.iconUp, Styles.invisibleButton))
- {
- var demo = prop.serializedObject.targetObject as Demo;
- var index = GetIndex(prop);
- if (index >= 0)
- {
- Swap(demo.chartModules, index, index - 1);
- demo.InitModuleButton();
- }
- }
- drawRect.x += btnWidth + 1;
- if (GUI.Button(drawRect, Styles.iconDown, Styles.invisibleButton))
- {
- var demo = prop.serializedObject.targetObject as Demo;
- var index = GetIndex(prop);
- if (index >= 0)
- {
- Swap(demo.chartModules, index, index + 1);
- demo.InitModuleButton();
- }
- }
- drawRect.x += btnWidth + 1;
- if (GUI.Button(drawRect, Styles.iconAdd, Styles.invisibleButton))
- {
- var demo = prop.serializedObject.targetObject as Demo;
- var index = GetIndex(prop);
- if (index >= 0)
- {
- demo.chartModules.Insert(index + 1, new ChartModule());
- demo.InitModuleButton();
- }
- }
- drawRect.x += 16;
- if (GUI.Button(drawRect, Styles.iconRemove, Styles.invisibleButton))
- {
- var demo = prop.serializedObject.targetObject as Demo;
- var index = GetIndex(prop);
- if (index >= 0)
- {
- demo.chartModules.RemoveAt(index);
- demo.InitModuleButton();
- }
- }
-
- if (prop.isExpanded)
- {
- drawRect = pos;
- EditorGUI.indentLevel++;
- var m_ChartPrefabs = prop.FindPropertyRelative("m_ChartPrefabs");
- drawRect.x = pos.x;
- drawRect.y += EditorGUIUtility.singleLineHeight + EditorGUIUtility.standardVerticalSpacing;
- drawRect.height = EditorGUIUtility.singleLineHeight;
- var chartSize = EditorGUI.IntField(drawRect, "Chart Size", m_ChartPrefabs.arraySize);
- drawRect.y += EditorGUIUtility.singleLineHeight + EditorGUIUtility.standardVerticalSpacing;
- if (chartSize != m_ChartPrefabs.arraySize)
- {
- while (chartSize > m_ChartPrefabs.arraySize) m_ChartPrefabs.arraySize++;
- while (chartSize < m_ChartPrefabs.arraySize) m_ChartPrefabs.arraySize--;
- }
- for (int i = 0; i < chartSize; i++)
- {
- var element = m_ChartPrefabs.GetArrayElementAtIndex(i);
- drawRect.width -= btnWidth * 5;
- EditorGUI.PropertyField(drawRect, element, new GUIContent("Element " + i));
- drawRect.x += drawRect.width;
- drawRect.width = btnWidth;
- if (GUI.Button(drawRect, Styles.iconUp, Styles.invisibleButton))
- {
- var demo = prop.serializedObject.targetObject as Demo;
- var index = GetIndex(prop);
- if (index >= 0)
- {
- var chartIndex = GetIndex(element);
- Swap(demo.chartModules[index].chartPrefabs, chartIndex, chartIndex - 1);
- demo.InitChartList(demo.chartModules[index]);
- }
- }
- drawRect.x += btnWidth + 1;
- if (GUI.Button(drawRect, Styles.iconDown, Styles.invisibleButton))
- {
- var demo = prop.serializedObject.targetObject as Demo;
- var index = GetIndex(prop);
- if (index >= 0)
- {
- var chartIndex = GetIndex(element);
- Swap(demo.chartModules[index].chartPrefabs, chartIndex, chartIndex + 1);
- demo.InitChartList(demo.chartModules[index]);
- }
- }
- drawRect.x += btnWidth + 1;
- if (GUI.Button(drawRect, Styles.iconAdd, Styles.invisibleButton))
- {
- var demo = prop.serializedObject.targetObject as Demo;
- var index = GetIndex(prop);
- if (index >= 0)
- {
- var chartIndex = GetIndex(element);
- demo.chartModules[index].chartPrefabs.Insert(chartIndex + 1, null);
- demo.InitChartList(demo.chartModules[index]);
- }
- }
- drawRect.x += 16;
- if (GUI.Button(drawRect, Styles.iconRemove, Styles.invisibleButton))
- {
- var demo = prop.serializedObject.targetObject as Demo;
- var index = GetIndex(prop);
- if (index >= 0)
- {
- var chartIndex = GetIndex(element);
- demo.chartModules[index].chartPrefabs.RemoveAt(chartIndex);
- demo.InitChartList(demo.chartModules[index]);
- }
- }
- drawRect.x = pos.x;
- drawRect.width = pos.width;
- drawRect.y += EditorGUIUtility.singleLineHeight + EditorGUIUtility.standardVerticalSpacing;
- }
-
- EditorGUI.indentLevel--;
- }
- }
-
- public override float GetPropertyHeight(SerializedProperty prop, GUIContent label)
- {
- var height = 1 * EditorGUIUtility.singleLineHeight + 1 * EditorGUIUtility.standardVerticalSpacing;
- if (prop.isExpanded)
- {
- height += (prop.FindPropertyRelative("m_ChartPrefabs").arraySize + 1)
- * (EditorGUIUtility.singleLineHeight + EditorGUIUtility.standardVerticalSpacing);
- }
- return height;
- }
-
- private int GetIndex(SerializedProperty prop)
- {
- int index = -1;
- var sindex = prop.propertyPath.LastIndexOf('[');
- var eindex = prop.propertyPath.LastIndexOf(']');
- if (sindex >= 0 && eindex >= 0)
- {
- var str = prop.propertyPath.Substring(sindex + 1, eindex - sindex - 1);
- int.TryParse(str, out index);
- }
- return index;
- }
-
- private static bool Swap(List list, int index1, int index2)
- {
- if (index1 < 0 || index1 >= list.Count) return false;
- if (index2 < 0 || index2 >= list.Count) return false;
- var temp = list[index1];
- list[index1] = list[index2];
- list[index2] = temp;
- return true;
- }
-
-
- }
-}
\ No newline at end of file
diff --git a/Assets/XChartsDemo/Editor/ChartModuleDrawer.cs.meta b/Assets/XChartsDemo/Editor/ChartModuleDrawer.cs.meta
deleted file mode 100644
index df5c8c51..00000000
--- a/Assets/XChartsDemo/Editor/ChartModuleDrawer.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 2fbbaed3e670f478c844c1bdfc73d433
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Editor/DemoEditor.cs b/Assets/XChartsDemo/Editor/DemoEditor.cs
deleted file mode 100644
index 59d0005a..00000000
--- a/Assets/XChartsDemo/Editor/DemoEditor.cs
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-using UnityEditor;
-
-namespace XChartsDemo
-{
- ///
- /// Editor class used to edit UI BaseChart.
- ///
-
- [CustomEditor(typeof(Demo), false)]
- internal class DemoEditor : UnityEditor.Editor
- {
- protected Demo m_Target;
- protected SerializedProperty m_Script;
- protected SerializedProperty m_LeftWidth;
- protected SerializedProperty m_LeftButtonHeight;
- protected SerializedProperty m_ChartSpacing;
- protected SerializedProperty m_ChartSizeRatio;
- protected SerializedProperty m_ButtonNormalColor;
- protected SerializedProperty m_ButtonSelectedColor;
- protected SerializedProperty m_ButtonHighlightColor;
- protected SerializedProperty m_ChartModule;
- protected virtual void OnEnable()
- {
- m_Target = (Demo)target;
- m_Script = serializedObject.FindProperty("m_Script");
- m_LeftWidth = serializedObject.FindProperty("m_LeftWidth");
- m_ChartSpacing = serializedObject.FindProperty("m_ChartSpacing");
- m_ChartSizeRatio = serializedObject.FindProperty("m_ChartSizeRatio");
- m_LeftButtonHeight = serializedObject.FindProperty("m_LeftButtonHeight");
- m_ButtonNormalColor = serializedObject.FindProperty("m_ButtonNormalColor");
- m_ButtonSelectedColor = serializedObject.FindProperty("m_ButtonSelectedColor");
- m_ButtonHighlightColor = serializedObject.FindProperty("m_ButtonHighlightColor");
- m_ChartModule = serializedObject.FindProperty("m_ChartModule");
-
- }
-
- public override void OnInspectorGUI()
- {
- if (m_Target == null && target == null)
- {
- base.OnInspectorGUI();
- return;
- }
- serializedObject.Update();
- EditorGUILayout.PropertyField(m_LeftWidth);
- EditorGUILayout.PropertyField(m_LeftButtonHeight);
- EditorGUILayout.PropertyField(m_ChartSpacing);
- EditorGUILayout.PropertyField(m_ChartSizeRatio);
- EditorGUILayout.PropertyField(m_ButtonNormalColor);
- EditorGUILayout.PropertyField(m_ButtonSelectedColor);
- EditorGUILayout.PropertyField(m_ButtonHighlightColor);
-
- var size = m_ChartModule.arraySize;
- size = EditorGUILayout.IntField("Chart Module Size", size);
- if (size != m_ChartModule.arraySize)
- {
- while (size > m_ChartModule.arraySize) m_ChartModule.arraySize++;
- while (size < m_ChartModule.arraySize) m_ChartModule.arraySize--;
- }
- for (int i = 0; i < size; i++)
- {
- EditorGUILayout.PropertyField(m_ChartModule.GetArrayElementAtIndex(i));
- }
-
- serializedObject.ApplyModifiedProperties();
- }
- }
-}
\ No newline at end of file
diff --git a/Assets/XChartsDemo/Editor/DemoEditor.cs.meta b/Assets/XChartsDemo/Editor/DemoEditor.cs.meta
deleted file mode 100644
index 0e512df0..00000000
--- a/Assets/XChartsDemo/Editor/DemoEditor.cs.meta
+++ /dev/null
@@ -1,11 +0,0 @@
-fileFormatVersion: 2
-guid: 90c1787bea03849c8b6d19be625b7e17
-MonoImporter:
- externalObjects: {}
- serializedVersion: 2
- defaultReferences: []
- executionOrder: 0
- icon: {instanceID: 0}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab.meta b/Assets/XChartsDemo/Prefab.meta
deleted file mode 100644
index 1db13975..00000000
--- a/Assets/XChartsDemo/Prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 6ef196d200c01426e94b8d7976ca90f5
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Bar1_Basic Bar_基础柱状图.prefab b/Assets/XChartsDemo/Prefab/Bar1_Basic Bar_基础柱状图.prefab
deleted file mode 100644
index 8ebbd65c..00000000
--- a/Assets/XChartsDemo/Prefab/Bar1_Basic Bar_基础柱状图.prefab
+++ /dev/null
@@ -1,6437 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1257060702176832}
- m_IsPrefabParent: 1
---- !u!1 &1016155119885958
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224755694536646546}
- - component: {fileID: 222184975060961758}
- - component: {fileID: 114282635144375226}
- m_Layer: 0
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1043888774217694
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224787299825615856}
- - component: {fileID: 222552141386662176}
- - component: {fileID: 114812098003449900}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1056858579185530
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224558226535189680}
- - component: {fileID: 222860998231969532}
- - component: {fileID: 114386353205676422}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1056892609329054
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224120557101651788}
- - component: {fileID: 222135120133825194}
- - component: {fileID: 114669021116991508}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1060707707215848
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224955905703485964}
- - component: {fileID: 222403960759125232}
- - component: {fileID: 114264632579981952}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1073172796367966
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224702571280238284}
- - component: {fileID: 222122343833205238}
- - component: {fileID: 114723875757818034}
- m_Layer: 0
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1088726135310160
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224862656024524624}
- - component: {fileID: 222206291941336232}
- - component: {fileID: 114103009765958388}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1092046506838738
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224728192942865288}
- - component: {fileID: 222049864711668946}
- - component: {fileID: 114882133150681704}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1099906616777916
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224586114239860688}
- - component: {fileID: 222960167468822790}
- - component: {fileID: 114106191346247828}
- m_Layer: 0
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1108003906651492
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224785022693051322}
- - component: {fileID: 222385313640844778}
- - component: {fileID: 114576375511881522}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1136956541192086
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224272948979898362}
- - component: {fileID: 222334805806401706}
- - component: {fileID: 114361920696624734}
- m_Layer: 0
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1142424901425264
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224642387222512416}
- - component: {fileID: 222181407067121694}
- - component: {fileID: 114457836835110508}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1156331456995764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224504381801135090}
- - component: {fileID: 222584321933537492}
- - component: {fileID: 114874828327050996}
- m_Layer: 0
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1157871500295162
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224097508315449616}
- - component: {fileID: 222302859868245216}
- - component: {fileID: 114905783435320348}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1166991723605856
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224336385619348180}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1191284787673392
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224259490567831460}
- - component: {fileID: 222772901593552516}
- - component: {fileID: 114630334555967968}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1206197995038392
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224212320054835868}
- - component: {fileID: 222966038980575856}
- - component: {fileID: 114514165394804286}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1215058925457552
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224669336077640538}
- - component: {fileID: 222228581503634632}
- - component: {fileID: 114450422187622206}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1218528657991558
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026635862609950}
- m_Layer: 0
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1222375175691112
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224647349387937438}
- - component: {fileID: 222569813108133978}
- - component: {fileID: 114697332990921646}
- m_Layer: 0
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1237655850835666
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224794782702416826}
- - component: {fileID: 222296033608780250}
- - component: {fileID: 114924256585033688}
- m_Layer: 0
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1253773438882526
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224035821915322184}
- - component: {fileID: 222977832717076672}
- - component: {fileID: 114143239674797096}
- m_Layer: 0
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1257060702176832
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817318206479422}
- - component: {fileID: 222263976309856610}
- - component: {fileID: 114264362684646338}
- m_Layer: 0
- m_Name: "Bar1_Basic Bar_\u57FA\u7840\u67F1\u72B6\u56FE"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1257301192087598
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224342455937820414}
- - component: {fileID: 222834757536318724}
- - component: {fileID: 114057282212868558}
- m_Layer: 0
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1260013563693040
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224813818066358582}
- - component: {fileID: 222349358514302666}
- - component: {fileID: 114701746692296818}
- m_Layer: 0
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1261975055221842
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224157028677034532}
- - component: {fileID: 222531173949381944}
- - component: {fileID: 114474097123419300}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1279424754834942
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224997509227187902}
- - component: {fileID: 222267332844005648}
- - component: {fileID: 114411843454140156}
- m_Layer: 0
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1283998664809392
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224618613788548210}
- - component: {fileID: 222011388496042742}
- - component: {fileID: 114408618403430172}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1333103537327176
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224607601967007622}
- - component: {fileID: 222940355271347126}
- - component: {fileID: 114471887189671582}
- m_Layer: 0
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1337550949140358
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224758343326055410}
- - component: {fileID: 222597953642567836}
- - component: {fileID: 114044607018579882}
- m_Layer: 0
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1362703548424686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224045880650927384}
- - component: {fileID: 222545524691732680}
- - component: {fileID: 114575254033009712}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1366710097784822
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224346305406517834}
- - component: {fileID: 222406269300645458}
- - component: {fileID: 114324229328976654}
- m_Layer: 0
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1380434515636754
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224492575343715452}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1392778544372822
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224545785669224904}
- - component: {fileID: 222150197501599420}
- - component: {fileID: 114916045047777644}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1450397391683074
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224976057355105004}
- - component: {fileID: 222041104814056044}
- - component: {fileID: 114805872388439838}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1456968939753850
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224217340027023416}
- - component: {fileID: 222090721075010872}
- - component: {fileID: 114910351094291502}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1468179843209988
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224584872925920406}
- - component: {fileID: 222780858544197484}
- - component: {fileID: 114217816739959510}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1481946048211126
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224155543952765982}
- - component: {fileID: 222995508192616854}
- - component: {fileID: 114525381973561202}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1513860446412474
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224316820138905460}
- - component: {fileID: 222048904981091760}
- - component: {fileID: 114848805932992308}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1520420205916948
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224261738673499488}
- - component: {fileID: 222090589301205902}
- - component: {fileID: 114388149081281640}
- m_Layer: 0
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1530009726381990
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224768929729838058}
- - component: {fileID: 222130945712834848}
- - component: {fileID: 114087986814682634}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1542173435917482
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224840480039470086}
- - component: {fileID: 222411449754967218}
- - component: {fileID: 114593433266616408}
- m_Layer: 0
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1548071443124966
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224135714154402112}
- - component: {fileID: 222971154015604922}
- - component: {fileID: 114833250429748708}
- m_Layer: 0
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1551825840999368
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224964690949512806}
- m_Layer: 0
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1552942925046842
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067384128568894}
- m_Layer: 0
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1581816163245112
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224000651635411128}
- - component: {fileID: 222261468821268002}
- - component: {fileID: 114669001711008494}
- m_Layer: 0
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1587380342719048
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224213668406021368}
- - component: {fileID: 222049594464496648}
- - component: {fileID: 114914714710967176}
- m_Layer: 0
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1643667699815794
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224259942843852566}
- - component: {fileID: 222354288347925202}
- - component: {fileID: 114688698397380214}
- m_Layer: 0
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1684652905821152
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224211995091546194}
- - component: {fileID: 222994791225117568}
- - component: {fileID: 114378640169013918}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1715310008915354
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224923444329209224}
- - component: {fileID: 222811014488161216}
- - component: {fileID: 114883367670578382}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1741866606492424
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224832362221699124}
- - component: {fileID: 222473307710277462}
- - component: {fileID: 114682493454921054}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1742452951521010
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224392536933213304}
- m_Layer: 0
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1744533021471412
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224303215163137298}
- - component: {fileID: 222007458847150154}
- - component: {fileID: 114971220934194146}
- m_Layer: 0
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1747302061604274
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224093209289318886}
- - component: {fileID: 222361868091544490}
- - component: {fileID: 114998597885364972}
- m_Layer: 0
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1792904091233630
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224489944207887354}
- - component: {fileID: 222735156646431626}
- - component: {fileID: 114322023440993058}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1795954646085348
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664500431802644}
- - component: {fileID: 222960128118751256}
- - component: {fileID: 114190831920712202}
- m_Layer: 0
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1801934716951028
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224446692731500858}
- - component: {fileID: 222890287331076814}
- - component: {fileID: 114590131342673588}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1812202998735664
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173615846990014}
- - component: {fileID: 222544246674598236}
- - component: {fileID: 114286379662651302}
- m_Layer: 0
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813326689345594
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776961257176526}
- - component: {fileID: 222019823161669620}
- - component: {fileID: 114187039627159990}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1837073042162570
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224920830731871980}
- - component: {fileID: 222844993426630934}
- - component: {fileID: 114593518588092144}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1858247858568778
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973145449744590}
- m_Layer: 0
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1872751105031598
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224633077685952370}
- - component: {fileID: 222577688782784922}
- - component: {fileID: 114743157680219332}
- m_Layer: 0
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1929763878343976
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224218858810929018}
- m_Layer: 0
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1940828078814002
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224529985991744514}
- - component: {fileID: 222888024824008402}
- - component: {fileID: 114883644568415670}
- m_Layer: 0
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1987605656336448
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224422282974408620}
- - component: {fileID: 222077281588873554}
- - component: {fileID: 114477771850192304}
- m_Layer: 0
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!114 &114044607018579882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1337550949140358}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114057282212868558
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257301192087598}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114087986814682634
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1530009726381990}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x2
---- !u!114 &114103009765958388
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1088726135310160}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114106191346247828
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1099906616777916}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114143239674797096
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1253773438882526}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114187039627159990
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813326689345594}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114190831920712202
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1795954646085348}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114217816739959510
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1468179843209988}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114264362684646338
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257060702176832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 535d2697503c2a94a887354e22a5414d, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.2
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 0
- m_IconType: 0
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.12
- m_Bottom: 0
- m_ItemWidth: 25
- m_ItemHeight: 12
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: BarChart
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 1
- m_Trigger: 0
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - x1
- - x2
- - x3
- - x4
- - x5
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Bar
- m_SerieName: serie0
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 34
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 81
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 42
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 88
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 62
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines: []
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114264632579981952
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1060707707215848}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 54
---- !u!114 &114282635144375226
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1016155119885958}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114286379662651302
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812202998735664}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114322023440993058
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1792904091233630}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: BarChart
---- !u!114 &114324229328976654
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366710097784822}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114361920696624734
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1136956541192086}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114378640169013918
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1684652905821152}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x4
---- !u!114 &114386353205676422
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056858579185530}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388149081281640
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1520420205916948}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114408618403430172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1283998664809392}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x3
---- !u!114 &114411843454140156
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1279424754834942}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114450422187622206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215058925457552}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114457836835110508
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1142424901425264}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114471887189671582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1333103537327176}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114474097123419300
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1261975055221842}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 72
---- !u!114 &114477771850192304
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1987605656336448}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114514165394804286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1206197995038392}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 18
---- !u!114 &114525381973561202
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1481946048211126}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114575254033009712
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1362703548424686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114576375511881522
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108003906651492}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114590131342673588
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1801934716951028}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114593433266616408
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1542173435917482}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114593518588092144
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1837073042162570}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x1
---- !u!114 &114630334555967968
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191284787673392}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114669001711008494
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1581816163245112}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114669021116991508
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056892609329054}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114682493454921054
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1741866606492424}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 36
---- !u!114 &114688698397380214
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643667699815794}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114697332990921646
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1222375175691112}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114701746692296818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1260013563693040}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114723875757818034
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1073172796367966}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114743157680219332
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1872751105031598}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114805872388439838
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1450397391683074}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114812098003449900
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1043888774217694}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114833250429748708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1548071443124966}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114848805932992308
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513860446412474}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114874828327050996
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156331456995764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114882133150681704
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1092046506838738}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114883367670578382
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1715310008915354}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114883644568415670
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1940828078814002}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114905783435320348
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1157871500295162}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 90
---- !u!114 &114910351094291502
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456968939753850}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114914714710967176
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1587380342719048}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114916045047777644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1392778544372822}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x5
---- !u!114 &114924256585033688
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1237655850835666}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114971220934194146
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1744533021471412}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114998597885364972
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1747302061604274}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!222 &222007458847150154
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1744533021471412}
---- !u!222 &222011388496042742
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1283998664809392}
---- !u!222 &222019823161669620
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813326689345594}
---- !u!222 &222041104814056044
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1450397391683074}
---- !u!222 &222048904981091760
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513860446412474}
---- !u!222 &222049594464496648
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1587380342719048}
---- !u!222 &222049864711668946
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1092046506838738}
---- !u!222 &222077281588873554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1987605656336448}
---- !u!222 &222090589301205902
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1520420205916948}
---- !u!222 &222090721075010872
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456968939753850}
---- !u!222 &222122343833205238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1073172796367966}
---- !u!222 &222130945712834848
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1530009726381990}
---- !u!222 &222135120133825194
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056892609329054}
---- !u!222 &222150197501599420
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1392778544372822}
---- !u!222 &222181407067121694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1142424901425264}
---- !u!222 &222184975060961758
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1016155119885958}
---- !u!222 &222206291941336232
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1088726135310160}
---- !u!222 &222228581503634632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215058925457552}
---- !u!222 &222261468821268002
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1581816163245112}
---- !u!222 &222263976309856610
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257060702176832}
---- !u!222 &222267332844005648
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1279424754834942}
---- !u!222 &222296033608780250
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1237655850835666}
---- !u!222 &222302859868245216
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1157871500295162}
---- !u!222 &222334805806401706
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1136956541192086}
---- !u!222 &222349358514302666
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1260013563693040}
---- !u!222 &222354288347925202
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643667699815794}
---- !u!222 &222361868091544490
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1747302061604274}
---- !u!222 &222385313640844778
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108003906651492}
---- !u!222 &222403960759125232
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1060707707215848}
---- !u!222 &222406269300645458
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366710097784822}
---- !u!222 &222411449754967218
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1542173435917482}
---- !u!222 &222473307710277462
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1741866606492424}
---- !u!222 &222531173949381944
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1261975055221842}
---- !u!222 &222544246674598236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812202998735664}
---- !u!222 &222545524691732680
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1362703548424686}
---- !u!222 &222552141386662176
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1043888774217694}
---- !u!222 &222569813108133978
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1222375175691112}
---- !u!222 &222577688782784922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1872751105031598}
---- !u!222 &222584321933537492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156331456995764}
---- !u!222 &222597953642567836
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1337550949140358}
---- !u!222 &222735156646431626
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1792904091233630}
---- !u!222 &222772901593552516
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191284787673392}
---- !u!222 &222780858544197484
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1468179843209988}
---- !u!222 &222811014488161216
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1715310008915354}
---- !u!222 &222834757536318724
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257301192087598}
---- !u!222 &222844993426630934
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1837073042162570}
---- !u!222 &222860998231969532
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056858579185530}
---- !u!222 &222888024824008402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1940828078814002}
---- !u!222 &222890287331076814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1801934716951028}
---- !u!222 &222940355271347126
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1333103537327176}
---- !u!222 &222960128118751256
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1795954646085348}
---- !u!222 &222960167468822790
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1099906616777916}
---- !u!222 &222966038980575856
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1206197995038392}
---- !u!222 &222971154015604922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1548071443124966}
---- !u!222 &222977832717076672
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1253773438882526}
---- !u!222 &222994791225117568
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1684652905821152}
---- !u!222 &222995508192616854
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1481946048211126}
---- !u!224 &224000651635411128
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1581816163245112}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224832362221699124}
- - {fileID: 224787299825615856}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 313.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224026635862609950
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1218528657991558}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224489944207887354}
- - {fileID: 224755694536646546}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224035821915322184
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1253773438882526}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224618613788548210}
- - {fileID: 224584872925920406}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224045880650927384
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1362703548424686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224173615846990014}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067384128568894
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552942925046842}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664500431802644}
- - {fileID: 224492575343715452}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224093209289318886
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1747302061604274}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224097508315449616
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1157871500295162}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224813818066358582}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224120557101651788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056892609329054}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224346305406517834}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224135714154402112
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1548071443124966}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224155543952765982
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1481946048211126}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224664500431802644}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224157028677034532
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1261975055221842}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224272948979898362}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224173615846990014
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812202998735664}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224045880650927384}
- - {fileID: 224669336077640538}
- m_Father: {fileID: 224492575343715452}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224211995091546194
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1684652905821152}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224213668406021368}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224212320054835868
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1206197995038392}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224840480039470086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224213668406021368
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1587380342719048}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224211995091546194}
- - {fileID: 224976057355105004}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 208.80005, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224217340027023416
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456968939753850}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224758343326055410}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224218858810929018
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1929763878343976}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224259490567831460
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191284787673392}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224840480039470086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224259942843852566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643667699815794}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224261738673499488
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1520420205916948}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224272948979898362
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1136956541192086}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224157028677034532}
- - {fileID: 224785022693051322}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 531.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224303215163137298
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1744533021471412}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224316820138905460
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513860446412474}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224346305406517834}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224336385619348180
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1166991723605856}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224392536933213304}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224342455937820414
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257301192087598}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224346305406517834
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366710097784822}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224316820138905460}
- - {fileID: 224120557101651788}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224392536933213304
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1742452951521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224336385619348180}
- - {fileID: 224923444329209224}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224422282974408620
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1987605656336448}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224446692731500858
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1801934716951028}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224504381801135090}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224489944207887354
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1792904091233630}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224026635862609950}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224492575343715452
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1380434515636754}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224173615846990014}
- - {fileID: 224607601967007622}
- m_Father: {fileID: 224067384128568894}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224504381801135090
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156331456995764}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224920830731871980}
- - {fileID: 224446692731500858}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -381.6, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224529985991744514
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1940828078814002}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224545785669224904
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1392778544372822}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224794782702416826}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224558226535189680
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056858579185530}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224607601967007622}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224584872925920406
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1468179843209988}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224035821915322184}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224586114239860688
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1099906616777916}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224607601967007622
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1333103537327176}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224558226535189680}
- - {fileID: 224776961257176526}
- m_Father: {fileID: 224492575343715452}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224618613788548210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1283998664809392}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224035821915322184}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224633077685952370
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1872751105031598}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224642387222512416
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1142424901425264}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224794782702416826}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224647349387937438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1222375175691112}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224768929729838058}
- - {fileID: 224728192942865288}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -184.79999, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224664500431802644
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1795954646085348}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224155543952765982}
- m_Father: {fileID: 224067384128568894}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224669336077640538
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215058925457552}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224173615846990014}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224702571280238284
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1073172796367966}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224728192942865288
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1092046506838738}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224647349387937438}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224755694536646546
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1016155119885958}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224026635862609950}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224758343326055410
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1337550949140358}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224955905703485964}
- - {fileID: 224217340027023416}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 422.40002}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224768929729838058
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1530009726381990}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224647349387937438}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224776961257176526
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813326689345594}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224607601967007622}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224785022693051322
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108003906651492}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224272948979898362}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224787299825615856
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1043888774217694}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224000651635411128}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224794782702416826
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1237655850835666}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224545785669224904}
- - {fileID: 224642387222512416}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 405.60004, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224813818066358582
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1260013563693040}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224097508315449616}
- - {fileID: 224862656024524624}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 640}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224817318206479422
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257060702176832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224997509227187902}
- - {fileID: 224702571280238284}
- - {fileID: 224303215163137298}
- - {fileID: 224342455937820414}
- - {fileID: 224586114239860688}
- - {fileID: 224093209289318886}
- - {fileID: 224135714154402112}
- - {fileID: 224633077685952370}
- - {fileID: 224261738673499488}
- - {fileID: 224422282974408620}
- - {fileID: 224529985991744514}
- - {fileID: 224026635862609950}
- - {fileID: 224259942843852566}
- - {fileID: 224218858810929018}
- - {fileID: 224067384128568894}
- - {fileID: 224973145449744590}
- - {fileID: 224964690949512806}
- - {fileID: 224392536933213304}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224832362221699124
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1741866606492424}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224000651635411128}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224840480039470086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1542173435917482}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224212320054835868}
- - {fileID: 224259490567831460}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 204.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224862656024524624
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1088726135310160}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224813818066358582}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224920830731871980
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1837073042162570}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224504381801135090}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224923444329209224
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1715310008915354}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224392536933213304}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224955905703485964
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1060707707215848}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224758343326055410}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224964690949512806
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1551825840999368}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224346305406517834}
- - {fileID: 224840480039470086}
- - {fileID: 224000651635411128}
- - {fileID: 224758343326055410}
- - {fileID: 224272948979898362}
- - {fileID: 224813818066358582}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973145449744590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1858247858568778}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224504381801135090}
- - {fileID: 224647349387937438}
- - {fileID: 224035821915322184}
- - {fileID: 224213668406021368}
- - {fileID: 224794782702416826}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224976057355105004
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1450397391683074}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224213668406021368}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224997509227187902
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1279424754834942}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Bar1_Basic Bar_基础柱状图.prefab.meta b/Assets/XChartsDemo/Prefab/Bar1_Basic Bar_基础柱状图.prefab.meta
deleted file mode 100644
index a47aa6d7..00000000
--- a/Assets/XChartsDemo/Prefab/Bar1_Basic Bar_基础柱状图.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: ecb59424fa99f494193ac717bbd85eaf
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 100100000
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Bar2_Bar With Background_带背景的柱状图.prefab b/Assets/XChartsDemo/Prefab/Bar2_Bar With Background_带背景的柱状图.prefab
deleted file mode 100644
index 21648e73..00000000
--- a/Assets/XChartsDemo/Prefab/Bar2_Bar With Background_带背景的柱状图.prefab
+++ /dev/null
@@ -1,6437 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1257060702176832}
- m_IsPrefabParent: 1
---- !u!1 &1016155119885958
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224755694536646546}
- - component: {fileID: 222184975060961758}
- - component: {fileID: 114282635144375226}
- m_Layer: 0
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1043888774217694
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224787299825615856}
- - component: {fileID: 222552141386662176}
- - component: {fileID: 114812098003449900}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1056858579185530
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224558226535189680}
- - component: {fileID: 222860998231969532}
- - component: {fileID: 114386353205676422}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1056892609329054
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224120557101651788}
- - component: {fileID: 222135120133825194}
- - component: {fileID: 114669021116991508}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1060707707215848
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224955905703485964}
- - component: {fileID: 222403960759125232}
- - component: {fileID: 114264632579981952}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1073172796367966
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224702571280238284}
- - component: {fileID: 222122343833205238}
- - component: {fileID: 114723875757818034}
- m_Layer: 0
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1088726135310160
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224862656024524624}
- - component: {fileID: 222206291941336232}
- - component: {fileID: 114103009765958388}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1092046506838738
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224728192942865288}
- - component: {fileID: 222049864711668946}
- - component: {fileID: 114882133150681704}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1099906616777916
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224586114239860688}
- - component: {fileID: 222960167468822790}
- - component: {fileID: 114106191346247828}
- m_Layer: 0
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1108003906651492
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224785022693051322}
- - component: {fileID: 222385313640844778}
- - component: {fileID: 114576375511881522}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1136956541192086
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224272948979898362}
- - component: {fileID: 222334805806401706}
- - component: {fileID: 114361920696624734}
- m_Layer: 0
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1142424901425264
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224642387222512416}
- - component: {fileID: 222181407067121694}
- - component: {fileID: 114457836835110508}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1156331456995764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224504381801135090}
- - component: {fileID: 222584321933537492}
- - component: {fileID: 114874828327050996}
- m_Layer: 0
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1157871500295162
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224097508315449616}
- - component: {fileID: 222302859868245216}
- - component: {fileID: 114905783435320348}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1166991723605856
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224336385619348180}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1191284787673392
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224259490567831460}
- - component: {fileID: 222772901593552516}
- - component: {fileID: 114630334555967968}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1206197995038392
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224212320054835868}
- - component: {fileID: 222966038980575856}
- - component: {fileID: 114514165394804286}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1215058925457552
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224669336077640538}
- - component: {fileID: 222228581503634632}
- - component: {fileID: 114450422187622206}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1218528657991558
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026635862609950}
- m_Layer: 0
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1222375175691112
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224647349387937438}
- - component: {fileID: 222569813108133978}
- - component: {fileID: 114697332990921646}
- m_Layer: 0
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1237655850835666
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224794782702416826}
- - component: {fileID: 222296033608780250}
- - component: {fileID: 114924256585033688}
- m_Layer: 0
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1253773438882526
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224035821915322184}
- - component: {fileID: 222977832717076672}
- - component: {fileID: 114143239674797096}
- m_Layer: 0
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1257060702176832
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817318206479422}
- - component: {fileID: 222263976309856610}
- - component: {fileID: 114264362684646338}
- m_Layer: 0
- m_Name: "Bar2_Bar With Background_\u5E26\u80CC\u666F\u7684\u67F1\u72B6\u56FE"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1257301192087598
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224342455937820414}
- - component: {fileID: 222834757536318724}
- - component: {fileID: 114057282212868558}
- m_Layer: 0
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1260013563693040
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224813818066358582}
- - component: {fileID: 222349358514302666}
- - component: {fileID: 114701746692296818}
- m_Layer: 0
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1261975055221842
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224157028677034532}
- - component: {fileID: 222531173949381944}
- - component: {fileID: 114474097123419300}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1279424754834942
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224997509227187902}
- - component: {fileID: 222267332844005648}
- - component: {fileID: 114411843454140156}
- m_Layer: 0
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1283998664809392
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224618613788548210}
- - component: {fileID: 222011388496042742}
- - component: {fileID: 114408618403430172}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1333103537327176
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224607601967007622}
- - component: {fileID: 222940355271347126}
- - component: {fileID: 114471887189671582}
- m_Layer: 0
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1337550949140358
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224758343326055410}
- - component: {fileID: 222597953642567836}
- - component: {fileID: 114044607018579882}
- m_Layer: 0
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1362703548424686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224045880650927384}
- - component: {fileID: 222545524691732680}
- - component: {fileID: 114575254033009712}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1366710097784822
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224346305406517834}
- - component: {fileID: 222406269300645458}
- - component: {fileID: 114324229328976654}
- m_Layer: 0
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1380434515636754
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224492575343715452}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1392778544372822
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224545785669224904}
- - component: {fileID: 222150197501599420}
- - component: {fileID: 114916045047777644}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1450397391683074
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224976057355105004}
- - component: {fileID: 222041104814056044}
- - component: {fileID: 114805872388439838}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1456968939753850
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224217340027023416}
- - component: {fileID: 222090721075010872}
- - component: {fileID: 114910351094291502}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1468179843209988
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224584872925920406}
- - component: {fileID: 222780858544197484}
- - component: {fileID: 114217816739959510}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1481946048211126
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224155543952765982}
- - component: {fileID: 222995508192616854}
- - component: {fileID: 114525381973561202}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1513860446412474
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224316820138905460}
- - component: {fileID: 222048904981091760}
- - component: {fileID: 114848805932992308}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1520420205916948
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224261738673499488}
- - component: {fileID: 222090589301205902}
- - component: {fileID: 114388149081281640}
- m_Layer: 0
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1530009726381990
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224768929729838058}
- - component: {fileID: 222130945712834848}
- - component: {fileID: 114087986814682634}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1542173435917482
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224840480039470086}
- - component: {fileID: 222411449754967218}
- - component: {fileID: 114593433266616408}
- m_Layer: 0
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1548071443124966
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224135714154402112}
- - component: {fileID: 222971154015604922}
- - component: {fileID: 114833250429748708}
- m_Layer: 0
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1551825840999368
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224964690949512806}
- m_Layer: 0
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1552942925046842
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067384128568894}
- m_Layer: 0
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1581816163245112
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224000651635411128}
- - component: {fileID: 222261468821268002}
- - component: {fileID: 114669001711008494}
- m_Layer: 0
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1587380342719048
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224213668406021368}
- - component: {fileID: 222049594464496648}
- - component: {fileID: 114914714710967176}
- m_Layer: 0
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1643667699815794
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224259942843852566}
- - component: {fileID: 222354288347925202}
- - component: {fileID: 114688698397380214}
- m_Layer: 0
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1684652905821152
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224211995091546194}
- - component: {fileID: 222994791225117568}
- - component: {fileID: 114378640169013918}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1715310008915354
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224923444329209224}
- - component: {fileID: 222811014488161216}
- - component: {fileID: 114883367670578382}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1741866606492424
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224832362221699124}
- - component: {fileID: 222473307710277462}
- - component: {fileID: 114682493454921054}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1742452951521010
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224392536933213304}
- m_Layer: 0
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1744533021471412
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224303215163137298}
- - component: {fileID: 222007458847150154}
- - component: {fileID: 114971220934194146}
- m_Layer: 0
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1747302061604274
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224093209289318886}
- - component: {fileID: 222361868091544490}
- - component: {fileID: 114998597885364972}
- m_Layer: 0
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1792904091233630
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224489944207887354}
- - component: {fileID: 222735156646431626}
- - component: {fileID: 114322023440993058}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1795954646085348
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664500431802644}
- - component: {fileID: 222960128118751256}
- - component: {fileID: 114190831920712202}
- m_Layer: 0
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1801934716951028
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224446692731500858}
- - component: {fileID: 222890287331076814}
- - component: {fileID: 114590131342673588}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1812202998735664
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173615846990014}
- - component: {fileID: 222544246674598236}
- - component: {fileID: 114286379662651302}
- m_Layer: 0
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813326689345594
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776961257176526}
- - component: {fileID: 222019823161669620}
- - component: {fileID: 114187039627159990}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1837073042162570
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224920830731871980}
- - component: {fileID: 222844993426630934}
- - component: {fileID: 114593518588092144}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1858247858568778
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973145449744590}
- m_Layer: 0
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1872751105031598
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224633077685952370}
- - component: {fileID: 222577688782784922}
- - component: {fileID: 114743157680219332}
- m_Layer: 0
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1929763878343976
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224218858810929018}
- m_Layer: 0
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1940828078814002
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224529985991744514}
- - component: {fileID: 222888024824008402}
- - component: {fileID: 114883644568415670}
- m_Layer: 0
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1987605656336448
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224422282974408620}
- - component: {fileID: 222077281588873554}
- - component: {fileID: 114477771850192304}
- m_Layer: 0
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!114 &114044607018579882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1337550949140358}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114057282212868558
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257301192087598}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114087986814682634
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1530009726381990}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x2
---- !u!114 &114103009765958388
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1088726135310160}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114106191346247828
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1099906616777916}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114143239674797096
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1253773438882526}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114187039627159990
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813326689345594}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114190831920712202
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1795954646085348}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114217816739959510
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1468179843209988}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114264362684646338
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257060702176832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 535d2697503c2a94a887354e22a5414d, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.2
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 0
- m_IconType: 0
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.12
- m_Bottom: 0
- m_ItemWidth: 25
- m_ItemHeight: 12
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: BarChart
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 1
- m_Trigger: 0
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - x1
- - x2
- - x3
- - x4
- - x5
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Bar
- m_SerieName: serie0
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 1790227636
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 34
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 81
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 42
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 88
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 62
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines: []
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114264632579981952
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1060707707215848}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 54
---- !u!114 &114282635144375226
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1016155119885958}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114286379662651302
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812202998735664}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114322023440993058
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1792904091233630}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: BarChart
---- !u!114 &114324229328976654
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366710097784822}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114361920696624734
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1136956541192086}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114378640169013918
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1684652905821152}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x4
---- !u!114 &114386353205676422
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056858579185530}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388149081281640
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1520420205916948}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114408618403430172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1283998664809392}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x3
---- !u!114 &114411843454140156
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1279424754834942}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114450422187622206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215058925457552}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114457836835110508
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1142424901425264}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114471887189671582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1333103537327176}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114474097123419300
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1261975055221842}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 72
---- !u!114 &114477771850192304
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1987605656336448}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114514165394804286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1206197995038392}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 18
---- !u!114 &114525381973561202
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1481946048211126}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114575254033009712
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1362703548424686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114576375511881522
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108003906651492}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114590131342673588
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1801934716951028}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114593433266616408
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1542173435917482}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114593518588092144
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1837073042162570}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x1
---- !u!114 &114630334555967968
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191284787673392}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114669001711008494
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1581816163245112}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114669021116991508
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056892609329054}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114682493454921054
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1741866606492424}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 36
---- !u!114 &114688698397380214
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643667699815794}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114697332990921646
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1222375175691112}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114701746692296818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1260013563693040}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114723875757818034
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1073172796367966}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114743157680219332
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1872751105031598}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114805872388439838
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1450397391683074}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114812098003449900
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1043888774217694}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114833250429748708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1548071443124966}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114848805932992308
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513860446412474}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114874828327050996
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156331456995764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114882133150681704
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1092046506838738}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114883367670578382
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1715310008915354}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114883644568415670
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1940828078814002}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114905783435320348
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1157871500295162}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 90
---- !u!114 &114910351094291502
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456968939753850}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114914714710967176
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1587380342719048}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114916045047777644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1392778544372822}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x5
---- !u!114 &114924256585033688
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1237655850835666}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114971220934194146
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1744533021471412}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114998597885364972
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1747302061604274}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!222 &222007458847150154
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1744533021471412}
---- !u!222 &222011388496042742
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1283998664809392}
---- !u!222 &222019823161669620
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813326689345594}
---- !u!222 &222041104814056044
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1450397391683074}
---- !u!222 &222048904981091760
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513860446412474}
---- !u!222 &222049594464496648
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1587380342719048}
---- !u!222 &222049864711668946
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1092046506838738}
---- !u!222 &222077281588873554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1987605656336448}
---- !u!222 &222090589301205902
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1520420205916948}
---- !u!222 &222090721075010872
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456968939753850}
---- !u!222 &222122343833205238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1073172796367966}
---- !u!222 &222130945712834848
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1530009726381990}
---- !u!222 &222135120133825194
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056892609329054}
---- !u!222 &222150197501599420
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1392778544372822}
---- !u!222 &222181407067121694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1142424901425264}
---- !u!222 &222184975060961758
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1016155119885958}
---- !u!222 &222206291941336232
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1088726135310160}
---- !u!222 &222228581503634632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215058925457552}
---- !u!222 &222261468821268002
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1581816163245112}
---- !u!222 &222263976309856610
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257060702176832}
---- !u!222 &222267332844005648
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1279424754834942}
---- !u!222 &222296033608780250
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1237655850835666}
---- !u!222 &222302859868245216
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1157871500295162}
---- !u!222 &222334805806401706
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1136956541192086}
---- !u!222 &222349358514302666
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1260013563693040}
---- !u!222 &222354288347925202
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643667699815794}
---- !u!222 &222361868091544490
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1747302061604274}
---- !u!222 &222385313640844778
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108003906651492}
---- !u!222 &222403960759125232
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1060707707215848}
---- !u!222 &222406269300645458
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366710097784822}
---- !u!222 &222411449754967218
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1542173435917482}
---- !u!222 &222473307710277462
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1741866606492424}
---- !u!222 &222531173949381944
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1261975055221842}
---- !u!222 &222544246674598236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812202998735664}
---- !u!222 &222545524691732680
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1362703548424686}
---- !u!222 &222552141386662176
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1043888774217694}
---- !u!222 &222569813108133978
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1222375175691112}
---- !u!222 &222577688782784922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1872751105031598}
---- !u!222 &222584321933537492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156331456995764}
---- !u!222 &222597953642567836
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1337550949140358}
---- !u!222 &222735156646431626
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1792904091233630}
---- !u!222 &222772901593552516
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191284787673392}
---- !u!222 &222780858544197484
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1468179843209988}
---- !u!222 &222811014488161216
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1715310008915354}
---- !u!222 &222834757536318724
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257301192087598}
---- !u!222 &222844993426630934
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1837073042162570}
---- !u!222 &222860998231969532
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056858579185530}
---- !u!222 &222888024824008402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1940828078814002}
---- !u!222 &222890287331076814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1801934716951028}
---- !u!222 &222940355271347126
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1333103537327176}
---- !u!222 &222960128118751256
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1795954646085348}
---- !u!222 &222960167468822790
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1099906616777916}
---- !u!222 &222966038980575856
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1206197995038392}
---- !u!222 &222971154015604922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1548071443124966}
---- !u!222 &222977832717076672
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1253773438882526}
---- !u!222 &222994791225117568
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1684652905821152}
---- !u!222 &222995508192616854
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1481946048211126}
---- !u!224 &224000651635411128
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1581816163245112}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224832362221699124}
- - {fileID: 224787299825615856}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 313.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224026635862609950
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1218528657991558}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224489944207887354}
- - {fileID: 224755694536646546}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224035821915322184
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1253773438882526}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224618613788548210}
- - {fileID: 224584872925920406}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224045880650927384
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1362703548424686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224173615846990014}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067384128568894
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552942925046842}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664500431802644}
- - {fileID: 224492575343715452}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224093209289318886
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1747302061604274}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224097508315449616
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1157871500295162}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224813818066358582}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224120557101651788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056892609329054}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224346305406517834}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224135714154402112
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1548071443124966}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224155543952765982
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1481946048211126}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224664500431802644}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224157028677034532
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1261975055221842}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224272948979898362}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224173615846990014
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812202998735664}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224045880650927384}
- - {fileID: 224669336077640538}
- m_Father: {fileID: 224492575343715452}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224211995091546194
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1684652905821152}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224213668406021368}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224212320054835868
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1206197995038392}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224840480039470086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224213668406021368
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1587380342719048}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224211995091546194}
- - {fileID: 224976057355105004}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 208.80005, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224217340027023416
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456968939753850}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224758343326055410}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224218858810929018
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1929763878343976}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224259490567831460
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191284787673392}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224840480039470086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224259942843852566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643667699815794}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224261738673499488
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1520420205916948}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224272948979898362
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1136956541192086}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224157028677034532}
- - {fileID: 224785022693051322}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 531.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224303215163137298
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1744533021471412}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224316820138905460
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513860446412474}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224346305406517834}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224336385619348180
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1166991723605856}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224392536933213304}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224342455937820414
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257301192087598}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224346305406517834
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366710097784822}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224316820138905460}
- - {fileID: 224120557101651788}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224392536933213304
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1742452951521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224336385619348180}
- - {fileID: 224923444329209224}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224422282974408620
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1987605656336448}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224446692731500858
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1801934716951028}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224504381801135090}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224489944207887354
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1792904091233630}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224026635862609950}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224492575343715452
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1380434515636754}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224173615846990014}
- - {fileID: 224607601967007622}
- m_Father: {fileID: 224067384128568894}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224504381801135090
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156331456995764}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224920830731871980}
- - {fileID: 224446692731500858}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -381.6, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224529985991744514
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1940828078814002}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224545785669224904
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1392778544372822}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224794782702416826}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224558226535189680
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056858579185530}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224607601967007622}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224584872925920406
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1468179843209988}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224035821915322184}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224586114239860688
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1099906616777916}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224607601967007622
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1333103537327176}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224558226535189680}
- - {fileID: 224776961257176526}
- m_Father: {fileID: 224492575343715452}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224618613788548210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1283998664809392}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224035821915322184}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224633077685952370
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1872751105031598}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224642387222512416
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1142424901425264}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224794782702416826}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224647349387937438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1222375175691112}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224768929729838058}
- - {fileID: 224728192942865288}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -184.79999, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224664500431802644
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1795954646085348}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224155543952765982}
- m_Father: {fileID: 224067384128568894}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224669336077640538
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215058925457552}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224173615846990014}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224702571280238284
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1073172796367966}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224728192942865288
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1092046506838738}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224647349387937438}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224755694536646546
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1016155119885958}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224026635862609950}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224758343326055410
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1337550949140358}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224955905703485964}
- - {fileID: 224217340027023416}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 422.40002}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224768929729838058
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1530009726381990}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224647349387937438}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224776961257176526
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813326689345594}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224607601967007622}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224785022693051322
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108003906651492}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224272948979898362}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224787299825615856
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1043888774217694}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224000651635411128}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224794782702416826
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1237655850835666}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224545785669224904}
- - {fileID: 224642387222512416}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 405.60004, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224813818066358582
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1260013563693040}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224097508315449616}
- - {fileID: 224862656024524624}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 640}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224817318206479422
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257060702176832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224997509227187902}
- - {fileID: 224702571280238284}
- - {fileID: 224303215163137298}
- - {fileID: 224342455937820414}
- - {fileID: 224586114239860688}
- - {fileID: 224093209289318886}
- - {fileID: 224135714154402112}
- - {fileID: 224633077685952370}
- - {fileID: 224261738673499488}
- - {fileID: 224422282974408620}
- - {fileID: 224529985991744514}
- - {fileID: 224026635862609950}
- - {fileID: 224259942843852566}
- - {fileID: 224218858810929018}
- - {fileID: 224067384128568894}
- - {fileID: 224973145449744590}
- - {fileID: 224964690949512806}
- - {fileID: 224392536933213304}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224832362221699124
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1741866606492424}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224000651635411128}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224840480039470086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1542173435917482}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224212320054835868}
- - {fileID: 224259490567831460}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 204.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224862656024524624
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1088726135310160}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224813818066358582}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224920830731871980
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1837073042162570}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224504381801135090}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224923444329209224
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1715310008915354}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224392536933213304}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224955905703485964
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1060707707215848}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224758343326055410}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224964690949512806
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1551825840999368}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224346305406517834}
- - {fileID: 224840480039470086}
- - {fileID: 224000651635411128}
- - {fileID: 224758343326055410}
- - {fileID: 224272948979898362}
- - {fileID: 224813818066358582}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973145449744590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1858247858568778}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224504381801135090}
- - {fileID: 224647349387937438}
- - {fileID: 224035821915322184}
- - {fileID: 224213668406021368}
- - {fileID: 224794782702416826}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224976057355105004
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1450397391683074}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224213668406021368}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224997509227187902
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1279424754834942}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Bar2_Bar With Background_带背景的柱状图.prefab.meta b/Assets/XChartsDemo/Prefab/Bar2_Bar With Background_带背景的柱状图.prefab.meta
deleted file mode 100644
index 6813afbf..00000000
--- a/Assets/XChartsDemo/Prefab/Bar2_Bar With Background_带背景的柱状图.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 4d3c24827bcd046c1849eb987628e0ce
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Bar3_Axis Align With Tick_坐标轴刻度与标签对齐.prefab b/Assets/XChartsDemo/Prefab/Bar3_Axis Align With Tick_坐标轴刻度与标签对齐.prefab
deleted file mode 100644
index 87dc4a65..00000000
--- a/Assets/XChartsDemo/Prefab/Bar3_Axis Align With Tick_坐标轴刻度与标签对齐.prefab
+++ /dev/null
@@ -1,6437 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1257060702176832}
- m_IsPrefabParent: 1
---- !u!1 &1016155119885958
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224755694536646546}
- - component: {fileID: 222184975060961758}
- - component: {fileID: 114282635144375226}
- m_Layer: 0
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1043888774217694
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224787299825615856}
- - component: {fileID: 222552141386662176}
- - component: {fileID: 114812098003449900}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1056858579185530
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224558226535189680}
- - component: {fileID: 222860998231969532}
- - component: {fileID: 114386353205676422}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1056892609329054
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224120557101651788}
- - component: {fileID: 222135120133825194}
- - component: {fileID: 114669021116991508}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1060707707215848
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224955905703485964}
- - component: {fileID: 222403960759125232}
- - component: {fileID: 114264632579981952}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1073172796367966
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224702571280238284}
- - component: {fileID: 222122343833205238}
- - component: {fileID: 114723875757818034}
- m_Layer: 0
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1088726135310160
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224862656024524624}
- - component: {fileID: 222206291941336232}
- - component: {fileID: 114103009765958388}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1092046506838738
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224728192942865288}
- - component: {fileID: 222049864711668946}
- - component: {fileID: 114882133150681704}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1099906616777916
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224586114239860688}
- - component: {fileID: 222960167468822790}
- - component: {fileID: 114106191346247828}
- m_Layer: 0
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1108003906651492
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224785022693051322}
- - component: {fileID: 222385313640844778}
- - component: {fileID: 114576375511881522}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1136956541192086
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224272948979898362}
- - component: {fileID: 222334805806401706}
- - component: {fileID: 114361920696624734}
- m_Layer: 0
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1142424901425264
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224642387222512416}
- - component: {fileID: 222181407067121694}
- - component: {fileID: 114457836835110508}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1156331456995764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224504381801135090}
- - component: {fileID: 222584321933537492}
- - component: {fileID: 114874828327050996}
- m_Layer: 0
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1157871500295162
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224097508315449616}
- - component: {fileID: 222302859868245216}
- - component: {fileID: 114905783435320348}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1166991723605856
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224336385619348180}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1191284787673392
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224259490567831460}
- - component: {fileID: 222772901593552516}
- - component: {fileID: 114630334555967968}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1206197995038392
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224212320054835868}
- - component: {fileID: 222966038980575856}
- - component: {fileID: 114514165394804286}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1215058925457552
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224669336077640538}
- - component: {fileID: 222228581503634632}
- - component: {fileID: 114450422187622206}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1218528657991558
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026635862609950}
- m_Layer: 0
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1222375175691112
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224647349387937438}
- - component: {fileID: 222569813108133978}
- - component: {fileID: 114697332990921646}
- m_Layer: 0
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1237655850835666
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224794782702416826}
- - component: {fileID: 222296033608780250}
- - component: {fileID: 114924256585033688}
- m_Layer: 0
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1253773438882526
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224035821915322184}
- - component: {fileID: 222977832717076672}
- - component: {fileID: 114143239674797096}
- m_Layer: 0
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1257060702176832
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817318206479422}
- - component: {fileID: 222263976309856610}
- - component: {fileID: 114264362684646338}
- m_Layer: 0
- m_Name: "Bar3_Axis Align With Tick_\u5750\u6807\u8F74\u523B\u5EA6\u4E0E\u6807\u7B7E\u5BF9\u9F50"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1257301192087598
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224342455937820414}
- - component: {fileID: 222834757536318724}
- - component: {fileID: 114057282212868558}
- m_Layer: 0
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1260013563693040
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224813818066358582}
- - component: {fileID: 222349358514302666}
- - component: {fileID: 114701746692296818}
- m_Layer: 0
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1261975055221842
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224157028677034532}
- - component: {fileID: 222531173949381944}
- - component: {fileID: 114474097123419300}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1279424754834942
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224997509227187902}
- - component: {fileID: 222267332844005648}
- - component: {fileID: 114411843454140156}
- m_Layer: 0
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1283998664809392
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224618613788548210}
- - component: {fileID: 222011388496042742}
- - component: {fileID: 114408618403430172}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1333103537327176
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224607601967007622}
- - component: {fileID: 222940355271347126}
- - component: {fileID: 114471887189671582}
- m_Layer: 0
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1337550949140358
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224758343326055410}
- - component: {fileID: 222597953642567836}
- - component: {fileID: 114044607018579882}
- m_Layer: 0
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1362703548424686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224045880650927384}
- - component: {fileID: 222545524691732680}
- - component: {fileID: 114575254033009712}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1366710097784822
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224346305406517834}
- - component: {fileID: 222406269300645458}
- - component: {fileID: 114324229328976654}
- m_Layer: 0
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1380434515636754
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224492575343715452}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1392778544372822
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224545785669224904}
- - component: {fileID: 222150197501599420}
- - component: {fileID: 114916045047777644}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1450397391683074
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224976057355105004}
- - component: {fileID: 222041104814056044}
- - component: {fileID: 114805872388439838}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1456968939753850
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224217340027023416}
- - component: {fileID: 222090721075010872}
- - component: {fileID: 114910351094291502}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1468179843209988
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224584872925920406}
- - component: {fileID: 222780858544197484}
- - component: {fileID: 114217816739959510}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1481946048211126
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224155543952765982}
- - component: {fileID: 222995508192616854}
- - component: {fileID: 114525381973561202}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1513860446412474
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224316820138905460}
- - component: {fileID: 222048904981091760}
- - component: {fileID: 114848805932992308}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1520420205916948
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224261738673499488}
- - component: {fileID: 222090589301205902}
- - component: {fileID: 114388149081281640}
- m_Layer: 0
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1530009726381990
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224768929729838058}
- - component: {fileID: 222130945712834848}
- - component: {fileID: 114087986814682634}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1542173435917482
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224840480039470086}
- - component: {fileID: 222411449754967218}
- - component: {fileID: 114593433266616408}
- m_Layer: 0
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1548071443124966
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224135714154402112}
- - component: {fileID: 222971154015604922}
- - component: {fileID: 114833250429748708}
- m_Layer: 0
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1551825840999368
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224964690949512806}
- m_Layer: 0
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1552942925046842
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067384128568894}
- m_Layer: 0
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1581816163245112
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224000651635411128}
- - component: {fileID: 222261468821268002}
- - component: {fileID: 114669001711008494}
- m_Layer: 0
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1587380342719048
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224213668406021368}
- - component: {fileID: 222049594464496648}
- - component: {fileID: 114914714710967176}
- m_Layer: 0
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1643667699815794
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224259942843852566}
- - component: {fileID: 222354288347925202}
- - component: {fileID: 114688698397380214}
- m_Layer: 0
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1684652905821152
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224211995091546194}
- - component: {fileID: 222994791225117568}
- - component: {fileID: 114378640169013918}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1715310008915354
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224923444329209224}
- - component: {fileID: 222811014488161216}
- - component: {fileID: 114883367670578382}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1741866606492424
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224832362221699124}
- - component: {fileID: 222473307710277462}
- - component: {fileID: 114682493454921054}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1742452951521010
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224392536933213304}
- m_Layer: 0
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1744533021471412
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224303215163137298}
- - component: {fileID: 222007458847150154}
- - component: {fileID: 114971220934194146}
- m_Layer: 0
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1747302061604274
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224093209289318886}
- - component: {fileID: 222361868091544490}
- - component: {fileID: 114998597885364972}
- m_Layer: 0
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1792904091233630
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224489944207887354}
- - component: {fileID: 222735156646431626}
- - component: {fileID: 114322023440993058}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1795954646085348
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664500431802644}
- - component: {fileID: 222960128118751256}
- - component: {fileID: 114190831920712202}
- m_Layer: 0
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1801934716951028
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224446692731500858}
- - component: {fileID: 222890287331076814}
- - component: {fileID: 114590131342673588}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1812202998735664
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173615846990014}
- - component: {fileID: 222544246674598236}
- - component: {fileID: 114286379662651302}
- m_Layer: 0
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813326689345594
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776961257176526}
- - component: {fileID: 222019823161669620}
- - component: {fileID: 114187039627159990}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1837073042162570
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224920830731871980}
- - component: {fileID: 222844993426630934}
- - component: {fileID: 114593518588092144}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1858247858568778
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973145449744590}
- m_Layer: 0
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1872751105031598
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224633077685952370}
- - component: {fileID: 222577688782784922}
- - component: {fileID: 114743157680219332}
- m_Layer: 0
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1929763878343976
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224218858810929018}
- m_Layer: 0
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1940828078814002
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224529985991744514}
- - component: {fileID: 222888024824008402}
- - component: {fileID: 114883644568415670}
- m_Layer: 0
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1987605656336448
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224422282974408620}
- - component: {fileID: 222077281588873554}
- - component: {fileID: 114477771850192304}
- m_Layer: 0
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!114 &114044607018579882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1337550949140358}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114057282212868558
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257301192087598}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114087986814682634
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1530009726381990}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x2
---- !u!114 &114103009765958388
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1088726135310160}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114106191346247828
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1099906616777916}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114143239674797096
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1253773438882526}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114187039627159990
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813326689345594}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114190831920712202
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1795954646085348}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114217816739959510
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1468179843209988}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114264362684646338
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257060702176832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 535d2697503c2a94a887354e22a5414d, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.2
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 0
- m_IconType: 0
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.12
- m_Bottom: 0
- m_ItemWidth: 25
- m_ItemHeight: 12
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: BarChart
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 1
- m_Trigger: 0
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - x1
- - x2
- - x3
- - x4
- - x5
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 1
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Bar
- m_SerieName: serie0
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 65
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 29
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 22
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 43
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 59
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines: []
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114264632579981952
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1060707707215848}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 42
---- !u!114 &114282635144375226
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1016155119885958}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114286379662651302
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812202998735664}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114322023440993058
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1792904091233630}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: BarChart
---- !u!114 &114324229328976654
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366710097784822}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114361920696624734
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1136956541192086}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114378640169013918
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1684652905821152}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x4
---- !u!114 &114386353205676422
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056858579185530}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388149081281640
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1520420205916948}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114408618403430172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1283998664809392}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x3
---- !u!114 &114411843454140156
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1279424754834942}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114450422187622206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215058925457552}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114457836835110508
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1142424901425264}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114471887189671582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1333103537327176}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114474097123419300
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1261975055221842}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 56
---- !u!114 &114477771850192304
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1987605656336448}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114514165394804286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1206197995038392}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 14
---- !u!114 &114525381973561202
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1481946048211126}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114575254033009712
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1362703548424686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114576375511881522
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108003906651492}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114590131342673588
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1801934716951028}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114593433266616408
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1542173435917482}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114593518588092144
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1837073042162570}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x1
---- !u!114 &114630334555967968
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191284787673392}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114669001711008494
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1581816163245112}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114669021116991508
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056892609329054}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114682493454921054
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1741866606492424}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 28
---- !u!114 &114688698397380214
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643667699815794}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114697332990921646
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1222375175691112}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114701746692296818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1260013563693040}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114723875757818034
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1073172796367966}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114743157680219332
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1872751105031598}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114805872388439838
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1450397391683074}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114812098003449900
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1043888774217694}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114833250429748708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1548071443124966}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114848805932992308
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513860446412474}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114874828327050996
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156331456995764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114882133150681704
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1092046506838738}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114883367670578382
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1715310008915354}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114883644568415670
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1940828078814002}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114905783435320348
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1157871500295162}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 70
---- !u!114 &114910351094291502
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456968939753850}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114914714710967176
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1587380342719048}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114916045047777644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1392778544372822}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x5
---- !u!114 &114924256585033688
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1237655850835666}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114971220934194146
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1744533021471412}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114998597885364972
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1747302061604274}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!222 &222007458847150154
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1744533021471412}
---- !u!222 &222011388496042742
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1283998664809392}
---- !u!222 &222019823161669620
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813326689345594}
---- !u!222 &222041104814056044
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1450397391683074}
---- !u!222 &222048904981091760
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513860446412474}
---- !u!222 &222049594464496648
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1587380342719048}
---- !u!222 &222049864711668946
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1092046506838738}
---- !u!222 &222077281588873554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1987605656336448}
---- !u!222 &222090589301205902
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1520420205916948}
---- !u!222 &222090721075010872
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456968939753850}
---- !u!222 &222122343833205238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1073172796367966}
---- !u!222 &222130945712834848
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1530009726381990}
---- !u!222 &222135120133825194
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056892609329054}
---- !u!222 &222150197501599420
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1392778544372822}
---- !u!222 &222181407067121694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1142424901425264}
---- !u!222 &222184975060961758
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1016155119885958}
---- !u!222 &222206291941336232
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1088726135310160}
---- !u!222 &222228581503634632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215058925457552}
---- !u!222 &222261468821268002
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1581816163245112}
---- !u!222 &222263976309856610
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257060702176832}
---- !u!222 &222267332844005648
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1279424754834942}
---- !u!222 &222296033608780250
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1237655850835666}
---- !u!222 &222302859868245216
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1157871500295162}
---- !u!222 &222334805806401706
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1136956541192086}
---- !u!222 &222349358514302666
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1260013563693040}
---- !u!222 &222354288347925202
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643667699815794}
---- !u!222 &222361868091544490
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1747302061604274}
---- !u!222 &222385313640844778
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108003906651492}
---- !u!222 &222403960759125232
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1060707707215848}
---- !u!222 &222406269300645458
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366710097784822}
---- !u!222 &222411449754967218
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1542173435917482}
---- !u!222 &222473307710277462
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1741866606492424}
---- !u!222 &222531173949381944
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1261975055221842}
---- !u!222 &222544246674598236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812202998735664}
---- !u!222 &222545524691732680
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1362703548424686}
---- !u!222 &222552141386662176
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1043888774217694}
---- !u!222 &222569813108133978
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1222375175691112}
---- !u!222 &222577688782784922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1872751105031598}
---- !u!222 &222584321933537492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156331456995764}
---- !u!222 &222597953642567836
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1337550949140358}
---- !u!222 &222735156646431626
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1792904091233630}
---- !u!222 &222772901593552516
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191284787673392}
---- !u!222 &222780858544197484
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1468179843209988}
---- !u!222 &222811014488161216
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1715310008915354}
---- !u!222 &222834757536318724
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257301192087598}
---- !u!222 &222844993426630934
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1837073042162570}
---- !u!222 &222860998231969532
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056858579185530}
---- !u!222 &222888024824008402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1940828078814002}
---- !u!222 &222890287331076814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1801934716951028}
---- !u!222 &222940355271347126
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1333103537327176}
---- !u!222 &222960128118751256
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1795954646085348}
---- !u!222 &222960167468822790
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1099906616777916}
---- !u!222 &222966038980575856
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1206197995038392}
---- !u!222 &222971154015604922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1548071443124966}
---- !u!222 &222977832717076672
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1253773438882526}
---- !u!222 &222994791225117568
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1684652905821152}
---- !u!222 &222995508192616854
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1481946048211126}
---- !u!224 &224000651635411128
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1581816163245112}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224832362221699124}
- - {fileID: 224787299825615856}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 313.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224026635862609950
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1218528657991558}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224489944207887354}
- - {fileID: 224755694536646546}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224035821915322184
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1253773438882526}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224618613788548210}
- - {fileID: 224584872925920406}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224045880650927384
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1362703548424686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224173615846990014}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067384128568894
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552942925046842}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664500431802644}
- - {fileID: 224492575343715452}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224093209289318886
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1747302061604274}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224097508315449616
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1157871500295162}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224813818066358582}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224120557101651788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056892609329054}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224346305406517834}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224135714154402112
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1548071443124966}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224155543952765982
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1481946048211126}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224664500431802644}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224157028677034532
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1261975055221842}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224272948979898362}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224173615846990014
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812202998735664}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224045880650927384}
- - {fileID: 224669336077640538}
- m_Father: {fileID: 224492575343715452}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224211995091546194
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1684652905821152}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224213668406021368}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224212320054835868
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1206197995038392}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224840480039470086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224213668406021368
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1587380342719048}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224211995091546194}
- - {fileID: 224976057355105004}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 208.80005, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224217340027023416
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456968939753850}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224758343326055410}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224218858810929018
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1929763878343976}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224259490567831460
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191284787673392}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224840480039470086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224259942843852566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643667699815794}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224261738673499488
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1520420205916948}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224272948979898362
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1136956541192086}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224157028677034532}
- - {fileID: 224785022693051322}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 531.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224303215163137298
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1744533021471412}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224316820138905460
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513860446412474}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224346305406517834}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224336385619348180
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1166991723605856}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224392536933213304}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224342455937820414
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257301192087598}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224346305406517834
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366710097784822}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224316820138905460}
- - {fileID: 224120557101651788}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224392536933213304
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1742452951521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224336385619348180}
- - {fileID: 224923444329209224}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224422282974408620
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1987605656336448}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224446692731500858
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1801934716951028}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224504381801135090}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224489944207887354
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1792904091233630}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224026635862609950}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224492575343715452
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1380434515636754}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224173615846990014}
- - {fileID: 224607601967007622}
- m_Father: {fileID: 224067384128568894}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224504381801135090
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156331456995764}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224920830731871980}
- - {fileID: 224446692731500858}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -381.6, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224529985991744514
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1940828078814002}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224545785669224904
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1392778544372822}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224794782702416826}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224558226535189680
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056858579185530}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224607601967007622}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224584872925920406
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1468179843209988}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224035821915322184}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224586114239860688
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1099906616777916}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224607601967007622
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1333103537327176}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224558226535189680}
- - {fileID: 224776961257176526}
- m_Father: {fileID: 224492575343715452}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224618613788548210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1283998664809392}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224035821915322184}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224633077685952370
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1872751105031598}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224642387222512416
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1142424901425264}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224794782702416826}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224647349387937438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1222375175691112}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224768929729838058}
- - {fileID: 224728192942865288}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -184.79999, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224664500431802644
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1795954646085348}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224155543952765982}
- m_Father: {fileID: 224067384128568894}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224669336077640538
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215058925457552}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224173615846990014}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224702571280238284
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1073172796367966}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224728192942865288
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1092046506838738}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224647349387937438}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224755694536646546
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1016155119885958}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224026635862609950}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224758343326055410
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1337550949140358}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224955905703485964}
- - {fileID: 224217340027023416}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 422.40002}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224768929729838058
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1530009726381990}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224647349387937438}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224776961257176526
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813326689345594}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224607601967007622}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224785022693051322
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108003906651492}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224272948979898362}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224787299825615856
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1043888774217694}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224000651635411128}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224794782702416826
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1237655850835666}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224545785669224904}
- - {fileID: 224642387222512416}
- m_Father: {fileID: 224973145449744590}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 405.60004, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224813818066358582
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1260013563693040}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224097508315449616}
- - {fileID: 224862656024524624}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 640}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224817318206479422
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257060702176832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224997509227187902}
- - {fileID: 224702571280238284}
- - {fileID: 224303215163137298}
- - {fileID: 224342455937820414}
- - {fileID: 224586114239860688}
- - {fileID: 224093209289318886}
- - {fileID: 224135714154402112}
- - {fileID: 224633077685952370}
- - {fileID: 224261738673499488}
- - {fileID: 224422282974408620}
- - {fileID: 224529985991744514}
- - {fileID: 224026635862609950}
- - {fileID: 224259942843852566}
- - {fileID: 224218858810929018}
- - {fileID: 224067384128568894}
- - {fileID: 224973145449744590}
- - {fileID: 224964690949512806}
- - {fileID: 224392536933213304}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224832362221699124
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1741866606492424}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224000651635411128}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224840480039470086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1542173435917482}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224212320054835868}
- - {fileID: 224259490567831460}
- m_Father: {fileID: 224964690949512806}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 204.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224862656024524624
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1088726135310160}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224813818066358582}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224920830731871980
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1837073042162570}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224504381801135090}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224923444329209224
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1715310008915354}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224392536933213304}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224955905703485964
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1060707707215848}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224758343326055410}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224964690949512806
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1551825840999368}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224346305406517834}
- - {fileID: 224840480039470086}
- - {fileID: 224000651635411128}
- - {fileID: 224758343326055410}
- - {fileID: 224272948979898362}
- - {fileID: 224813818066358582}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973145449744590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1858247858568778}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224504381801135090}
- - {fileID: 224647349387937438}
- - {fileID: 224035821915322184}
- - {fileID: 224213668406021368}
- - {fileID: 224794782702416826}
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224976057355105004
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1450397391683074}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224213668406021368}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224997509227187902
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1279424754834942}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224817318206479422}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Bar3_Axis Align With Tick_坐标轴刻度与标签对齐.prefab.meta b/Assets/XChartsDemo/Prefab/Bar3_Axis Align With Tick_坐标轴刻度与标签对齐.prefab.meta
deleted file mode 100644
index 797bb07b..00000000
--- a/Assets/XChartsDemo/Prefab/Bar3_Axis Align With Tick_坐标轴刻度与标签对齐.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: ca14acb0a2be346c7bc142e8a8c8abbe
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line10_Line Gradient_折线图渐变.prefab b/Assets/XChartsDemo/Prefab/Line10_Line Gradient_折线图渐变.prefab
deleted file mode 100644
index b21d9a9d..00000000
--- a/Assets/XChartsDemo/Prefab/Line10_Line Gradient_折线图渐变.prefab
+++ /dev/null
@@ -1,28874 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1021170725256798
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224193657137222730}
- - component: {fileID: 222401626012605522}
- - component: {fileID: 114464205760654166}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1021439573166958
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224196121535561254}
- - component: {fileID: 222027935351084680}
- - component: {fileID: 114210615753825962}
- m_Layer: 0
- m_Name: axis_y14
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1026573834903146
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224365825894655920}
- m_Layer: 0
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1054954717915954
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224902109984221210}
- - component: {fileID: 222883834370079982}
- - component: {fileID: 114372630004446564}
- m_Layer: 0
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1058524612290250
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224892147027900544}
- m_Layer: 0
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1058851373147222
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224846934806211510}
- - component: {fileID: 222997763904357374}
- - component: {fileID: 114348873641855274}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114021868465902394}
- m_Layer: 5
- m_Name: "Line10_Line Gradient_\u6298\u7EBF\u56FE\u6E10\u53D8"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1076922968582442
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224248368697494572}
- - component: {fileID: 222661804032336098}
- - component: {fileID: 114049809135430778}
- m_Layer: 0
- m_Name: axis_x10
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1078641314534484
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224531965520337976}
- m_Layer: 0
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1089566280359354
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224651132879602582}
- - component: {fileID: 222123687115052316}
- - component: {fileID: 114342106766882992}
- m_Layer: 0
- m_Name: axis_y10
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1120382435417286
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224422729443203460}
- - component: {fileID: 222516650173057880}
- - component: {fileID: 114960860578756222}
- m_Layer: 0
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1147411798142220
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224203555380339312}
- - component: {fileID: 222924768780087426}
- - component: {fileID: 114733649934390696}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1149100805793532
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224674040306246728}
- - component: {fileID: 222543392898334168}
- - component: {fileID: 114658147855877940}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1152927845212086
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224393308824289748}
- - component: {fileID: 222613658497683026}
- - component: {fileID: 114440904848541616}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1156937742443384
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224487017683430264}
- - component: {fileID: 222099409324621752}
- - component: {fileID: 114040523019327824}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1163514373462242
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224292208019964308}
- - component: {fileID: 222685341759120270}
- - component: {fileID: 114746112434543818}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1187364261102478
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224626242696651786}
- - component: {fileID: 222990853771412380}
- - component: {fileID: 114514333095987834}
- m_Layer: 0
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1197715075021076
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224844670009523258}
- - component: {fileID: 222164656841502376}
- - component: {fileID: 114015824550186118}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1204584538930528
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224259088708421990}
- - component: {fileID: 222762876636332882}
- - component: {fileID: 114544256562404486}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1218168463819996
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224848510742944618}
- - component: {fileID: 222573512981329456}
- - component: {fileID: 114979392702827126}
- m_Layer: 0
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1230982491058526
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224217218279389394}
- - component: {fileID: 222916588332357922}
- - component: {fileID: 114361547360067590}
- m_Layer: 0
- m_Name: axis_x14
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1241371997591204
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224586537032185344}
- - component: {fileID: 222504681184115892}
- - component: {fileID: 114123310869723476}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1244638510701816
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224708825775389244}
- - component: {fileID: 222811566996261634}
- - component: {fileID: 114887671482326436}
- m_Layer: 0
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1262691111628606
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224473630763524350}
- - component: {fileID: 222731757278135218}
- - component: {fileID: 114761464808523930}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1268386089556604
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224419946685999834}
- - component: {fileID: 222737864237539612}
- - component: {fileID: 114008577785137570}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1269032247862802
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224325112776097250}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1273536035719918
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224505789596808406}
- - component: {fileID: 222044491004643586}
- - component: {fileID: 114227945313400954}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1282970063113588
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224327982293625784}
- - component: {fileID: 222272427759564380}
- - component: {fileID: 114036755789448186}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1285260220547468
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224663416856612124}
- - component: {fileID: 222851686856316374}
- - component: {fileID: 114563089961049794}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1289479245645328
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224040355621084218}
- - component: {fileID: 222593981835778876}
- - component: {fileID: 114482004706177980}
- m_Layer: 0
- m_Name: axis_x13
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1290646069143804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224671939893081422}
- - component: {fileID: 222999369382023060}
- - component: {fileID: 114891175911035284}
- m_Layer: 0
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1302079995277508
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224536224461645130}
- - component: {fileID: 222657357569273206}
- - component: {fileID: 114631726227688510}
- m_Layer: 0
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1307791173246236
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224820140991925544}
- - component: {fileID: 222010944670403180}
- - component: {fileID: 114122004112976300}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1308635980587968
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224842240858307134}
- - component: {fileID: 222371687931990100}
- - component: {fileID: 114984924761117556}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1343379238933256
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224896771182545058}
- m_Layer: 0
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1347612008985924
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224394124241551854}
- - component: {fileID: 222293737047704354}
- - component: {fileID: 114349832719916568}
- m_Layer: 0
- m_Name: axis_y11
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1363436649977300
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224369222741620962}
- - component: {fileID: 222637367749184864}
- - component: {fileID: 114096163598073568}
- m_Layer: 0
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1375301535571812
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224956615751792696}
- - component: {fileID: 222759918876147338}
- - component: {fileID: 114039667730992182}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1390388027278878
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224522918056816448}
- - component: {fileID: 222925354984759606}
- - component: {fileID: 114317917692371458}
- m_Layer: 0
- m_Name: axis_y13
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1418791553341838
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224654473811761406}
- - component: {fileID: 222331567563929480}
- - component: {fileID: 114664638484701516}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1425940075996028
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224515430202803718}
- - component: {fileID: 222088240375542958}
- - component: {fileID: 114661034949344770}
- m_Layer: 0
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1431456597722350
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224418250118762994}
- - component: {fileID: 222648417258828940}
- - component: {fileID: 114584310432997802}
- m_Layer: 0
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1452631811602892
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224384438643042500}
- m_Layer: 0
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1454152291106974
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745378238413696}
- - component: {fileID: 222543579165665870}
- - component: {fileID: 114383938465874018}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1456431769908050
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224229421840156418}
- - component: {fileID: 222653529077939532}
- - component: {fileID: 114195478667016120}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1463100953749000
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224115801725276010}
- - component: {fileID: 222432997817569074}
- - component: {fileID: 114221086292205854}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1481118015266950
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224151768184786736}
- m_Layer: 0
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1487177463141898
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224733800760491304}
- - component: {fileID: 222553950575739760}
- - component: {fileID: 114910433771494112}
- m_Layer: 0
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1509481344142004
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140850053367104}
- - component: {fileID: 222199549505038234}
- - component: {fileID: 114886423874397908}
- m_Layer: 0
- m_Name: axis_x12
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1523029975800648
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224484573055433888}
- - component: {fileID: 222845792579404950}
- - component: {fileID: 114571642994622870}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1523876379817126
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224994928098171994}
- - component: {fileID: 222738542485115132}
- - component: {fileID: 114014551858007200}
- m_Layer: 0
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1525997563439676
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224826195439592560}
- - component: {fileID: 222348046676783490}
- - component: {fileID: 114958885219149562}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1526778323346356
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224739279734258126}
- - component: {fileID: 222445926289642962}
- - component: {fileID: 114936794306405480}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1532053226804908
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224377141811067642}
- - component: {fileID: 222546892610407256}
- - component: {fileID: 114698175890891516}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1532078360530592
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224975851546516414}
- - component: {fileID: 222539535021668812}
- - component: {fileID: 114676154505588910}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1550591601957014
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224885436838586336}
- - component: {fileID: 222767492435505898}
- - component: {fileID: 114896870578780648}
- m_Layer: 0
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1557197689271336
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224137525661739944}
- - component: {fileID: 222785431557153956}
- - component: {fileID: 114789863574084902}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1577643031847686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224420256903003580}
- m_Layer: 0
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1586281640432282
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224971408608495782}
- - component: {fileID: 222760107259327056}
- - component: {fileID: 114655790642200560}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1589133196076428
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224527654639820204}
- - component: {fileID: 222758271329339998}
- - component: {fileID: 114284087563626598}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1603345822967200
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224687996874364474}
- - component: {fileID: 222866667916123806}
- - component: {fileID: 114262441851715504}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1618589747673308
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224177488002867302}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1640699336563020
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224546110696031686}
- - component: {fileID: 222884933152312636}
- - component: {fileID: 114224533330368422}
- m_Layer: 0
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1643492407821944
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252593470419088}
- - component: {fileID: 222124856427044832}
- - component: {fileID: 114382584341431264}
- m_Layer: 0
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1664172801730148
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224316336795866348}
- - component: {fileID: 222047037485394196}
- - component: {fileID: 114610822638755998}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1681190691859884
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224093409904059158}
- - component: {fileID: 222091896042538784}
- - component: {fileID: 114867041991126312}
- m_Layer: 0
- m_Name: axis_y15
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1693645182620870
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224487824325508532}
- - component: {fileID: 222895780688416488}
- - component: {fileID: 114590014890403106}
- m_Layer: 0
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1701373488192926
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224527431842549936}
- - component: {fileID: 222141912796196088}
- - component: {fileID: 114687184174191400}
- m_Layer: 0
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1719228106817596
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224871174626236426}
- - component: {fileID: 222268401350236102}
- - component: {fileID: 114066796637052826}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1722888125889974
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224477946421147492}
- - component: {fileID: 222412193883205394}
- - component: {fileID: 114492392010111950}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1725729678267090
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224703738035686040}
- - component: {fileID: 222081184879523890}
- - component: {fileID: 114111345294179322}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1736613888818046
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224246725124668396}
- - component: {fileID: 222742800196486570}
- - component: {fileID: 114873196578222586}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1762245328229016
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224376612422733920}
- - component: {fileID: 222650413911246390}
- - component: {fileID: 114254212986388206}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1777317309043310
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224125221666203444}
- - component: {fileID: 222248713742647838}
- - component: {fileID: 114581036939176914}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1789444445757936
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664332915338770}
- - component: {fileID: 222098894263404202}
- - component: {fileID: 114208261609102142}
- m_Layer: 0
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1802407043561510
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224878567082497102}
- - component: {fileID: 222153793298432494}
- - component: {fileID: 114479398467181996}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1802834051967024
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224264046639544664}
- - component: {fileID: 222067585444223408}
- - component: {fileID: 114382177401921864}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1812364966981712
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224869002098778224}
- - component: {fileID: 222819470985658248}
- - component: {fileID: 114671761651926734}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1817556069552012
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224755129641261430}
- - component: {fileID: 222297747741019820}
- - component: {fileID: 114257189597841706}
- m_Layer: 0
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1818837255663604
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224455433090365244}
- - component: {fileID: 222007767023278192}
- - component: {fileID: 114448834166439266}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1821040750364952
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224781286830679970}
- - component: {fileID: 222667099656170496}
- - component: {fileID: 114526624241423146}
- m_Layer: 0
- m_Name: axis_x11
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1822027043963350
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224090219219162506}
- - component: {fileID: 222392313601049936}
- - component: {fileID: 114675024644079548}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1839936046830006
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224077722174454960}
- - component: {fileID: 222915166187063124}
- - component: {fileID: 114402200663099668}
- m_Layer: 0
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1853517672195888
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224827441993564098}
- - component: {fileID: 222388492514801514}
- - component: {fileID: 114383717646361110}
- m_Layer: 0
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1854747207250162
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224738308480864978}
- - component: {fileID: 222371817195436632}
- - component: {fileID: 114807720245791008}
- m_Layer: 0
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1862408892425184
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224405141280536992}
- - component: {fileID: 222766785225964022}
- - component: {fileID: 114980420747184984}
- m_Layer: 0
- m_Name: axis_y12
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1865317864179302
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224535153521269872}
- - component: {fileID: 222884987304992186}
- - component: {fileID: 114073032471096508}
- m_Layer: 0
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1882219017389874
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224520032740665924}
- - component: {fileID: 222819382232534316}
- - component: {fileID: 114025531002139146}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1890330317667190
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224601939746984018}
- - component: {fileID: 222189608787045346}
- - component: {fileID: 114150421456336262}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1900965263685474
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224481090617668514}
- - component: {fileID: 222382660298252984}
- - component: {fileID: 114004711489435058}
- m_Layer: 0
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1904347245415842
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224925694600413448}
- - component: {fileID: 222009709431604490}
- - component: {fileID: 114650561438824308}
- m_Layer: 0
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1906217644460960
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224450197637242166}
- m_Layer: 0
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1933872501241068
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224330241441281760}
- - component: {fileID: 222125806284095192}
- - component: {fileID: 114560415878801520}
- m_Layer: 0
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1939457636233912
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173474973090520}
- - component: {fileID: 222141209414646826}
- - component: {fileID: 114509664736120436}
- m_Layer: 0
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1939690806438676
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224615022033859218}
- - component: {fileID: 222650711003928944}
- - component: {fileID: 114442535714978862}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1962980491078690
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224105432906924626}
- - component: {fileID: 222847960402700356}
- - component: {fileID: 114022315147474478}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1970266399253770
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224323785907507480}
- - component: {fileID: 222232993057545192}
- - component: {fileID: 114852929916639136}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1977893516949434
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252940154889668}
- - component: {fileID: 222645688410583126}
- - component: {fileID: 114672744361143674}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1992399642276474
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224237828675589124}
- - component: {fileID: 222505069267313608}
- - component: {fileID: 114830477621917142}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1996053876298132
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224078292984792462}
- - component: {fileID: 222165384176213918}
- - component: {fileID: 114136582709800996}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114004711489435058
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1900965263685474}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114008577785137570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1268386089556604}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114014551858007200
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523876379817126}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114015824550186118
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197715075021076}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114021868465902394
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.1
- m_Bottom: 0.6
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.6
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: Gradient along the y axis
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- - m_Show: 1
- m_Text: Gradient along the x axis
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.53
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 0
- m_Trigger: 1
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps:
- - m_Show: 0
- m_Type: 0
- m_SelectedMode: 0
- m_SerieIndex: 0
- m_Min: 0
- m_Max: 100
- m_Range:
- - 0
- - 100
- m_Text:
- -
- -
- m_TextGap:
- - 10
- - 10
- m_SplitNumber: 5
- m_Calculable: 0
- m_Realtime: 1
- m_ItemWidth: 20
- m_ItemHeight: 140
- m_ItemGap: 10
- m_BorderWidth: 0
- m_Dimension: -1
- m_HoverLink: 1
- m_AutoMinMax: 1
- m_Orient: 0
- m_Location:
- m_Align: 7
- m_Left: 0.03
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InRange:
- - serializedVersion: 2
- rgba: 4294967295
- - serializedVersion: 2
- rgba: 4281677311
- m_OutOfRange:
- - serializedVersion: 2
- rgba: 4286545791
- m_Pieces: []
- - m_Show: 0
- m_Type: 0
- m_SelectedMode: 0
- m_SerieIndex: 1
- m_Min: 0
- m_Max: 100
- m_Range:
- - 0
- - 100
- m_Text:
- -
- -
- m_TextGap:
- - 10
- - 10
- m_SplitNumber: 5
- m_Calculable: 0
- m_Realtime: 1
- m_ItemWidth: 20
- m_ItemHeight: 140
- m_ItemGap: 10
- m_BorderWidth: 0
- m_Dimension: 0
- m_HoverLink: 1
- m_AutoMinMax: 1
- m_Orient: 0
- m_Location:
- m_Align: 7
- m_Left: 0.03
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InRange:
- - serializedVersion: 2
- rgba: 4294967295
- - serializedVersion: 2
- rgba: 4281677311
- m_OutOfRange:
- - serializedVersion: 2
- rgba: 4286545791
- m_Pieces: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 8
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - 2000-06-05
- - 2000-06-06
- - 2000-06-07
- - 2000-06-08
- - 2000-06-09
- - 2000-06-10
- - 2000-06-11
- - 2000-06-12
- - 2000-06-13
- - 2000-06-14
- - 2000-06-15
- - 2000-06-16
- - 2000-06-17
- - 2000-06-18
- - 2000-06-19
- - 2000-06-20
- - 2000-06-21
- - 2000-06-22
- - 2000-06-23
- - 2000-06-24
- - 2000-06-25
- - 2000-06-26
- - 2000-06-27
- - 2000-06-28
- - 2000-06-29
- - 2000-06-30
- - 2000-07-01
- - 2000-07-02
- - 2000-07-03
- - 2000-07-04
- - 2000-07-05
- - 2000-07-06
- - 2000-07-07
- - 2000-07-08
- - 2000-07-09
- - 2000-07-10
- - 2000-07-11
- - 2000-07-12
- - 2000-07-13
- - 2000-07-14
- - 2000-07-15
- - 2000-07-16
- - 2000-07-17
- - 2000-07-18
- - 2000-07-19
- - 2000-07-20
- - 2000-07-21
- - 2000-07-22
- - 2000-07-23
- - 2000-07-24
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 1
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 8
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - 2000-06-05
- - 2000-06-06
- - 2000-06-07
- - 2000-06-08
- - 2000-06-09
- - 2000-06-10
- - 2000-06-11
- - 2000-06-12
- - 2000-06-13
- - 2000-06-14
- - 2000-06-15
- - 2000-06-16
- - 2000-06-17
- - 2000-06-18
- - 2000-06-19
- - 2000-06-20
- - 2000-06-21
- - 2000-06-22
- - 2000-06-23
- - 2000-06-24
- - 2000-06-25
- - 2000-06-26
- - 2000-06-27
- - 2000-06-28
- - 2000-06-29
- - 2000-06-30
- - 2000-07-01
- - 2000-07-02
- - 2000-07-03
- - 2000-07-04
- - 2000-07-05
- - 2000-07-06
- - 2000-07-07
- - 2000-07-08
- - 2000-07-09
- - 2000-07-10
- - 2000-07-11
- - 2000-07-12
- - 2000-07-13
- - 2000-07-14
- - 2000-07-15
- - 2000-07-16
- - 2000-07-17
- - 2000-07-18
- - 2000-07-19
- - 2000-07-20
- - 2000-07-21
- - 2000-07-22
- - 2000-07-23
- - 2000-07-24
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 1
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie0
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 2
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name: 2000-06-05
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 116
- - m_Name: 2000-06-06
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 129
- - m_Name: 2000-06-07
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 135
- - m_Name: 2000-06-08
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 86
- - m_Name: 2000-06-09
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 73
- - m_Name: 2000-06-10
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 85
- - m_Name: 2000-06-11
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 73
- - m_Name: 2000-06-12
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 7
- - 68
- - m_Name: 2000-06-13
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 8
- - 92
- - m_Name: 2000-06-14
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 9
- - 130
- - m_Name: 2000-06-15
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 10
- - 245
- - m_Name: 2000-06-16
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 11
- - 139
- - m_Name: 2000-06-17
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 12
- - 115
- - m_Name: 2000-06-18
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 13
- - 111
- - m_Name: 2000-06-19
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 14
- - 309
- - m_Name: 2000-06-20
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 15
- - 206
- - m_Name: 2000-06-21
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 16
- - 137
- - m_Name: 2000-06-22
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 17
- - 128
- - m_Name: 2000-06-23
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 18
- - 85
- - m_Name: 2000-06-24
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 19
- - 94
- - m_Name: 2000-06-25
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 20
- - 71
- - m_Name: 2000-06-26
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 21
- - 106
- - m_Name: 2000-06-27
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 22
- - 84
- - m_Name: 2000-06-28
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 23
- - 93
- - m_Name: 2000-06-29
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 24
- - 85
- - m_Name: 2000-06-30
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 25
- - 73
- - m_Name: 2000-07-01
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 26
- - 83
- - m_Name: 2000-07-02
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 27
- - 125
- - m_Name: 2000-07-03
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 28
- - 107
- - m_Name: 2000-07-04
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 29
- - 82
- - m_Name: 2000-07-05
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 30
- - 44
- - m_Name: 2000-07-06
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 31
- - 72
- - m_Name: 2000-07-07
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 32
- - 106
- - m_Name: 2000-07-08
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 33
- - 107
- - m_Name: 2000-07-09
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 34
- - 66
- - m_Name: 2000-07-10
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 35
- - 91
- - m_Name: 2000-07-11
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 36
- - 92
- - m_Name: 2000-07-12
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 37
- - 113
- - m_Name: 2000-07-13
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 38
- - 107
- - m_Name: 2000-07-14
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 39
- - 131
- - m_Name: 2000-07-15
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 40
- - 111
- - m_Name: 2000-07-16
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 41
- - 64
- - m_Name: 2000-07-17
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 42
- - 69
- - m_Name: 2000-07-18
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 43
- - 88
- - m_Name: 2000-07-19
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 44
- - 77
- - m_Name: 2000-07-20
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 45
- - 83
- - m_Name: 2000-07-21
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 46
- - 111
- - m_Name: 2000-07-22
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 47
- - 57
- - m_Name: 2000-07-23
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 48
- - 55
- - m_Name: 2000-07-24
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 49
- - 60
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie1
- m_Stack:
- m_XAxisIndex: 1
- m_YAxisIndex: 1
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 2
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name: 2000-06-05
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 116
- - m_Name: 2000-06-06
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 129
- - m_Name: 2000-06-07
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 135
- - m_Name: 2000-06-08
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 86
- - m_Name: 2000-06-09
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 73
- - m_Name: 2000-06-10
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 85
- - m_Name: 2000-06-11
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 73
- - m_Name: 2000-06-12
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 7
- - 68
- - m_Name: 2000-06-13
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 8
- - 92
- - m_Name: 2000-06-14
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 9
- - 130
- - m_Name: 2000-06-15
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 10
- - 245
- - m_Name: 2000-06-16
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 11
- - 139
- - m_Name: 2000-06-17
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 12
- - 115
- - m_Name: 2000-06-18
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 13
- - 111
- - m_Name: 2000-06-19
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 14
- - 309
- - m_Name: 2000-06-20
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 15
- - 206
- - m_Name: 2000-06-21
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 16
- - 137
- - m_Name: 2000-06-22
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 17
- - 128
- - m_Name: 2000-06-23
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 18
- - 85
- - m_Name: 2000-06-24
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 19
- - 94
- - m_Name: 2000-06-25
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 20
- - 71
- - m_Name: 2000-06-26
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 21
- - 106
- - m_Name: 2000-06-27
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 22
- - 84
- - m_Name: 2000-06-28
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 23
- - 93
- - m_Name: 2000-06-29
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 24
- - 85
- - m_Name: 2000-06-30
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 25
- - 73
- - m_Name: 2000-07-01
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 26
- - 83
- - m_Name: 2000-07-02
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 27
- - 125
- - m_Name: 2000-07-03
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 28
- - 107
- - m_Name: 2000-07-04
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 29
- - 82
- - m_Name: 2000-07-05
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 30
- - 44
- - m_Name: 2000-07-06
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 31
- - 72
- - m_Name: 2000-07-07
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 32
- - 106
- - m_Name: 2000-07-08
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 33
- - 107
- - m_Name: 2000-07-09
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 34
- - 66
- - m_Name: 2000-07-10
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 35
- - 91
- - m_Name: 2000-07-11
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 36
- - 92
- - m_Name: 2000-07-12
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 37
- - 113
- - m_Name: 2000-07-13
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 38
- - 107
- - m_Name: 2000-07-14
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 39
- - 131
- - m_Name: 2000-07-15
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 40
- - 111
- - m_Name: 2000-07-16
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 41
- - 64
- - m_Name: 2000-07-17
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 42
- - 69
- - m_Name: 2000-07-18
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 43
- - 88
- - m_Name: 2000-07-19
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 44
- - 77
- - m_Name: 2000-07-20
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 45
- - 83
- - m_Name: 2000-07-21
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 46
- - 111
- - m_Name: 2000-07-22
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 47
- - 57
- - m_Name: 2000-07-23
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 48
- - 55
- - m_Name: 2000-07-24
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 49
- - 60
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114022315147474478
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1962980491078690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114025531002139146
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1882219017389874}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114036755789448186
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1282970063113588}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2000-06-11
---- !u!114 &114039667730992182
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1375301535571812}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 70
---- !u!114 &114040523019327824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156937742443384}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114049809135430778
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1076922968582442}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114066796637052826
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1719228106817596}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 140
---- !u!114 &114073032471096508
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1865317864179302}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114096163598073568
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1363436649977300}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114111345294179322
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1725729678267090}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 280
---- !u!114 &114122004112976300
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307791173246236}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 350
---- !u!114 &114123310869723476
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1241371997591204}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2000-06-23
---- !u!114 &114136582709800996
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1996053876298132}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114150421456336262
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1890330317667190}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114195478667016120
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456431769908050}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114208261609102142
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1789444445757936}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114210615753825962
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021439573166958}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114221086292205854
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1463100953749000}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114224533330368422
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1640699336563020}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114227945313400954
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1273536035719918}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114254212986388206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1762245328229016}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114257189597841706
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1817556069552012}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114262441851715504
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1603345822967200}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114284087563626598
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1589133196076428}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114317917692371458
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1390388027278878}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114342106766882992
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089566280359354}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114348873641855274
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1058851373147222}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Gradient along the y axis
---- !u!114 &114349832719916568
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1347612008985924}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114361547360067590
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1230982491058526}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114372630004446564
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1054954717915954}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114382177401921864
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802834051967024}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114382584341431264
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643492407821944}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114383717646361110
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1853517672195888}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114383938465874018
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1454152291106974}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2000-06-11
---- !u!114 &114402200663099668
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1839936046830006}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114440904848541616
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1152927845212086}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114442535714978862
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939690806438676}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114448834166439266
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1818837255663604}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 350
---- !u!114 &114464205760654166
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021170725256798}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 140
---- !u!114 &114479398467181996
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802407043561510}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2000-06-23
---- !u!114 &114482004706177980
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1289479245645328}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114492392010111950
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1722888125889974}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114509664736120436
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939457636233912}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114514333095987834
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1187364261102478}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114526624241423146
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1821040750364952}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114544256562404486
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1204584538930528}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114560415878801520
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1933872501241068}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114563089961049794
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1285260220547468}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114571642994622870
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523029975800648}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2000-06-05
---- !u!114 &114581036939176914
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1777317309043310}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2000-06-05
---- !u!114 &114584310432997802
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1431456597722350}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114590014890403106
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1693645182620870}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114610822638755998
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1664172801730148}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 280
---- !u!114 &114631726227688510
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1302079995277508}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114650561438824308
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904347245415842}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114655790642200560
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1586281640432282}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2000-06-29
---- !u!114 &114658147855877940
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1149100805793532}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114661034949344770
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1425940075996028}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114664638484701516
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1418791553341838}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 70
---- !u!114 &114671761651926734
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812364966981712}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 210
---- !u!114 &114672744361143674
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1977893516949434}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114675024644079548
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1822027043963350}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2000-06-05
---- !u!114 &114676154505588910
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532078360530592}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 210
---- !u!114 &114687184174191400
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1701373488192926}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114698175890891516
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532053226804908}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2000-06-17
---- !u!114 &114733649934390696
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1147411798142220}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114746112434543818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1163514373462242}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2000-06-17
---- !u!114 &114761464808523930
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1262691111628606}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114789863574084902
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1557197689271336}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114807720245791008
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1854747207250162}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114830477621917142
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1992399642276474}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114852929916639136
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1970266399253770}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114867041991126312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1681190691859884}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114873196578222586
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1736613888818046}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114886423874397908
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1509481344142004}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114887671482326436
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1244638510701816}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114891175911035284
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1290646069143804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114896870578780648
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1550591601957014}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114910433771494112
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1487177463141898}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114936794306405480
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1526778323346356}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114958885219149562
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1525997563439676}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114960860578756222
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1120382435417286}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114979392702827126
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1218168463819996}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114980420747184984
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1862408892425184}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114984924761117556
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1308635980587968}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2000-06-29
---- !u!222 &222007767023278192
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1818837255663604}
---- !u!222 &222009709431604490
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904347245415842}
---- !u!222 &222010944670403180
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307791173246236}
---- !u!222 &222027935351084680
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021439573166958}
---- !u!222 &222044491004643586
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1273536035719918}
---- !u!222 &222047037485394196
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1664172801730148}
---- !u!222 &222067585444223408
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802834051967024}
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!222 &222081184879523890
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1725729678267090}
---- !u!222 &222088240375542958
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1425940075996028}
---- !u!222 &222091896042538784
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1681190691859884}
---- !u!222 &222098894263404202
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1789444445757936}
---- !u!222 &222099409324621752
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156937742443384}
---- !u!222 &222123687115052316
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089566280359354}
---- !u!222 &222124856427044832
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643492407821944}
---- !u!222 &222125806284095192
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1933872501241068}
---- !u!222 &222141209414646826
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939457636233912}
---- !u!222 &222141912796196088
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1701373488192926}
---- !u!222 &222153793298432494
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802407043561510}
---- !u!222 &222164656841502376
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197715075021076}
---- !u!222 &222165384176213918
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1996053876298132}
---- !u!222 &222189608787045346
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1890330317667190}
---- !u!222 &222199549505038234
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1509481344142004}
---- !u!222 &222232993057545192
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1970266399253770}
---- !u!222 &222248713742647838
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1777317309043310}
---- !u!222 &222268401350236102
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1719228106817596}
---- !u!222 &222272427759564380
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1282970063113588}
---- !u!222 &222293737047704354
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1347612008985924}
---- !u!222 &222297747741019820
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1817556069552012}
---- !u!222 &222331567563929480
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1418791553341838}
---- !u!222 &222348046676783490
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1525997563439676}
---- !u!222 &222371687931990100
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1308635980587968}
---- !u!222 &222371817195436632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1854747207250162}
---- !u!222 &222382660298252984
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1900965263685474}
---- !u!222 &222388492514801514
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1853517672195888}
---- !u!222 &222392313601049936
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1822027043963350}
---- !u!222 &222401626012605522
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021170725256798}
---- !u!222 &222412193883205394
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1722888125889974}
---- !u!222 &222432997817569074
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1463100953749000}
---- !u!222 &222445926289642962
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1526778323346356}
---- !u!222 &222504681184115892
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1241371997591204}
---- !u!222 &222505069267313608
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1992399642276474}
---- !u!222 &222516650173057880
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1120382435417286}
---- !u!222 &222539535021668812
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532078360530592}
---- !u!222 &222543392898334168
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1149100805793532}
---- !u!222 &222543579165665870
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1454152291106974}
---- !u!222 &222546892610407256
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532053226804908}
---- !u!222 &222553950575739760
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1487177463141898}
---- !u!222 &222573512981329456
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1218168463819996}
---- !u!222 &222593981835778876
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1289479245645328}
---- !u!222 &222613658497683026
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1152927845212086}
---- !u!222 &222637367749184864
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1363436649977300}
---- !u!222 &222645688410583126
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1977893516949434}
---- !u!222 &222648417258828940
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1431456597722350}
---- !u!222 &222650413911246390
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1762245328229016}
---- !u!222 &222650711003928944
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939690806438676}
---- !u!222 &222653529077939532
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456431769908050}
---- !u!222 &222657357569273206
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1302079995277508}
---- !u!222 &222661804032336098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1076922968582442}
---- !u!222 &222667099656170496
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1821040750364952}
---- !u!222 &222685341759120270
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1163514373462242}
---- !u!222 &222731757278135218
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1262691111628606}
---- !u!222 &222737864237539612
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1268386089556604}
---- !u!222 &222738542485115132
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523876379817126}
---- !u!222 &222742800196486570
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1736613888818046}
---- !u!222 &222758271329339998
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1589133196076428}
---- !u!222 &222759918876147338
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1375301535571812}
---- !u!222 &222760107259327056
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1586281640432282}
---- !u!222 &222762876636332882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1204584538930528}
---- !u!222 &222766785225964022
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1862408892425184}
---- !u!222 &222767492435505898
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1550591601957014}
---- !u!222 &222785431557153956
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1557197689271336}
---- !u!222 &222811566996261634
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1244638510701816}
---- !u!222 &222819382232534316
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1882219017389874}
---- !u!222 &222819470985658248
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812364966981712}
---- !u!222 &222845792579404950
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523029975800648}
---- !u!222 &222847960402700356
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1962980491078690}
---- !u!222 &222851686856316374
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1285260220547468}
---- !u!222 &222866667916123806
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1603345822967200}
---- !u!222 &222883834370079982
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1054954717915954}
---- !u!222 &222884933152312636
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1640699336563020}
---- !u!222 &222884987304992186
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1865317864179302}
---- !u!222 &222895780688416488
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1693645182620870}
---- !u!222 &222915166187063124
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1839936046830006}
---- !u!222 &222916588332357922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1230982491058526}
---- !u!222 &222924768780087426
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1147411798142220}
---- !u!222 &222925354984759606
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1390388027278878}
---- !u!222 &222990853771412380
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1187364261102478}
---- !u!222 &222997763904357374
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1058851373147222}
---- !u!222 &222999369382023060
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1290646069143804}
---- !u!224 &224040355621084218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1289479245645328}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224586537032185344}
- - {fileID: 224203555380339312}
- m_Father: {fileID: 224365825894655920}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -115.92001, y: -321}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224077722174454960
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1839936046830006}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224745378238413696}
- - {fileID: 224520032740665924}
- m_Father: {fileID: 224420256903003580}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -352.08002, y: 63.00003}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224078292984792462
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1996053876298132}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224422729443203460}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224090219219162506
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1822027043963350}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224248368697494572}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224093409904059158
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1681190691859884}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224455433090365244}
- - {fileID: 224601939746984018}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 319.99997}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224105432906924626
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1962980491078690}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224418250118762994}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224115801725276010
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1463100953749000}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224535153521269872}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224125221666203444
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1777317309043310}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224450197637242166}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224137525661739944
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1557197689271336}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224755129641261430}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140850053367104
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1509481344142004}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224292208019964308}
- - {fileID: 224615022033859218}
- m_Father: {fileID: 224365825894655920}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -234, y: -321}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: -974.7652}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224173474973090520}
- - {fileID: 224626242696651786}
- - {fileID: 224330241441281760}
- - {fileID: 224902109984221210}
- - {fileID: 224733800760491304}
- - {fileID: 224827441993564098}
- - {fileID: 224527431842549936}
- - {fileID: 224885436838586336}
- - {fileID: 224925694600413448}
- - {fileID: 224481090617668514}
- - {fileID: 224546110696031686}
- - {fileID: 224531965520337976}
- - {fileID: 224487824325508532}
- - {fileID: 224151768184786736}
- - {fileID: 224896771182545058}
- - {fileID: 224420256903003580}
- - {fileID: 224892147027900544}
- - {fileID: 224450197637242166}
- - {fileID: 224365825894655920}
- - {fileID: 224384438643042500}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -10.830725}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224151768184786736
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1481118015266950}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224173474973090520
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939457636233912}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224177488002867302
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1618589747673308}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224450197637242166}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224193657137222730
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021170725256798}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224671939893081422}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224196121535561254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021439573166958}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224316336795866348}
- - {fileID: 224419946685999834}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 275.19998}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224203555380339312
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1147411798142220}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224040355621084218}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224217218279389394
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1230982491058526}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224971408608495782}
- - {fileID: 224477946421147492}
- m_Father: {fileID: 224365825894655920}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 2.1600037, y: -321}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224229421840156418
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456431769908050}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224651132879602582}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224237828675589124
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1992399642276474}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224522918056816448}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224246725124668396
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1736613888818046}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224535153521269872}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224248368697494572
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1076922968582442}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224090219219162506}
- - {fileID: 224259088708421990}
- m_Father: {fileID: 224365825894655920}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -470.16, y: -321}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224252593470419088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643492407821944}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224975851546516414}
- - {fileID: 224527654639820204}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 624}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224252940154889668
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1977893516949434}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224994928098171994}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224259088708421990
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1204584538930528}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224248368697494572}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224264046639544664
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802834051967024}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224418250118762994}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224292208019964308
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1163514373462242}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140850053367104}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224316336795866348
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1664172801730148}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224196121535561254}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224323785907507480
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1970266399253770}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224708825775389244}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224325112776097250
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1269032247862802}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224848510742944618}
- - {fileID: 224535153521269872}
- m_Father: {fileID: 224896771182545058}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224327982293625784
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1282970063113588}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224781286830679970}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224330241441281760
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1933872501241068}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224365825894655920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1026573834903146}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224248368697494572}
- - {fileID: 224781286830679970}
- - {fileID: 224140850053367104}
- - {fileID: 224040355621084218}
- - {fileID: 224217218279389394}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 18
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224369222741620962
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1363436649977300}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224826195439592560}
- m_Father: {fileID: 224896771182545058}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224376612422733920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1762245328229016}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224651132879602582}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224377141811067642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532053226804908}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224994928098171994}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224384438643042500
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1452631811602892}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224651132879602582}
- - {fileID: 224394124241551854}
- - {fileID: 224405141280536992}
- - {fileID: 224522918056816448}
- - {fileID: 224196121535561254}
- - {fileID: 224093409904059158}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 19
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224393308824289748
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1152927845212086}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224848510742944618}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224394124241551854
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1347612008985924}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224654473811761406}
- - {fileID: 224739279734258126}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 140.79999}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224405141280536992
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1862408892425184}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224871174626236426}
- - {fileID: 224687996874364474}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 185.59999}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224418250118762994
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1431456597722350}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224105432906924626}
- - {fileID: 224264046639544664}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 480.00003}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224419946685999834
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1268386089556604}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224196121535561254}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224420256903003580
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1577643031847686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224422729443203460}
- - {fileID: 224077722174454960}
- - {fileID: 224994928098171994}
- - {fileID: 224536224461645130}
- - {fileID: 224738308480864978}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224422729443203460
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1120382435417286}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224484573055433888}
- - {fileID: 224078292984792462}
- m_Father: {fileID: 224420256903003580}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -470.16, y: 63.00003}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224450197637242166
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1906217644460960}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224177488002867302}
- - {fileID: 224125221666203444}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224455433090365244
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1818837255663604}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224093409904059158}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224473630763524350
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1262691111628606}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224664332915338770}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224477946421147492
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1722888125889974}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224217218279389394}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224481090617668514
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1900965263685474}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224484573055433888
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523029975800648}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224422729443203460}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224487017683430264
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156937742443384}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224781286830679970}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224487824325508532
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1693645182620870}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224505789596808406
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1273536035719918}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224738308480864978}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224515430202803718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1425940075996028}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224531965520337976}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224520032740665924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1882219017389874}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224077722174454960}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224522918056816448
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1390388027278878}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224869002098778224}
- - {fileID: 224237828675589124}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 230.4}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224527431842549936
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1701373488192926}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224527654639820204
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1589133196076428}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224252593470419088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224531965520337976
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1078641314534484}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224846934806211510}
- - {fileID: 224515430202803718}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224535153521269872
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1865317864179302}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224246725124668396}
- - {fileID: 224115801725276010}
- m_Father: {fileID: 224325112776097250}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224536224461645130
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1302079995277508}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224878567082497102}
- - {fileID: 224674040306246728}
- m_Father: {fileID: 224420256903003580}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -115.92001, y: 63.00003}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224546110696031686
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1640699336563020}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224586537032185344
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1241371997591204}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224040355621084218}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224601939746984018
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1890330317667190}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224093409904059158}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224615022033859218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939690806438676}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140850053367104}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224626242696651786
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1187364261102478}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224651132879602582
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089566280359354}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224229421840156418}
- - {fileID: 224376612422733920}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224654473811761406
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1418791553341838}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224394124241551854}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224663416856612124
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1285260220547468}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224848510742944618}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224664332915338770
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1789444445757936}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224703738035686040}
- - {fileID: 224473630763524350}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 672}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224671939893081422
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1290646069143804}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224193657137222730}
- - {fileID: 224844670009523258}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 576}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224674040306246728
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1149100805793532}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224536224461645130}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224687996874364474
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1603345822967200}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224405141280536992}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224703738035686040
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1725729678267090}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224664332915338770}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224708825775389244
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1244638510701816}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224956615751792696}
- - {fileID: 224323785907507480}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 528}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224733800760491304
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1487177463141898}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224738308480864978
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1854747207250162}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224842240858307134}
- - {fileID: 224505789596808406}
- m_Father: {fileID: 224420256903003580}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 2.1600037, y: 63.00003}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224739279734258126
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1526778323346356}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224394124241551854}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745378238413696
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1454152291106974}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224077722174454960}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224755129641261430
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1817556069552012}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224820140991925544}
- - {fileID: 224137525661739944}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 720}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224781286830679970
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1821040750364952}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224327982293625784}
- - {fileID: 224487017683430264}
- m_Father: {fileID: 224365825894655920}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -352.08002, y: -321}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224820140991925544
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307791173246236}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224755129641261430}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224826195439592560
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1525997563439676}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224369222741620962}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224827441993564098
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1853517672195888}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224842240858307134
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1308635980587968}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224738308480864978}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224844670009523258
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197715075021076}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224671939893081422}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224846934806211510
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1058851373147222}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224531965520337976}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224848510742944618
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1218168463819996}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224663416856612124}
- - {fileID: 224393308824289748}
- m_Father: {fileID: 224325112776097250}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224869002098778224
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812364966981712}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224522918056816448}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224871174626236426
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1719228106817596}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224405141280536992}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224878567082497102
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802407043561510}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224536224461645130}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224885436838586336
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1550591601957014}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224892147027900544
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1058524612290250}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224418250118762994}
- - {fileID: 224708825775389244}
- - {fileID: 224671939893081422}
- - {fileID: 224252593470419088}
- - {fileID: 224664332915338770}
- - {fileID: 224755129641261430}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224896771182545058
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1343379238933256}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224369222741620962}
- - {fileID: 224325112776097250}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224902109984221210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1054954717915954}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224925694600413448
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904347245415842}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224956615751792696
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1375301535571812}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224708825775389244}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224971408608495782
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1586281640432282}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224217218279389394}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224975851546516414
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532078360530592}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224252593470419088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224994928098171994
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523876379817126}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224377141811067642}
- - {fileID: 224252940154889668}
- m_Father: {fileID: 224420256903003580}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -234, y: 63.00003}
- m_SizeDelta: {x: 118.08, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line10_Line Gradient_折线图渐变.prefab.meta b/Assets/XChartsDemo/Prefab/Line10_Line Gradient_折线图渐变.prefab.meta
deleted file mode 100644
index f2cf41ec..00000000
--- a/Assets/XChartsDemo/Prefab/Line10_Line Gradient_折线图渐变.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: d8efd2749bb8144ecbec478eb767c2c1
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line11_Distribution of Electricity_一天用电量分布.prefab b/Assets/XChartsDemo/Prefab/Line11_Distribution of Electricity_一天用电量分布.prefab
deleted file mode 100644
index 2f667da3..00000000
--- a/Assets/XChartsDemo/Prefab/Line11_Distribution of Electricity_一天用电量分布.prefab
+++ /dev/null
@@ -1,12111 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1021170725256798
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224193657137222730}
- - component: {fileID: 222401626012605522}
- - component: {fileID: 114464205760654166}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1021439573166958
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224196121535561254}
- - component: {fileID: 222027935351084680}
- - component: {fileID: 114210615753825962}
- m_Layer: 0
- m_Name: axis_y14
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1026573834903146
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224365825894655920}
- m_Layer: 0
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1054954717915954
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224902109984221210}
- - component: {fileID: 222883834370079982}
- - component: {fileID: 114372630004446564}
- m_Layer: 0
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1058524612290250
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224892147027900544}
- m_Layer: 0
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1058851373147222
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224846934806211510}
- - component: {fileID: 222997763904357374}
- - component: {fileID: 114348873641855274}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114021868465902394}
- m_Layer: 5
- m_Name: "Line11_Distribution of Electricity_\u4E00\u5929\u7528\u7535\u91CF\u5206\u5E03"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1076922968582442
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224248368697494572}
- - component: {fileID: 222661804032336098}
- - component: {fileID: 114049809135430778}
- m_Layer: 0
- m_Name: axis_x10
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1078641314534484
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224531965520337976}
- m_Layer: 0
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1089566280359354
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224651132879602582}
- - component: {fileID: 222123687115052316}
- - component: {fileID: 114342106766882992}
- m_Layer: 0
- m_Name: axis_y10
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1120382435417286
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224422729443203460}
- - component: {fileID: 222516650173057880}
- - component: {fileID: 114960860578756222}
- m_Layer: 0
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1147411798142220
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224203555380339312}
- - component: {fileID: 222924768780087426}
- - component: {fileID: 114733649934390696}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1149100805793532
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224674040306246728}
- - component: {fileID: 222543392898334168}
- - component: {fileID: 114658147855877940}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1152927845212086
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224393308824289748}
- - component: {fileID: 222613658497683026}
- - component: {fileID: 114440904848541616}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1156937742443384
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224487017683430264}
- - component: {fileID: 222099409324621752}
- - component: {fileID: 114040523019327824}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1163514373462242
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224292208019964308}
- - component: {fileID: 222685341759120270}
- - component: {fileID: 114746112434543818}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1187364261102478
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224626242696651786}
- - component: {fileID: 222990853771412380}
- - component: {fileID: 114514333095987834}
- m_Layer: 0
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1197715075021076
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224844670009523258}
- - component: {fileID: 222164656841502376}
- - component: {fileID: 114015824550186118}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1204584538930528
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224259088708421990}
- - component: {fileID: 222762876636332882}
- - component: {fileID: 114544256562404486}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1218168463819996
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224848510742944618}
- - component: {fileID: 222573512981329456}
- - component: {fileID: 114979392702827126}
- m_Layer: 0
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1230982491058526
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224217218279389394}
- - component: {fileID: 222916588332357922}
- - component: {fileID: 114361547360067590}
- m_Layer: 0
- m_Name: axis_x14
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1241371997591204
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224586537032185344}
- - component: {fileID: 222504681184115892}
- - component: {fileID: 114123310869723476}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1244638510701816
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224708825775389244}
- - component: {fileID: 222811566996261634}
- - component: {fileID: 114887671482326436}
- m_Layer: 0
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1262691111628606
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224473630763524350}
- - component: {fileID: 222731757278135218}
- - component: {fileID: 114761464808523930}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1268386089556604
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224419946685999834}
- - component: {fileID: 222737864237539612}
- - component: {fileID: 114008577785137570}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1269032247862802
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224325112776097250}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1273536035719918
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224505789596808406}
- - component: {fileID: 222044491004643586}
- - component: {fileID: 114227945313400954}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1282970063113588
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224327982293625784}
- - component: {fileID: 222272427759564380}
- - component: {fileID: 114036755789448186}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1285260220547468
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224663416856612124}
- - component: {fileID: 222851686856316374}
- - component: {fileID: 114563089961049794}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1289479245645328
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224040355621084218}
- - component: {fileID: 222593981835778876}
- - component: {fileID: 114482004706177980}
- m_Layer: 0
- m_Name: axis_x13
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1290646069143804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224671939893081422}
- - component: {fileID: 222999369382023060}
- - component: {fileID: 114891175911035284}
- m_Layer: 0
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1302079995277508
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224536224461645130}
- - component: {fileID: 222657357569273206}
- - component: {fileID: 114631726227688510}
- m_Layer: 0
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1307791173246236
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224820140991925544}
- - component: {fileID: 222010944670403180}
- - component: {fileID: 114122004112976300}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1308635980587968
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224842240858307134}
- - component: {fileID: 222371687931990100}
- - component: {fileID: 114984924761117556}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1343379238933256
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224896771182545058}
- m_Layer: 0
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1347612008985924
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224394124241551854}
- - component: {fileID: 222293737047704354}
- - component: {fileID: 114349832719916568}
- m_Layer: 0
- m_Name: axis_y11
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1363436649977300
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224369222741620962}
- - component: {fileID: 222637367749184864}
- - component: {fileID: 114096163598073568}
- m_Layer: 0
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1375301535571812
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224956615751792696}
- - component: {fileID: 222759918876147338}
- - component: {fileID: 114039667730992182}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1390388027278878
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224522918056816448}
- - component: {fileID: 222925354984759606}
- - component: {fileID: 114317917692371458}
- m_Layer: 0
- m_Name: axis_y13
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1418791553341838
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224654473811761406}
- - component: {fileID: 222331567563929480}
- - component: {fileID: 114664638484701516}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1425940075996028
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224515430202803718}
- - component: {fileID: 222088240375542958}
- - component: {fileID: 114661034949344770}
- m_Layer: 0
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1431456597722350
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224418250118762994}
- - component: {fileID: 222648417258828940}
- - component: {fileID: 114584310432997802}
- m_Layer: 0
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1452631811602892
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224384438643042500}
- m_Layer: 0
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1454152291106974
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745378238413696}
- - component: {fileID: 222543579165665870}
- - component: {fileID: 114383938465874018}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1456431769908050
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224229421840156418}
- - component: {fileID: 222653529077939532}
- - component: {fileID: 114195478667016120}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1463100953749000
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224115801725276010}
- - component: {fileID: 222432997817569074}
- - component: {fileID: 114221086292205854}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1481118015266950
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224151768184786736}
- m_Layer: 0
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1487177463141898
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224733800760491304}
- - component: {fileID: 222553950575739760}
- - component: {fileID: 114910433771494112}
- m_Layer: 0
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1509481344142004
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140850053367104}
- - component: {fileID: 222199549505038234}
- - component: {fileID: 114886423874397908}
- m_Layer: 0
- m_Name: axis_x12
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1523029975800648
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224484573055433888}
- - component: {fileID: 222845792579404950}
- - component: {fileID: 114571642994622870}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1523876379817126
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224994928098171994}
- - component: {fileID: 222738542485115132}
- - component: {fileID: 114014551858007200}
- m_Layer: 0
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1525997563439676
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224826195439592560}
- - component: {fileID: 222348046676783490}
- - component: {fileID: 114958885219149562}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1526778323346356
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224739279734258126}
- - component: {fileID: 222445926289642962}
- - component: {fileID: 114936794306405480}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1532053226804908
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224377141811067642}
- - component: {fileID: 222546892610407256}
- - component: {fileID: 114698175890891516}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1532078360530592
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224975851546516414}
- - component: {fileID: 222539535021668812}
- - component: {fileID: 114676154505588910}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1550591601957014
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224885436838586336}
- - component: {fileID: 222767492435505898}
- - component: {fileID: 114896870578780648}
- m_Layer: 0
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1557197689271336
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224137525661739944}
- - component: {fileID: 222785431557153956}
- - component: {fileID: 114789863574084902}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1577643031847686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224420256903003580}
- m_Layer: 0
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1586281640432282
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224971408608495782}
- - component: {fileID: 222760107259327056}
- - component: {fileID: 114655790642200560}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1589133196076428
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224527654639820204}
- - component: {fileID: 222758271329339998}
- - component: {fileID: 114284087563626598}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1603345822967200
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224687996874364474}
- - component: {fileID: 222866667916123806}
- - component: {fileID: 114262441851715504}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1618589747673308
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224177488002867302}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1640699336563020
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224546110696031686}
- - component: {fileID: 222884933152312636}
- - component: {fileID: 114224533330368422}
- m_Layer: 0
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1643492407821944
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252593470419088}
- - component: {fileID: 222124856427044832}
- - component: {fileID: 114382584341431264}
- m_Layer: 0
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1664172801730148
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224316336795866348}
- - component: {fileID: 222047037485394196}
- - component: {fileID: 114610822638755998}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1681190691859884
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224093409904059158}
- - component: {fileID: 222091896042538784}
- - component: {fileID: 114867041991126312}
- m_Layer: 0
- m_Name: axis_y15
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1693645182620870
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224487824325508532}
- - component: {fileID: 222895780688416488}
- - component: {fileID: 114590014890403106}
- m_Layer: 0
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1701373488192926
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224527431842549936}
- - component: {fileID: 222141912796196088}
- - component: {fileID: 114687184174191400}
- m_Layer: 0
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1719228106817596
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224871174626236426}
- - component: {fileID: 222268401350236102}
- - component: {fileID: 114066796637052826}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1722888125889974
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224477946421147492}
- - component: {fileID: 222412193883205394}
- - component: {fileID: 114492392010111950}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1725729678267090
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224703738035686040}
- - component: {fileID: 222081184879523890}
- - component: {fileID: 114111345294179322}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1736613888818046
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224246725124668396}
- - component: {fileID: 222742800196486570}
- - component: {fileID: 114873196578222586}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1762245328229016
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224376612422733920}
- - component: {fileID: 222650413911246390}
- - component: {fileID: 114254212986388206}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1777317309043310
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224125221666203444}
- - component: {fileID: 222248713742647838}
- - component: {fileID: 114581036939176914}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1789444445757936
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664332915338770}
- - component: {fileID: 222098894263404202}
- - component: {fileID: 114208261609102142}
- m_Layer: 0
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1802407043561510
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224878567082497102}
- - component: {fileID: 222153793298432494}
- - component: {fileID: 114479398467181996}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1802834051967024
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224264046639544664}
- - component: {fileID: 222067585444223408}
- - component: {fileID: 114382177401921864}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1812364966981712
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224869002098778224}
- - component: {fileID: 222819470985658248}
- - component: {fileID: 114671761651926734}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1817556069552012
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224755129641261430}
- - component: {fileID: 222297747741019820}
- - component: {fileID: 114257189597841706}
- m_Layer: 0
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1818837255663604
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224455433090365244}
- - component: {fileID: 222007767023278192}
- - component: {fileID: 114448834166439266}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1821040750364952
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224781286830679970}
- - component: {fileID: 222667099656170496}
- - component: {fileID: 114526624241423146}
- m_Layer: 0
- m_Name: axis_x11
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1822027043963350
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224090219219162506}
- - component: {fileID: 222392313601049936}
- - component: {fileID: 114675024644079548}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1839936046830006
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224077722174454960}
- - component: {fileID: 222915166187063124}
- - component: {fileID: 114402200663099668}
- m_Layer: 0
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1853517672195888
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224827441993564098}
- - component: {fileID: 222388492514801514}
- - component: {fileID: 114383717646361110}
- m_Layer: 0
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1854747207250162
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224738308480864978}
- - component: {fileID: 222371817195436632}
- - component: {fileID: 114807720245791008}
- m_Layer: 0
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1862408892425184
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224405141280536992}
- - component: {fileID: 222766785225964022}
- - component: {fileID: 114980420747184984}
- m_Layer: 0
- m_Name: axis_y12
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1865317864179302
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224535153521269872}
- - component: {fileID: 222884987304992186}
- - component: {fileID: 114073032471096508}
- m_Layer: 0
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1882219017389874
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224520032740665924}
- - component: {fileID: 222819382232534316}
- - component: {fileID: 114025531002139146}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1890330317667190
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224601939746984018}
- - component: {fileID: 222189608787045346}
- - component: {fileID: 114150421456336262}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1900965263685474
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224481090617668514}
- - component: {fileID: 222382660298252984}
- - component: {fileID: 114004711489435058}
- m_Layer: 0
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1904347245415842
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224925694600413448}
- - component: {fileID: 222009709431604490}
- - component: {fileID: 114650561438824308}
- m_Layer: 0
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1906217644460960
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224450197637242166}
- m_Layer: 0
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1933872501241068
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224330241441281760}
- - component: {fileID: 222125806284095192}
- - component: {fileID: 114560415878801520}
- m_Layer: 0
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1939457636233912
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173474973090520}
- - component: {fileID: 222141209414646826}
- - component: {fileID: 114509664736120436}
- m_Layer: 0
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1939690806438676
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224615022033859218}
- - component: {fileID: 222650711003928944}
- - component: {fileID: 114442535714978862}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1962980491078690
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224105432906924626}
- - component: {fileID: 222847960402700356}
- - component: {fileID: 114022315147474478}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1970266399253770
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224323785907507480}
- - component: {fileID: 222232993057545192}
- - component: {fileID: 114852929916639136}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1977893516949434
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252940154889668}
- - component: {fileID: 222645688410583126}
- - component: {fileID: 114672744361143674}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1992399642276474
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224237828675589124}
- - component: {fileID: 222505069267313608}
- - component: {fileID: 114830477621917142}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1996053876298132
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224078292984792462}
- - component: {fileID: 222165384176213918}
- - component: {fileID: 114136582709800996}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114004711489435058
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1900965263685474}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114008577785137570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1268386089556604}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114014551858007200
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523876379817126}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114015824550186118
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197715075021076}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114021868465902394
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.22
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends: []
- m_MarkLines: []
- m_MarkAreas:
- - m_Show: 1
- m_Text: Morning Peak
- m_SerieIndex: 0
- m_Start:
- m_Type: 0
- m_Name:
- m_Dimension: 1
- m_XPosition: 0
- m_YPosition: 0
- m_XValue: 6
- m_YValue: 0
- m_End:
- m_Type: 0
- m_Name:
- m_Dimension: 1
- m_XPosition: 0
- m_YPosition: 0
- m_XValue: 8
- m_YValue: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 2528226815
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Label:
- m_Show: 1
- m_Position: 3
- m_Offset: {x: 0, y: 20, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- - m_Show: 1
- m_Text: Evening Peak
- m_SerieIndex: 0
- m_Start:
- m_Type: 0
- m_Name:
- m_Dimension: 1
- m_XPosition: 0
- m_YPosition: 0
- m_XValue: 14
- m_YValue: 0
- m_End:
- m_Type: 0
- m_Name:
- m_Dimension: 1
- m_XPosition: 0
- m_YPosition: 0
- m_XValue: 17
- m_YValue: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 2528226815
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Label:
- m_Show: 1
- m_Position: 3
- m_Offset: {x: 0, y: 20, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: Distribution of Electricity
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 0
- m_SubText: Faked Data
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 0
- m_ItemGap: 0
- m_Location:
- m_Align: 0
- m_Left: 0.03
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 3
- m_Trigger: 1
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps:
- - m_Show: 1
- m_Type: 1
- m_SelectedMode: 0
- m_SerieIndex: 0
- m_Min: 0
- m_Max: 100
- m_Range:
- - 0
- - 100
- m_Text:
- -
- -
- m_TextGap:
- - 10
- - 10
- m_SplitNumber: 5
- m_Calculable: 0
- m_Realtime: 1
- m_ItemWidth: 20
- m_ItemHeight: 140
- m_ItemGap: 10
- m_BorderWidth: 0
- m_Dimension: 0
- m_HoverLink: 1
- m_AutoMinMax: 1
- m_Orient: 0
- m_Location:
- m_Align: 7
- m_Left: 0.03
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InRange: []
- m_OutOfRange:
- - serializedVersion: 2
- rgba: 4286545791
- m_Pieces:
- - m_Min: 0
- m_Max: 6
- m_Label:
- m_Color:
- serializedVersion: 2
- rgba: 4282606336
- - m_Min: 6
- m_Max: 8
- m_Label:
- m_Color:
- serializedVersion: 2
- rgba: 4282335227
- - m_Min: 8
- m_Max: 14
- m_Label:
- m_Color:
- serializedVersion: 2
- rgba: 4282606336
- - m_Min: 14
- m_Max: 17
- m_Label:
- m_Color:
- serializedVersion: 2
- rgba: 4282335227
- - m_Min: 17
- m_Max: 20
- m_Label:
- m_Color:
- serializedVersion: 2
- rgba: 4282606336
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 10
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - 00:00
- - 01:15
- - 02:30
- - 03:45
- - 05:00
- - 06:15
- - 07:30
- - 08:45
- - 10:00
- - 11:15
- - 12:30
- - 13:45
- - 15:00
- - 16:15
- - 17:30
- - 18:45
- - 20:00
- - 21:15
- - 22:30
- - 23:45
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 2
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 800
- m_SplitNumber: 4
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter: '{value} W'
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie0
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 300
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 280
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 250
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 260
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 270
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 300
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 550
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 7
- - 500
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 8
- - 400
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 9
- - 390
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 10
- - 380
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 11
- - 390
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 12
- - 400
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 13
- - 500
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 14
- - 600
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 15
- - 750
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 16
- - 800
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 17
- - 700
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 18
- - 600
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 19
- - 400
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114022315147474478
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1962980491078690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0 W
---- !u!114 &114025531002139146
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1882219017389874}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114036755789448186
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1282970063113588}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x2
---- !u!114 &114039667730992182
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1375301535571812}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 200 W
---- !u!114 &114040523019327824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156937742443384}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114049809135430778
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1076922968582442}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114066796637052826
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1719228106817596}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0.4
---- !u!114 &114073032471096508
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1865317864179302}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114096163598073568
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1363436649977300}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114111345294179322
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1725729678267090}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 800 W
---- !u!114 &114122004112976300
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307791173246236}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 90
---- !u!114 &114123310869723476
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1241371997591204}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x4
---- !u!114 &114136582709800996
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1996053876298132}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114150421456336262
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1890330317667190}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114195478667016120
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456431769908050}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114208261609102142
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1789444445757936}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114210615753825962
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021439573166958}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114221086292205854
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1463100953749000}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114224533330368422
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1640699336563020}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114227945313400954
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1273536035719918}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114254212986388206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1762245328229016}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114257189597841706
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1817556069552012}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114262441851715504
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1603345822967200}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114284087563626598
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1589133196076428}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114317917692371458
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1390388027278878}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114342106766882992
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089566280359354}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114348873641855274
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1058851373147222}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Distribution of Electricity
---- !u!114 &114349832719916568
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1347612008985924}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114361547360067590
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1230982491058526}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114372630004446564
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1054954717915954}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114382177401921864
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802834051967024}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114382584341431264
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643492407821944}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114383717646361110
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1853517672195888}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114383938465874018
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1454152291106974}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 01:15
---- !u!114 &114402200663099668
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1839936046830006}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114440904848541616
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1152927845212086}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114442535714978862
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939690806438676}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114448834166439266
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1818837255663604}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 1
---- !u!114 &114464205760654166
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021170725256798}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 400 W
---- !u!114 &114479398467181996
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802407043561510}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 03:45
---- !u!114 &114482004706177980
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1289479245645328}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114492392010111950
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1722888125889974}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114509664736120436
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939457636233912}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114514333095987834
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1187364261102478}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114526624241423146
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1821040750364952}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114544256562404486
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1204584538930528}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114560415878801520
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1933872501241068}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114563089961049794
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1285260220547468}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114571642994622870
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523029975800648}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 00:00
---- !u!114 &114581036939176914
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1777317309043310}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114584310432997802
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1431456597722350}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114590014890403106
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1693645182620870}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114610822638755998
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1664172801730148}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0.8
---- !u!114 &114631726227688510
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1302079995277508}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114650561438824308
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904347245415842}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114655790642200560
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1586281640432282}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x5
---- !u!114 &114658147855877940
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1149100805793532}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114661034949344770
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1425940075996028}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Faked Data
---- !u!114 &114664638484701516
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1418791553341838}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0.2
---- !u!114 &114671761651926734
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812364966981712}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0.6
---- !u!114 &114672744361143674
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1977893516949434}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114675024644079548
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1822027043963350}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x1
---- !u!114 &114676154505588910
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532078360530592}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 600 W
---- !u!114 &114687184174191400
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1701373488192926}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114698175890891516
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532053226804908}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 02:30
---- !u!114 &114733649934390696
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1147411798142220}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114746112434543818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1163514373462242}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x3
---- !u!114 &114761464808523930
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1262691111628606}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114789863574084902
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1557197689271336}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114807720245791008
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1854747207250162}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114830477621917142
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1992399642276474}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114852929916639136
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1970266399253770}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114867041991126312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1681190691859884}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114873196578222586
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1736613888818046}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114886423874397908
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1509481344142004}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114887671482326436
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1244638510701816}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114891175911035284
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1290646069143804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114896870578780648
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1550591601957014}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114910433771494112
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1487177463141898}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114936794306405480
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1526778323346356}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114958885219149562
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1525997563439676}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114960860578756222
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1120382435417286}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114979392702827126
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1218168463819996}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114980420747184984
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1862408892425184}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114984924761117556
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1308635980587968}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 05:00
---- !u!222 &222007767023278192
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1818837255663604}
---- !u!222 &222009709431604490
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904347245415842}
---- !u!222 &222010944670403180
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307791173246236}
---- !u!222 &222027935351084680
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021439573166958}
---- !u!222 &222044491004643586
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1273536035719918}
---- !u!222 &222047037485394196
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1664172801730148}
---- !u!222 &222067585444223408
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802834051967024}
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!222 &222081184879523890
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1725729678267090}
---- !u!222 &222088240375542958
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1425940075996028}
---- !u!222 &222091896042538784
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1681190691859884}
---- !u!222 &222098894263404202
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1789444445757936}
---- !u!222 &222099409324621752
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156937742443384}
---- !u!222 &222123687115052316
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089566280359354}
---- !u!222 &222124856427044832
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643492407821944}
---- !u!222 &222125806284095192
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1933872501241068}
---- !u!222 &222141209414646826
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939457636233912}
---- !u!222 &222141912796196088
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1701373488192926}
---- !u!222 &222153793298432494
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802407043561510}
---- !u!222 &222164656841502376
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197715075021076}
---- !u!222 &222165384176213918
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1996053876298132}
---- !u!222 &222189608787045346
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1890330317667190}
---- !u!222 &222199549505038234
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1509481344142004}
---- !u!222 &222232993057545192
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1970266399253770}
---- !u!222 &222248713742647838
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1777317309043310}
---- !u!222 &222268401350236102
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1719228106817596}
---- !u!222 &222272427759564380
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1282970063113588}
---- !u!222 &222293737047704354
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1347612008985924}
---- !u!222 &222297747741019820
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1817556069552012}
---- !u!222 &222331567563929480
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1418791553341838}
---- !u!222 &222348046676783490
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1525997563439676}
---- !u!222 &222371687931990100
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1308635980587968}
---- !u!222 &222371817195436632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1854747207250162}
---- !u!222 &222382660298252984
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1900965263685474}
---- !u!222 &222388492514801514
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1853517672195888}
---- !u!222 &222392313601049936
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1822027043963350}
---- !u!222 &222401626012605522
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021170725256798}
---- !u!222 &222412193883205394
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1722888125889974}
---- !u!222 &222432997817569074
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1463100953749000}
---- !u!222 &222445926289642962
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1526778323346356}
---- !u!222 &222504681184115892
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1241371997591204}
---- !u!222 &222505069267313608
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1992399642276474}
---- !u!222 &222516650173057880
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1120382435417286}
---- !u!222 &222539535021668812
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532078360530592}
---- !u!222 &222543392898334168
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1149100805793532}
---- !u!222 &222543579165665870
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1454152291106974}
---- !u!222 &222546892610407256
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532053226804908}
---- !u!222 &222553950575739760
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1487177463141898}
---- !u!222 &222573512981329456
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1218168463819996}
---- !u!222 &222593981835778876
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1289479245645328}
---- !u!222 &222613658497683026
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1152927845212086}
---- !u!222 &222637367749184864
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1363436649977300}
---- !u!222 &222645688410583126
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1977893516949434}
---- !u!222 &222648417258828940
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1431456597722350}
---- !u!222 &222650413911246390
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1762245328229016}
---- !u!222 &222650711003928944
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939690806438676}
---- !u!222 &222653529077939532
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456431769908050}
---- !u!222 &222657357569273206
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1302079995277508}
---- !u!222 &222661804032336098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1076922968582442}
---- !u!222 &222667099656170496
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1821040750364952}
---- !u!222 &222685341759120270
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1163514373462242}
---- !u!222 &222731757278135218
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1262691111628606}
---- !u!222 &222737864237539612
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1268386089556604}
---- !u!222 &222738542485115132
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523876379817126}
---- !u!222 &222742800196486570
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1736613888818046}
---- !u!222 &222758271329339998
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1589133196076428}
---- !u!222 &222759918876147338
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1375301535571812}
---- !u!222 &222760107259327056
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1586281640432282}
---- !u!222 &222762876636332882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1204584538930528}
---- !u!222 &222766785225964022
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1862408892425184}
---- !u!222 &222767492435505898
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1550591601957014}
---- !u!222 &222785431557153956
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1557197689271336}
---- !u!222 &222811566996261634
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1244638510701816}
---- !u!222 &222819382232534316
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1882219017389874}
---- !u!222 &222819470985658248
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812364966981712}
---- !u!222 &222845792579404950
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523029975800648}
---- !u!222 &222847960402700356
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1962980491078690}
---- !u!222 &222851686856316374
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1285260220547468}
---- !u!222 &222866667916123806
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1603345822967200}
---- !u!222 &222883834370079982
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1054954717915954}
---- !u!222 &222884933152312636
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1640699336563020}
---- !u!222 &222884987304992186
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1865317864179302}
---- !u!222 &222895780688416488
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1693645182620870}
---- !u!222 &222915166187063124
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1839936046830006}
---- !u!222 &222916588332357922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1230982491058526}
---- !u!222 &222924768780087426
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1147411798142220}
---- !u!222 &222925354984759606
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1390388027278878}
---- !u!222 &222990853771412380
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1187364261102478}
---- !u!222 &222997763904357374
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1058851373147222}
---- !u!222 &222999369382023060
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1290646069143804}
---- !u!224 &224040355621084218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1289479245645328}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224586537032185344}
- - {fileID: 224203555380339312}
- m_Father: {fileID: 224365825894655920}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 208.80005, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224077722174454960
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1839936046830006}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224745378238413696}
- - {fileID: 224520032740665924}
- m_Father: {fileID: 224420256903003580}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -428.2105, y: -321}
- m_SizeDelta: {x: 51.789474, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224078292984792462
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1996053876298132}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224422729443203460}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224090219219162506
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1822027043963350}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224248368697494572}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224093409904059158
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1681190691859884}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224455433090365244}
- - {fileID: 224601939746984018}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 319.99997}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224105432906924626
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1962980491078690}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224418250118762994}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224115801725276010
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1463100953749000}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224535153521269872}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224125221666203444
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1777317309043310}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224450197637242166}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224137525661739944
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1557197689271336}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224755129641261430}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -20, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140850053367104
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1509481344142004}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224292208019964308}
- - {fileID: 224615022033859218}
- m_Father: {fileID: 224365825894655920}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: -974.7652}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224173474973090520}
- - {fileID: 224626242696651786}
- - {fileID: 224330241441281760}
- - {fileID: 224902109984221210}
- - {fileID: 224733800760491304}
- - {fileID: 224827441993564098}
- - {fileID: 224527431842549936}
- - {fileID: 224885436838586336}
- - {fileID: 224925694600413448}
- - {fileID: 224481090617668514}
- - {fileID: 224546110696031686}
- - {fileID: 224531965520337976}
- - {fileID: 224487824325508532}
- - {fileID: 224151768184786736}
- - {fileID: 224896771182545058}
- - {fileID: 224420256903003580}
- - {fileID: 224892147027900544}
- - {fileID: 224450197637242166}
- - {fileID: 224365825894655920}
- - {fileID: 224384438643042500}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -10.830725}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224151768184786736
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1481118015266950}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224173474973090520
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939457636233912}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224177488002867302
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1618589747673308}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224450197637242166}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224193657137222730
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021170725256798}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224671939893081422}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224196121535561254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1021439573166958}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224316336795866348}
- - {fileID: 224419946685999834}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 275.19998}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224203555380339312
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1147411798142220}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224040355621084218}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -19.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224217218279389394
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1230982491058526}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224971408608495782}
- - {fileID: 224477946421147492}
- m_Father: {fileID: 224365825894655920}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 405.60004, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224229421840156418
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1456431769908050}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224651132879602582}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224237828675589124
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1992399642276474}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224522918056816448}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -22.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224246725124668396
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1736613888818046}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224535153521269872}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224248368697494572
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1076922968582442}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224090219219162506}
- - {fileID: 224259088708421990}
- m_Father: {fileID: 224365825894655920}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -381.6, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224252593470419088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1643492407821944}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224975851546516414}
- - {fileID: 224527654639820204}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 492}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224252940154889668
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1977893516949434}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224994928098171994}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224259088708421990
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1204584538930528}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224248368697494572}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -19.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224264046639544664
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802834051967024}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224418250118762994}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224292208019964308
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1163514373462242}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140850053367104}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224316336795866348
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1664172801730148}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224196121535561254}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224323785907507480
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1970266399253770}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224708825775389244}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224325112776097250
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1269032247862802}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224848510742944618}
- - {fileID: 224535153521269872}
- m_Father: {fileID: 224896771182545058}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224327982293625784
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1282970063113588}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224781286830679970}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224330241441281760
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1933872501241068}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224365825894655920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1026573834903146}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224248368697494572}
- - {fileID: 224781286830679970}
- - {fileID: 224140850053367104}
- - {fileID: 224040355621084218}
- - {fileID: 224217218279389394}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 18
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224369222741620962
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1363436649977300}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224826195439592560}
- m_Father: {fileID: 224896771182545058}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224376612422733920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1762245328229016}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224651132879602582}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -15, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224377141811067642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532053226804908}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224994928098171994}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 51.789474, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224384438643042500
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1452631811602892}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224651132879602582}
- - {fileID: 224394124241551854}
- - {fileID: 224405141280536992}
- - {fileID: 224522918056816448}
- - {fileID: 224196121535561254}
- - {fileID: 224093409904059158}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 19
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224393308824289748
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1152927845212086}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224848510742944618}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224394124241551854
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1347612008985924}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224654473811761406}
- - {fileID: 224739279734258126}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 140.79999}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224405141280536992
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1862408892425184}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224871174626236426}
- - {fileID: 224687996874364474}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 185.59999}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224418250118762994
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1431456597722350}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224105432906924626}
- - {fileID: 224264046639544664}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224419946685999834
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1268386089556604}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224196121535561254}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -22.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224420256903003580
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1577643031847686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224422729443203460}
- - {fileID: 224077722174454960}
- - {fileID: 224994928098171994}
- - {fileID: 224536224461645130}
- - {fileID: 224738308480864978}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224422729443203460
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1120382435417286}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224484573055433888}
- - {fileID: 224078292984792462}
- m_Father: {fileID: 224420256903003580}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -480, y: -321}
- m_SizeDelta: {x: 51.789474, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224450197637242166
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1906217644460960}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224177488002867302}
- - {fileID: 224125221666203444}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224455433090365244
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1818837255663604}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224093409904059158}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224473630763524350
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1262691111628606}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224664332915338770}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224477946421147492
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1722888125889974}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224217218279389394}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -19.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224481090617668514
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1900965263685474}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224484573055433888
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523029975800648}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224422729443203460}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 51.789474, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224487017683430264
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1156937742443384}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224781286830679970}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -19.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224487824325508532
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1693645182620870}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224505789596808406
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1273536035719918}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224738308480864978}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224515430202803718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1425940075996028}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224531965520337976}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224520032740665924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1882219017389874}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224077722174454960}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224522918056816448
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1390388027278878}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224869002098778224}
- - {fileID: 224237828675589124}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 230.4}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224527431842549936
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1701373488192926}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224527654639820204
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1589133196076428}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224252593470419088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224531965520337976
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1078641314534484}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224846934806211510}
- - {fileID: 224515430202803718}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 36, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224535153521269872
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1865317864179302}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224246725124668396}
- - {fileID: 224115801725276010}
- m_Father: {fileID: 224325112776097250}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224536224461645130
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1302079995277508}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224878567082497102}
- - {fileID: 224674040306246728}
- m_Father: {fileID: 224420256903003580}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -324.6316, y: -321}
- m_SizeDelta: {x: 51.789474, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224546110696031686
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1640699336563020}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224586537032185344
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1241371997591204}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224040355621084218}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224601939746984018
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1890330317667190}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224093409904059158}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -15, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224615022033859218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1939690806438676}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140850053367104}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -19.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224626242696651786
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1187364261102478}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224651132879602582
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089566280359354}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224229421840156418}
- - {fileID: 224376612422733920}
- m_Father: {fileID: 224384438643042500}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224654473811761406
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1418791553341838}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224394124241551854}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224663416856612124
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1285260220547468}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224848510742944618}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224664332915338770
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1789444445757936}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224703738035686040}
- - {fileID: 224473630763524350}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 624}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224671939893081422
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1290646069143804}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224193657137222730}
- - {fileID: 224844670009523258}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 360}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224674040306246728
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1149100805793532}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224536224461645130}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224687996874364474
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1603345822967200}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224405141280536992}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -22.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224703738035686040
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1725729678267090}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224664332915338770}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224708825775389244
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1244638510701816}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224956615751792696}
- - {fileID: 224323785907507480}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 228}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224733800760491304
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1487177463141898}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224738308480864978
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1854747207250162}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224842240858307134}
- - {fileID: 224505789596808406}
- m_Father: {fileID: 224420256903003580}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -272.8421, y: -321}
- m_SizeDelta: {x: 51.789474, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224739279734258126
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1526778323346356}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224394124241551854}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -22.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745378238413696
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1454152291106974}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224077722174454960}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 51.789474, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224755129641261430
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1817556069552012}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224820140991925544}
- - {fileID: 224137525661739944}
- m_Father: {fileID: 224892147027900544}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 319.99997}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224781286830679970
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1821040750364952}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224327982293625784}
- - {fileID: 224487017683430264}
- m_Father: {fileID: 224365825894655920}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -184.79999, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224820140991925544
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307791173246236}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224755129641261430}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224826195439592560
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1525997563439676}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224369222741620962}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224827441993564098
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1853517672195888}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224842240858307134
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1308635980587968}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224738308480864978}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 51.789474, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224844670009523258
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197715075021076}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224671939893081422}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224846934806211510
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1058851373147222}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224531965520337976}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224848510742944618
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1218168463819996}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224663416856612124}
- - {fileID: 224393308824289748}
- m_Father: {fileID: 224325112776097250}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224869002098778224
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812364966981712}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224522918056816448}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224871174626236426
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1719228106817596}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224405141280536992}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224878567082497102
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1802407043561510}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224536224461645130}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 51.789474, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224885436838586336
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1550591601957014}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224892147027900544
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1058524612290250}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224418250118762994}
- - {fileID: 224708825775389244}
- - {fileID: 224671939893081422}
- - {fileID: 224252593470419088}
- - {fileID: 224664332915338770}
- - {fileID: 224755129641261430}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224896771182545058
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1343379238933256}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224369222741620962}
- - {fileID: 224325112776097250}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224902109984221210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1054954717915954}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224925694600413448
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904347245415842}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224956615751792696
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1375301535571812}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224708825775389244}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224971408608495782
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1586281640432282}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224217218279389394}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224975851546516414
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1532078360530592}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224252593470419088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224994928098171994
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1523876379817126}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224377141811067642}
- - {fileID: 224252940154889668}
- m_Father: {fileID: 224420256903003580}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -376.42105, y: -321}
- m_SizeDelta: {x: 51.789474, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line11_Distribution of Electricity_一天用电量分布.prefab.meta b/Assets/XChartsDemo/Prefab/Line11_Distribution of Electricity_一天用电量分布.prefab.meta
deleted file mode 100644
index 25a3a462..00000000
--- a/Assets/XChartsDemo/Prefab/Line11_Distribution of Electricity_一天用电量分布.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 5ce429161e3844dd6b1d13f762e1b75a
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line12_Large Scale Area Chart_大数据量面积图.prefab b/Assets/XChartsDemo/Prefab/Line12_Large Scale Area Chart_大数据量面积图.prefab
deleted file mode 100644
index acfb086c..00000000
--- a/Assets/XChartsDemo/Prefab/Line12_Large Scale Area Chart_大数据量面积图.prefab
+++ /dev/null
@@ -1,41575 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114452946517541570}
- - component: {fileID: 114366021417130600}
- m_Layer: 5
- m_Name: "Line12_Large Scale Area Chart_\u5927\u6570\u636E\u91CF\u9762\u79EF\u56FE"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114366021417130600
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: ddee4a93f14444d39bd02d3809194de6, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- dataCount: 2000
---- !u!114 &114452946517541570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName: Line12
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms:
- - m_Enable: 1
- m_FilterMode: 3
- m_XAxisIndexs: 00000000
- m_YAxisIndexs:
- m_SupportInside: 1
- m_SupportInsideScroll: 1
- m_SupportInsideDrag: 1
- m_SupportSlider: 1
- m_SupportSelect: 0
- m_ShowDataShadow: 1
- m_ShowDetail: 0
- m_ZoomLock: 0
- m_Realtime: 0
- m_FillerColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderWidth: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.92
- m_Bottom: 10
- m_RangeMode: 0
- m_Start: 0
- m_End: 100
- m_StartValue: 0
- m_EndValue: 0
- m_MinShowNum: 1
- m_ScrollSensitivity: 10
- m_Orient: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 0.3
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.3
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.2
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 0
- m_IconType: 0
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.12
- m_Bottom: 0
- m_ItemWidth: 25
- m_ItemHeight: 12
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: Large Area Chart
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 0
- m_Trigger: 1
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 10
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - 1968/09/04
- - 1968/09/05
- - 1968/09/06
- - 1968/09/07
- - 1968/09/08
- - 1968/09/09
- - 1968/09/10
- - 1968/09/11
- - 1968/09/12
- - 1968/09/13
- - 1968/09/14
- - 1968/09/15
- - 1968/09/16
- - 1968/09/17
- - 1968/09/18
- - 1968/09/19
- - 1968/09/20
- - 1968/09/21
- - 1968/09/22
- - 1968/09/23
- - 1968/09/24
- - 1968/09/25
- - 1968/09/26
- - 1968/09/27
- - 1968/09/28
- - 1968/09/29
- - 1968/09/30
- - 1968/10/01
- - 1968/10/02
- - 1968/10/03
- - 1968/10/04
- - 1968/10/05
- - 1968/10/06
- - 1968/10/07
- - 1968/10/08
- - 1968/10/09
- - 1968/10/10
- - 1968/10/11
- - 1968/10/12
- - 1968/10/13
- - 1968/10/14
- - 1968/10/15
- - 1968/10/16
- - 1968/10/17
- - 1968/10/18
- - 1968/10/19
- - 1968/10/20
- - 1968/10/21
- - 1968/10/22
- - 1968/10/23
- - 1968/10/24
- - 1968/10/25
- - 1968/10/26
- - 1968/10/27
- - 1968/10/28
- - 1968/10/29
- - 1968/10/30
- - 1968/10/31
- - 1968/11/01
- - 1968/11/02
- - 1968/11/03
- - 1968/11/04
- - 1968/11/05
- - 1968/11/06
- - 1968/11/07
- - 1968/11/08
- - 1968/11/09
- - 1968/11/10
- - 1968/11/11
- - 1968/11/12
- - 1968/11/13
- - 1968/11/14
- - 1968/11/15
- - 1968/11/16
- - 1968/11/17
- - 1968/11/18
- - 1968/11/19
- - 1968/11/20
- - 1968/11/21
- - 1968/11/22
- - 1968/11/23
- - 1968/11/24
- - 1968/11/25
- - 1968/11/26
- - 1968/11/27
- - 1968/11/28
- - 1968/11/29
- - 1968/11/30
- - 1968/12/01
- - 1968/12/02
- - 1968/12/03
- - 1968/12/04
- - 1968/12/05
- - 1968/12/06
- - 1968/12/07
- - 1968/12/08
- - 1968/12/09
- - 1968/12/10
- - 1968/12/11
- - 1968/12/12
- - 1968/12/13
- - 1968/12/14
- - 1968/12/15
- - 1968/12/16
- - 1968/12/17
- - 1968/12/18
- - 1968/12/19
- - 1968/12/20
- - 1968/12/21
- - 1968/12/22
- - 1968/12/23
- - 1968/12/24
- - 1968/12/25
- - 1968/12/26
- - 1968/12/27
- - 1968/12/28
- - 1968/12/29
- - 1968/12/30
- - 1968/12/31
- - 1969/01/01
- - 1969/01/02
- - 1969/01/03
- - 1969/01/04
- - 1969/01/05
- - 1969/01/06
- - 1969/01/07
- - 1969/01/08
- - 1969/01/09
- - 1969/01/10
- - 1969/01/11
- - 1969/01/12
- - 1969/01/13
- - 1969/01/14
- - 1969/01/15
- - 1969/01/16
- - 1969/01/17
- - 1969/01/18
- - 1969/01/19
- - 1969/01/20
- - 1969/01/21
- - 1969/01/22
- - 1969/01/23
- - 1969/01/24
- - 1969/01/25
- - 1969/01/26
- - 1969/01/27
- - 1969/01/28
- - 1969/01/29
- - 1969/01/30
- - 1969/01/31
- - 1969/02/01
- - 1969/02/02
- - 1969/02/03
- - 1969/02/04
- - 1969/02/05
- - 1969/02/06
- - 1969/02/07
- - 1969/02/08
- - 1969/02/09
- - 1969/02/10
- - 1969/02/11
- - 1969/02/12
- - 1969/02/13
- - 1969/02/14
- - 1969/02/15
- - 1969/02/16
- - 1969/02/17
- - 1969/02/18
- - 1969/02/19
- - 1969/02/20
- - 1969/02/21
- - 1969/02/22
- - 1969/02/23
- - 1969/02/24
- - 1969/02/25
- - 1969/02/26
- - 1969/02/27
- - 1969/02/28
- - 1969/03/01
- - 1969/03/02
- - 1969/03/03
- - 1969/03/04
- - 1969/03/05
- - 1969/03/06
- - 1969/03/07
- - 1969/03/08
- - 1969/03/09
- - 1969/03/10
- - 1969/03/11
- - 1969/03/12
- - 1969/03/13
- - 1969/03/14
- - 1969/03/15
- - 1969/03/16
- - 1969/03/17
- - 1969/03/18
- - 1969/03/19
- - 1969/03/20
- - 1969/03/21
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: Fake Data
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 4282687231
- m_ToColor:
- serializedVersion: 2
- rgba: 4286793471
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: -480
- m_DestDetailProgress: 504
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 4286793471
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 304
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 296
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 305
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 299
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 304
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 305
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 313
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 7
- - 311
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 8
- - 315
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 9
- - 307
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 10
- - 306
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 11
- - 313
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 12
- - 319
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 13
- - 321
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 14
- - 324
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 15
- - 332
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 16
- - 323
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 17
- - 320
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 18
- - 326
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 19
- - 332
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 20
- - 337
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 21
- - 346
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 22
- - 348
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 23
- - 344
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 24
- - 344
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 25
- - 337
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 26
- - 339
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 27
- - 330
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 28
- - 331
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 29
- - 338
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 30
- - 332
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 31
- - 326
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 32
- - 318
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 33
- - 320
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 34
- - 322
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 35
- - 324
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 36
- - 326
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 37
- - 320
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 38
- - 321
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 39
- - 311
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 40
- - 312
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 41
- - 315
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 42
- - 320
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 43
- - 318
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 44
- - 316
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 45
- - 310
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 46
- - 317
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 47
- - 321
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 48
- - 328
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 49
- - 322
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 50
- - 331
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 51
- - 321
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 52
- - 326
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 53
- - 324
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 54
- - 316
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 55
- - 324
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 56
- - 315
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 57
- - 311
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 58
- - 314
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 59
- - 304
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 60
- - 308
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 61
- - 305
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 62
- - 304
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 63
- - 301
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 64
- - 297
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 65
- - 294
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 66
- - 291
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 67
- - 296
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 68
- - 291
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 69
- - 287
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 70
- - 279
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 71
- - 274
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 72
- - 265
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 73
- - 265
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 74
- - 262
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 75
- - 270
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 76
- - 262
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 77
- - 254
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 78
- - 247
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 79
- - 249
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 80
- - 251
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 81
- - 248
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 82
- - 238
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 83
- - 240
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 84
- - 240
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 85
- - 238
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 86
- - 237
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 87
- - 241
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 88
- - 241
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 89
- - 238
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 90
- - 241
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 91
- - 233
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 92
- - 238
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 93
- - 245
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 94
- - 252
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 95
- - 258
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 96
- - 264
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 97
- - 256
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 98
- - 254
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 99
- - 257
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 100
- - 252
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 101
- - 243
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 102
- - 239
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 103
- - 231
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 104
- - 224
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 105
- - 232
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 106
- - 226
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 107
- - 225
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 108
- - 232
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 109
- - 240
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 110
- - 230
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 111
- - 239
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 112
- - 231
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 113
- - 234
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 114
- - 231
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 115
- - 231
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 116
- - 238
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 117
- - 231
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 118
- - 240
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 119
- - 230
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 120
- - 236
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 121
- - 238
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 122
- - 231
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 123
- - 230
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 124
- - 227
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 125
- - 229
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 126
- - 235
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 127
- - 237
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 128
- - 237
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 129
- - 240
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 130
- - 241
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 131
- - 244
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 132
- - 248
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 133
- - 244
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 134
- - 250
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 135
- - 250
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 136
- - 256
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 137
- - 248
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 138
- - 239
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 139
- - 240
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 140
- - 240
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 141
- - 232
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 142
- - 237
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 143
- - 231
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 144
- - 233
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 145
- - 241
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 146
- - 246
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 147
- - 247
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 148
- - 237
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 149
- - 245
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 150
- - 254
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 151
- - 255
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 152
- - 256
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 153
- - 254
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 154
- - 256
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 155
- - 263
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 156
- - 261
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 157
- - 266
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 158
- - 264
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 159
- - 255
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 160
- - 247
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 161
- - 247
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 162
- - 251
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 163
- - 241
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 164
- - 244
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 165
- - 244
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 166
- - 247
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 167
- - 255
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 168
- - 260
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 169
- - 254
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 170
- - 247
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 171
- - 251
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 172
- - 244
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 173
- - 248
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 174
- - 247
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 175
- - 245
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 176
- - 239
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 177
- - 231
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 178
- - 238
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 179
- - 228
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 180
- - 228
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 181
- - 220
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 182
- - 223
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 183
- - 230
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 184
- - 226
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 185
- - 217
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 186
- - 210
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 187
- - 218
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 188
- - 209
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 189
- - 203
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 190
- - 203
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 191
- - 194
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 192
- - 194
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 193
- - 184
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 194
- - 190
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 195
- - 180
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 196
- - 173
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 197
- - 180
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 198
- - 183
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line12_Large Scale Area Chart_大数据量面积图.prefab.meta b/Assets/XChartsDemo/Prefab/Line12_Large Scale Area Chart_大数据量面积图.prefab.meta
deleted file mode 100644
index 03876019..00000000
--- a/Assets/XChartsDemo/Prefab/Line12_Large Scale Area Chart_大数据量面积图.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 7b09f646eee7a46a0baf95702ab1dd94
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line13_Confidence Band_置信区.prefab b/Assets/XChartsDemo/Prefab/Line13_Confidence Band_置信区.prefab
deleted file mode 100644
index d481d5fe..00000000
--- a/Assets/XChartsDemo/Prefab/Line13_Confidence Band_置信区.prefab
+++ /dev/null
@@ -1,62007 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1002778217306388
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224258183212069198}
- - component: {fileID: 222640783511241694}
- - component: {fileID: 114309302740114012}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1017642418443088
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173696182696932}
- - component: {fileID: 222151966558248882}
- - component: {fileID: 114361114994925350}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1027911615219690
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224683854177371718}
- - component: {fileID: 222099549355236510}
- - component: {fileID: 114127584028882818}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1028933766260890
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224150306882691316}
- - component: {fileID: 222768339957948646}
- - component: {fileID: 114452267568060018}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1045541100817574
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224145480554325790}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1053098954773202
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224552316755052566}
- - component: {fileID: 222175145861225238}
- - component: {fileID: 114628245657106172}
- m_Layer: 5
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114452946517541570}
- m_Layer: 5
- m_Name: "Line13_Confidence Band_\u7F6E\u4FE1\u533A"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1089955154405330
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224990715926752788}
- - component: {fileID: 222087189479083732}
- - component: {fileID: 114981043377996780}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1091367663263216
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224160045176166254}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1100730568756646
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224178015294786926}
- - component: {fileID: 222733892571018658}
- - component: {fileID: 114442063681203728}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1129423023950962
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224357158427184252}
- - component: {fileID: 222728076071168554}
- - component: {fileID: 114188154748186312}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1154524627484318
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224230559277315378}
- - component: {fileID: 222400891240163936}
- - component: {fileID: 114889565492602680}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1159024550068684
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224282325385651202}
- - component: {fileID: 222639803419808932}
- - component: {fileID: 114959226473146298}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1164594019577408
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224291427797303176}
- - component: {fileID: 222636124274192416}
- - component: {fileID: 114882244932809286}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1168179929807826
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224304392435598876}
- - component: {fileID: 222592598393023922}
- - component: {fileID: 114042131961543780}
- m_Layer: 5
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1171011732189730
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224234562752443266}
- - component: {fileID: 222847578136400606}
- - component: {fileID: 114944401824803038}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1185255411413516
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973550148719728}
- - component: {fileID: 222014964975727276}
- - component: {fileID: 114190391805066108}
- m_Layer: 5
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1197282442560186
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224072632507066478}
- - component: {fileID: 222986226732682492}
- - component: {fileID: 114515314247698582}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1201069439717858
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224088643922989218}
- - component: {fileID: 222311515873283646}
- - component: {fileID: 114753637287224048}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1211607822199198
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224621353663292562}
- - component: {fileID: 222727439023508136}
- - component: {fileID: 114350571089922882}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1224139237940524
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224182550043971170}
- - component: {fileID: 222610932116420402}
- - component: {fileID: 114254195554902808}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1236629228521010
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224587638508986294}
- - component: {fileID: 222162293231977346}
- - component: {fileID: 114147314513190030}
- m_Layer: 5
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1246679396377980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979093684800932}
- - component: {fileID: 222953103984985506}
- - component: {fileID: 114825338845355746}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1301592297122642
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140752341371598}
- - component: {fileID: 222950872742955318}
- - component: {fileID: 114166563003112708}
- m_Layer: 5
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1307471358898980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224496112938999606}
- - component: {fileID: 222225318707008236}
- - component: {fileID: 114356010291426696}
- m_Layer: 5
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1329460026292572
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224935923790566182}
- - component: {fileID: 222544709108097098}
- - component: {fileID: 114724154347660832}
- m_Layer: 5
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1366747947424886
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224507952623016078}
- m_Layer: 5
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1368987219971874
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224083719015931098}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1376061983593502
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252217279052890}
- - component: {fileID: 222463422905226512}
- - component: {fileID: 114532502964638564}
- m_Layer: 5
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1394863569341678
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224620847758952290}
- - component: {fileID: 222698748993652270}
- - component: {fileID: 114863791090648168}
- m_Layer: 5
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1399855783598064
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224687284073154992}
- - component: {fileID: 222298365444342882}
- - component: {fileID: 114765844308700230}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1408993591107228
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224453525292817816}
- - component: {fileID: 222658477632257174}
- - component: {fileID: 114027367806950040}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1411034998427288
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224708841543541906}
- m_Layer: 5
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1416769306435626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224849613466458242}
- - component: {fileID: 222889342550321718}
- - component: {fileID: 114441967400359432}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1424801832239460
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224906460427272078}
- - component: {fileID: 222396800439517802}
- - component: {fileID: 114577542685262578}
- m_Layer: 5
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1434207976680334
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224739396414189438}
- - component: {fileID: 222877274536041442}
- - component: {fileID: 114060474746529010}
- m_Layer: 5
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1443918095338938
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224726222949377710}
- - component: {fileID: 222782092735935128}
- - component: {fileID: 114617750107437112}
- m_Layer: 5
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1453692426346540
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224547202804451040}
- - component: {fileID: 222720285128717396}
- - component: {fileID: 114388003717783178}
- m_Layer: 5
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1457636702963450
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224584746314196316}
- - component: {fileID: 222520370642162002}
- - component: {fileID: 114615271538378348}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1466929011588376
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224274534732287924}
- - component: {fileID: 222522154167139324}
- - component: {fileID: 114596461953651016}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1474982046855252
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224921068246828936}
- m_Layer: 5
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1494899783781768
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224125772585077954}
- - component: {fileID: 222359945333678822}
- - component: {fileID: 114542113016496884}
- m_Layer: 5
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1526518194012170
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224950250656729126}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1552254205546688
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224465894002495446}
- - component: {fileID: 222997546427657794}
- - component: {fileID: 114122816174496138}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1556514269239662
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224916173641135118}
- m_Layer: 5
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1559307935334866
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224202808190021490}
- - component: {fileID: 222092365459879612}
- - component: {fileID: 114500330622547452}
- m_Layer: 5
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1570578761152512
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224361767485462756}
- - component: {fileID: 222480013352698834}
- - component: {fileID: 114538083409762124}
- m_Layer: 5
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1572652310971070
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224826236514267902}
- - component: {fileID: 222275853817933510}
- - component: {fileID: 114452790602596008}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1576422519215466
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224195374638266248}
- - component: {fileID: 222625884593130892}
- - component: {fileID: 114181099966682092}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1577987237023080
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224637072934519642}
- m_Layer: 5
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1583990305901370
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664876070329100}
- - component: {fileID: 222988139834358164}
- - component: {fileID: 114831085219387490}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1600825565323764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026462847059712}
- - component: {fileID: 222672113096907652}
- - component: {fileID: 114144422724829538}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1606317862820626
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224593842280141920}
- - component: {fileID: 222402544413992822}
- - component: {fileID: 114040618731032206}
- m_Layer: 5
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1613363950922284
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067787559689464}
- - component: {fileID: 222902386832597922}
- - component: {fileID: 114928446470177062}
- m_Layer: 5
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1651086366600434
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224016624081480462}
- m_Layer: 0
- m_Name: serie_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1655966243143574
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224249737410324214}
- - component: {fileID: 222188750832414712}
- - component: {fileID: 114159589807595064}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1666603460136438
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224914137642966804}
- m_Layer: 5
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1709976450808898
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224874275528835132}
- - component: {fileID: 222078929164062330}
- - component: {fileID: 114787509741884570}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1733772937256832
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224564011862115442}
- - component: {fileID: 222516948819348198}
- - component: {fileID: 114178464993601810}
- m_Layer: 5
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1752202154569698
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224408417117885246}
- - component: {fileID: 222403658479092182}
- - component: {fileID: 114172216685379844}
- m_Layer: 5
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1753487334604772
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224827607448464218}
- - component: {fileID: 222589427770141312}
- - component: {fileID: 114626771571345510}
- m_Layer: 0
- m_Name: axis_x5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1754208976018310
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224374556880346820}
- - component: {fileID: 222364152142045404}
- - component: {fileID: 114030482127831824}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1766789731988082
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224614637610198586}
- - component: {fileID: 222783325335017026}
- - component: {fileID: 114492205192198988}
- m_Layer: 5
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1787369927713152
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224249888706350018}
- - component: {fileID: 222390831768061086}
- - component: {fileID: 114818873145231710}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1805671020075686
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817863005621660}
- - component: {fileID: 222345853821087184}
- - component: {fileID: 114213361162744042}
- m_Layer: 5
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1812337738740484
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224242433638540060}
- - component: {fileID: 222381774080969482}
- - component: {fileID: 114500353423402644}
- m_Layer: 5
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813178974584728
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979470739909968}
- - component: {fileID: 222317654664845438}
- - component: {fileID: 114946180245549846}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1831212951137034
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224300339610406718}
- - component: {fileID: 222380287011063030}
- - component: {fileID: 114415390789888304}
- m_Layer: 0
- m_Name: axis_x6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1855199224640548
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224873094662214086}
- - component: {fileID: 222847990301181452}
- - component: {fileID: 114548834368023324}
- m_Layer: 5
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1878583005977136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224266566883521314}
- - component: {fileID: 222230302485926814}
- - component: {fileID: 114034582093406246}
- m_Layer: 5
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1904219529192394
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776409801051768}
- - component: {fileID: 222737925132155670}
- - component: {fileID: 114805603487244410}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1932352809336804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224956954450554882}
- - component: {fileID: 222236824534706502}
- - component: {fileID: 114306954849133848}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1943274307892848
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224163669759450084}
- m_Layer: 0
- m_Name: serie_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1947585399287902
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224238356194340900}
- - component: {fileID: 222268555386250924}
- - component: {fileID: 114952206783226814}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1964404076203136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224457852757879590}
- - component: {fileID: 222154888757756804}
- - component: {fileID: 114415422364495954}
- m_Layer: 5
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1983683141477684
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745833160826210}
- - component: {fileID: 222145621559554436}
- - component: {fileID: 114797770361730316}
- m_Layer: 5
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1991563171543704
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224589817973695092}
- - component: {fileID: 222360460675953424}
- - component: {fileID: 114519866605911720}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114027367806950040
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114030482127831824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114034582093406246
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114040618731032206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114042131961543780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114060474746529010
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114122816174496138
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2012-08-28
---- !u!114 &114127584028882818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0.8
---- !u!114 &114144422724829538
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2012-10-03
---- !u!114 &114147314513190030
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114159589807595064
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 3.2
---- !u!114 &114166563003112708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114172216685379844
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114178464993601810
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114181099966682092
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2012-09-15
---- !u!114 &114188154748186312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114190391805066108
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114213361162744042
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114254195554902808
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114306954849133848
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114309302740114012
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114350571089922882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: LineChart
---- !u!114 &114356010291426696
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114361114994925350
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388003717783178
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114415390789888304
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1831212951137034}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114415422364495954
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114441967400359432
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 1.6
---- !u!114 &114442063681203728
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114452267568060018
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1028933766260890}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114452790602596008
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1572652310971070}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.98039216, g: 0.78431374, b: 0.34509805, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114452946517541570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.2
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 0
- m_IconType: 0
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.12
- m_Bottom: 0
- m_ItemWidth: 25
- m_ItemHeight: 12
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: LineChart
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 0
- m_Trigger: 1
- m_Formatter: '{b}\n{c}'
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - 2012-08-28
- - 2012-08-29
- - 2012-08-30
- - 2012-08-31
- - 2012-09-01
- - 2012-09-02
- - 2012-09-03
- - 2012-09-04
- - 2012-09-05
- - 2012-09-06
- - 2012-09-07
- - 2012-09-08
- - 2012-09-09
- - 2012-09-10
- - 2012-09-11
- - 2012-09-12
- - 2012-09-13
- - 2012-09-14
- - 2012-09-15
- - 2012-09-16
- - 2012-09-17
- - 2012-09-18
- - 2012-09-19
- - 2012-09-20
- - 2012-09-21
- - 2012-09-22
- - 2012-09-23
- - 2012-09-24
- - 2012-09-25
- - 2012-09-26
- - 2012-09-27
- - 2012-09-28
- - 2012-09-29
- - 2012-09-30
- - 2012-10-01
- - 2012-10-02
- - 2012-10-03
- - 2012-10-04
- - 2012-10-05
- - 2012-10-06
- - 2012-10-07
- - 2012-10-08
- - 2012-10-09
- - 2012-10-10
- - 2012-10-11
- - 2012-10-12
- - 2012-10-13
- - 2012-10-14
- - 2012-10-15
- - 2012-10-16
- - 2012-10-17
- - 2012-10-18
- - 2012-10-19
- - 2012-10-20
- - 2012-10-21
- - 2012-10-22
- - 2012-10-23
- - 2012-10-24
- - 2012-10-25
- - 2012-10-26
- - 2012-10-27
- - 2012-10-28
- - 2012-10-29
- - 2012-10-30
- - 2012-10-31
- - 2012-11-01
- - 2012-11-02
- - 2012-11-03
- - 2012-11-04
- - 2012-11-05
- - 2012-11-06
- - 2012-11-07
- - 2012-11-08
- - 2012-11-09
- - 2012-11-10
- - 2012-11-11
- - 2012-11-12
- - 2012-11-13
- - 2012-11-14
- - 2012-11-15
- - 2012-11-16
- - 2012-11-17
- - 2012-11-18
- - 2012-11-19
- - 2012-11-21
- - 2012-11-28
- - 2012-12-05
- - 2012-12-12
- - 2012-12-19
- - 2012-12-27
- - 2012-12-31
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 4
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie0
- m_Stack: confidence-band
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 0
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 0.3982670977999998
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 1.6833036365
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 2.1287778695
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 2.3458167992
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 2.4777322093
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 2.5565719465
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 2.6456042288
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 7
- - 2.6660088505
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 8
- - 2.7048160059
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 9
- - 2.7035604199
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 10
- - 2.7704556241000002
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 11
- - 2.7773623582
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 12
- - 2.7979520151
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 13
- - 2.7957951963
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 14
- - 2.8162736828
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 15
- - 2.863389992
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 16
- - 2.8430011353
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 17
- - 2.8589659708
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 18
- - 2.8561346310999998
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 19
- - 2.8708024645
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 20
- - 2.866027521
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 21
- - 2.8730733414
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 22
- - 2.8716521617
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 23
- - 2.8428827802
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 24
- - 2.8902645583
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 25
- - 3.0333682152
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 26
- - 2.9931527033
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 27
- - 2.8925718238
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 28
- - 2.9094802158
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 29
- - 2.915680144
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 30
- - 2.9085643219
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 31
- - 2.8830185255
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 32
- - 2.9643160742
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 33
- - 2.9441287137
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 34
- - 2.9292856612
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 35
- - 2.8281898665
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 36
- - 2.8118725935
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 37
- - 2.8268096679
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 38
- - 2.8229626183
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 39
- - 2.8497520389
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 40
- - 2.8381305555
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 41
- - 2.8409147023
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 42
- - 3.063624221
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 43
- - 3.1553854927
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 44
- - 3.2055952772
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 45
- - 2.9373533002
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 46
- - 2.9132405945
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 47
- - 2.8838290871
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 48
- - 2.8440240952
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 49
- - 2.8395635362
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 50
- - 2.8430976805
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 51
- - 2.9217012436
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 52
- - 2.8896126192
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 53
- - 2.8910355503
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 54
- - 2.8926150773
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 55
- - 2.8879701845
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 56
- - 2.8923158881
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 57
- - 2.8903008592
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 58
- - 2.9059386187
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 59
- - 2.9093189544999998
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 60
- - 2.9158694322
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 61
- - 2.9113276251
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 62
- - 2.9076518392
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 63
- - 2.9062236957
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 64
- - 2.9192971999
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 65
- - 2.9259998677
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 66
- - 2.9179569706
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 67
- - 2.9245886175
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 68
- - 2.9249372941
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 69
- - 2.9336515858
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 70
- - 2.9206829549
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 71
- - 2.9153876107
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 72
- - 2.9197331672
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 73
- - 2.9376260306
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 74
- - 2.9180444092
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 75
- - 2.9254556623
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 76
- - 2.9342292845
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 77
- - 2.9382004983
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 78
- - 2.9402302151
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 79
- - 2.9410873217
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 80
- - 2.9232894553
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 81
- - 2.9407763528
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 82
- - 2.916470056
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 83
- - 2.8913577471
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 84
- - 2.9118365122
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 85
- - 2.9192649771
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 86
- - 2.910004207
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 87
- - 2.910533519
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 88
- - 2.909486646
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 89
- - 2.9092848708
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 90
- - 3.1537781522
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie1
- m_Stack: confidence-band
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 4291611852
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 0
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: -409.7143
- m_DestDetailProgress: 152.57141
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 2.8967046779000003
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 1.4491049982
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 0.9668634870999999
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 0.7258952249
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 0.5816866709999999
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 0.4853494
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 0.4167718883
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 7
- - 0.3652780785
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 8
- - 0.3253602494
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 9
- - 0.29345747969999997
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 10
- - 0.2674476879
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 11
- - 0.24660966010000002
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 12
- - 0.22799691960000001
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 13
- - 0.2119911843
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 14
- - 0.19751615779999998
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 15
- - 0.188013836
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 16
- - 0.1772255058
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 17
- - 0.1683750477
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 18
- - 0.16040993730000003
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 19
- - 0.1524436508
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 20
- - 0.1456478711
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 21
- - 0.1398989877
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 22
- - 0.13398499989999998
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 23
- - 0.12594933700000002
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 24
- - 0.12384864790000001
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 25
- - 0.180702727
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 26
- - 0.1169753536
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 27
- - 0.1106951125
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 28
- - 0.1069448137
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 29
- - 0.1036518025
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 30
- - 0.1008793037
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 31
- - 0.0973219235
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 32
- - 0.0967551764
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 33
- - 0.0904872944
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 34
- - 0.0860042654
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 35
- - 0.08318302779999999
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 36
- - 0.0809116093
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 37
- - 0.10880889810000001
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 38
- - 0.2771231087
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 39
- - 0.2253627713
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 40
- - 0.2500147927
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 41
- - 0.2462733265
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 42
- - 0.1818859377
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 43
- - 0.203013617
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 44
- - 0.17562100509999998
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 45
- - 0.0663809955
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 46
- - 0.0643802981
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 47
- - 0.06269200050000001
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 48
- - 0.0912763956
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 49
- - 0.10018022620000001
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 50
- - 0.0990893558
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 51
- - 0.028098839
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 52
- - 0.0971742497
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 53
- - 0.1320028694
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 54
- - 0.1091139664
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 55
- - 0.129358271
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 56
- - 0.1624775084
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 57
- - 0.1657547211
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 58
- - 0.136613142
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 59
- - 0.1303694838
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 60
- - 0.118135569
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 61
- - 0.1280991019
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 62
- - 0.13622071819999998
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 63
- - 0.1397761598
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 64
- - 0.114185217
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 65
- - 0.10202655969999999
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 66
- - 0.11472014189999999
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 67
- - 0.1049026402
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 68
- - 0.1047563129
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 69
- - 0.0877568198
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 70
- - 0.11483302779999999
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 71
- - 0.125592095
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 72
- - 0.1176554629
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 73
- - 0.0818658387
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 74
- - 0.12029133980000001
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 75
- - 0.10515369690000001
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 76
- - 0.08849777739999999
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 77
- - 0.0814542884
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 78
- - 0.0789530192
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 79
- - 0.0775536225
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 80
- - 0.1137397899
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 81
- - 0.0790417924
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 82
- - 0.129810853
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 83
- - 0.1199467174
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 84
- - 0.1330203143
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 85
- - 0.12609499629999998
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 86
- - 0.1458287499
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 87
- - 0.1444856197
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 88
- - 0.147586668
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 89
- - 0.14686304039999998
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 90
- - 0.19616917940000003
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie2
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: -409.7143
- m_DestDetailProgress: 152.57141
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281545523
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 1.8381573741
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 2.4171752707
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 2.6209229364
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 2.7207073998
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286545791
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 2.7538834531
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 2.7982645863
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 2.8542523129
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 7
- - 2.997389027
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 8
- - 2.9919307266
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 9
- - 2.9703509067
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 10
- - 3.001317397
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 11
- - 2.9882350162
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 12
- - 3.0059394263
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 13
- - 2.9884434102
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 14
- - 3.0041183019
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 15
- - 3.0353559544
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 16
- - 3.0070046011
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 17
- - 2.9995748193
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 18
- - 2.9964538977
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 19
- - 3.007797889
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 20
- - 3.0025402723
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 21
- - 2.994682619
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 22
- - 2.9924158479
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 23
- - 2.9608611279
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 24
- - 3.0075430252
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 25
- - 3.1850284663
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 26
- - 3.076629596
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 27
- - 2.9685707729
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 28
- - 2.9767391326
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 29
- - 2.98031385
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 30
- - 2.9689803184
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 31
- - 2.9241253033
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 32
- - 3.0233974572
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 33
- - 3.011073579
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 34
- - 2.997905178
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 35
- - 2.8916292904
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 36
- - 2.8901741028
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 37
- - 2.9127029703
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 38
- - 2.9238007953
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 39
- - 2.9583345751
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 40
- - 2.9589871038
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 41
- - 2.9785710958
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 42
- - 3.2430880604
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 43
- - 3.3472823479000002
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 44
- - 3.3360734074
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 45
- - 2.9536351645
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 46
- - 2.9132990621
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 47
- - 2.8711327174
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 48
- - 2.8525573179
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 49
- - 2.8497594934
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 50
- - 2.8796234471
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 51
- - 2.9350877081
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 52
- - 2.984474438
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 53
- - 2.993948643
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 54
- - 3.0003154213
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 55
- - 2.9936981702
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 56
- - 2.995705166
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 57
- - 2.9946599168
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 58
- - 3.0070057212
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 59
- - 3.0082121656
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 60
- - 3.0141422884
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 61
- - 3.0041613553
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 62
- - 2.9986385713
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 63
- - 2.9947855067
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 64
- - 3.0078904741
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 65
- - 3.0099598702
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 66
- - 3.0001146029
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 67
- - 3.0047572651
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 68
- - 3.006204557
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 69
- - 3.0115231406
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 70
- - 2.9967365006
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 71
- - 2.9891014548
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 72
- - 2.9907233187
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 73
- - 3.0095972086
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 74
- - 2.9888190642
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 75
- - 2.9976427704
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 76
- - 3.0084213775
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 77
- - 3.0107446453
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 78
- - 3.009457792
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 79
- - 3.0031194779
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 80
- - 2.9884871787
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 81
- - 3.0058347339
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 82
- - 2.9764369564
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 83
- - 2.9520204036
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 84
- - 2.9781815641
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 85
- - 2.9928638828
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 86
- - 2.9848033088
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 87
- - 2.9902215145
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 88
- - 2.9904318505
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 89
- - 2.9965834085
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 90
- - 3.3297981389
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114492205192198988
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114500330622547452
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114500353423402644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114515314247698582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114519866605911720
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114532502964638564
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114538083409762124
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114542113016496884
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114548834368023324
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114577542685262578
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114596461953651016
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 4
---- !u!114 &114615271538378348
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1457636702963450}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5686275, g: 0.8, b: 0.45882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114617750107437112
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114626771571345510
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1753487334604772}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114628245657106172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114724154347660832
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114753637287224048
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114765844308700230
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2.4
---- !u!114 &114787509741884570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2012-11-08
---- !u!114 &114797770361730316
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114805603487244410
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114818873145231710
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1787369927713152}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114825338845355746
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114831085219387490
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114863791090648168
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114882244932809286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114889565492602680
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2012-10-21
---- !u!114 &114928446470177062
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114944401824803038
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114946180245549846
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114952206783226814
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1947585399287902}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2012-12-31
---- !u!114 &114959226473146298
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1159024550068684}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Sun
---- !u!114 &114981043377996780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!222 &222014964975727276
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!222 &222078929164062330
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
---- !u!222 &222087189479083732
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
---- !u!222 &222092365459879612
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
---- !u!222 &222099549355236510
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
---- !u!222 &222145621559554436
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
---- !u!222 &222151966558248882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
---- !u!222 &222154888757756804
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
---- !u!222 &222162293231977346
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
---- !u!222 &222175145861225238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
---- !u!222 &222188750832414712
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
---- !u!222 &222225318707008236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
---- !u!222 &222230302485926814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
---- !u!222 &222236824534706502
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
---- !u!222 &222268555386250924
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1947585399287902}
---- !u!222 &222275853817933510
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1572652310971070}
---- !u!222 &222298365444342882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
---- !u!222 &222311515873283646
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
---- !u!222 &222317654664845438
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
---- !u!222 &222345853821087184
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
---- !u!222 &222359945333678822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
---- !u!222 &222360460675953424
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
---- !u!222 &222364152142045404
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
---- !u!222 &222380287011063030
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1831212951137034}
---- !u!222 &222381774080969482
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
---- !u!222 &222390831768061086
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1787369927713152}
---- !u!222 &222396800439517802
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
---- !u!222 &222400891240163936
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
---- !u!222 &222402544413992822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
---- !u!222 &222403658479092182
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
---- !u!222 &222463422905226512
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
---- !u!222 &222480013352698834
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
---- !u!222 &222516948819348198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
---- !u!222 &222520370642162002
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1457636702963450}
---- !u!222 &222522154167139324
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
---- !u!222 &222544709108097098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
---- !u!222 &222589427770141312
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1753487334604772}
---- !u!222 &222592598393023922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
---- !u!222 &222610932116420402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
---- !u!222 &222625884593130892
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
---- !u!222 &222636124274192416
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
---- !u!222 &222639803419808932
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1159024550068684}
---- !u!222 &222640783511241694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
---- !u!222 &222658477632257174
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
---- !u!222 &222672113096907652
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
---- !u!222 &222698748993652270
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
---- !u!222 &222720285128717396
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
---- !u!222 &222727439023508136
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
---- !u!222 &222728076071168554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
---- !u!222 &222733892571018658
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
---- !u!222 &222737925132155670
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
---- !u!222 &222768339957948646
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1028933766260890}
---- !u!222 &222782092735935128
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
---- !u!222 &222783325335017026
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
---- !u!222 &222847578136400606
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
---- !u!222 &222847990301181452
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
---- !u!222 &222877274536041442
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
---- !u!222 &222889342550321718
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
---- !u!222 &222902386832597922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
---- !u!222 &222950872742955318
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
---- !u!222 &222953103984985506
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
---- !u!222 &222986226732682492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
---- !u!222 &222988139834358164
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
---- !u!222 &222997546427657794
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
---- !u!224 &224016624081480462
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1651086366600434}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224145480554325790}
- - {fileID: 224826236514267902}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 19
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224026462847059712
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067787559689464
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224072632507066478
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224083719015931098
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1368987219971874}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224088643922989218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -15, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224125772585077954
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140752341371598
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224874275528835132}
- - {fileID: 224182550043971170}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 303.95605, y: -321}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224145480554325790
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1045541100817574}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224016624081480462}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224593842280141920}
- - {fileID: 224587638508986294}
- - {fileID: 224906460427272078}
- - {fileID: 224067787559689464}
- - {fileID: 224408417117885246}
- - {fileID: 224726222949377710}
- - {fileID: 224202808190021490}
- - {fileID: 224935923790566182}
- - {fileID: 224817863005621660}
- - {fileID: 224125772585077954}
- - {fileID: 224739396414189438}
- - {fileID: 224637072934519642}
- - {fileID: 224547202804451040}
- - {fileID: 224708841543541906}
- - {fileID: 224916173641135118}
- - {fileID: 224921068246828936}
- - {fileID: 224914137642966804}
- - {fileID: 224507952623016078}
- - {fileID: 224163669759450084}
- - {fileID: 224016624081480462}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224150306882691316
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1028933766260890}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224827607448464218}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -56, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224160045176166254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1091367663263216}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224614637610198586}
- - {fileID: 224266566883521314}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224163669759450084
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1943274307892848}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224950250656729126}
- - {fileID: 224584746314196316}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 18
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224173696182696932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -22.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224178015294786926
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224182550043971170
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -56, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224195374638266248
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224202808190021490
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224230559277315378
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224234562752443266
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -15, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224238356194340900
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1947585399287902}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224827607448464218}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224242433638540060
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224465894002495446}
- - {fileID: 224258183212069198}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -474.5934, y: -321}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224249737410324214
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224249888706350018
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1787369927713152}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224300339610406718}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -26, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224252217279052890
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224374556880346820}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224258183212069198
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -56, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224266566883521314
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224956954450554882}
- - {fileID: 224072632507066478}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224274534732287924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224282325385651202
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1159024550068684}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224300339610406718}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224291427797303176
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224300339610406718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1831212951137034}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224282325385651202}
- - {fileID: 224249888706350018}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 433.71423, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224304392435598876
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224687284073154992}
- - {fileID: 224173696182696932}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 422.40002}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224357158427184252
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -56, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224361767485462756
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224683854177371718}
- - {fileID: 224453525292817816}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 204.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224374556880346820
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224252217279052890}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224408417117885246
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224453525292817816
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -22.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224457852757879590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224849613466458242}
- - {fileID: 224990715926752788}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 313.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224465894002495446
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224496112938999606
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224507952623016078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366747947424886}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224083719015931098}
- - {fileID: 224178015294786926}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224547202804451040
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224552316755052566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224026462847059712}
- - {fileID: 224357158427184252}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -85.318695, y: -321}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224564011862115442
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224291427797303176}
- - {fileID: 224088643922989218}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224584746314196316
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1457636702963450}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224163669759450084}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224587638508986294
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224589817973695092
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224593842280141920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224614637610198586
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664876070329100}
- - {fileID: 224589817973695092}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224620847758952290
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224195374638266248}
- - {fileID: 224979093684800932}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -279.95605, y: -321}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224621353663292562
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224637072934519642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1577987237023080}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224621353663292562}
- - {fileID: 224496112938999606}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224664876070329100
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224683854177371718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224687284073154992
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224708841543541906
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1411034998427288}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224726222949377710
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224739396414189438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745833160826210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224274534732287924}
- - {fileID: 224234562752443266}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 640}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224776409801051768
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -56, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224817863005621660
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224826236514267902
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1572652310971070}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224016624081480462}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224827607448464218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1753487334604772}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224238356194340900}
- - {fileID: 224150306882691316}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 498.59338, y: -321}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224849613466458242
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224873094662214086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224230559277315378}
- - {fileID: 224776409801051768}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 109.318726, y: -321}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224874275528835132
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 194.63736, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224906460427272078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224914137642966804
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666603460136438}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224564011862115442}
- - {fileID: 224361767485462756}
- - {fileID: 224457852757879590}
- - {fileID: 224304392435598876}
- - {fileID: 224973550148719728}
- - {fileID: 224745833160826210}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224916173641135118
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1556514269239662}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224252217279052890}
- - {fileID: 224160045176166254}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224921068246828936
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1474982046855252}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224242433638540060}
- - {fileID: 224620847758952290}
- - {fileID: 224552316755052566}
- - {fileID: 224873094662214086}
- - {fileID: 224140752341371598}
- - {fileID: 224827607448464218}
- - {fileID: 224300339610406718}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224935923790566182
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224950250656729126
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1526518194012170}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224163669759450084}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224956954450554882
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973550148719728
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224249737410324214}
- - {fileID: 224979470739909968}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 531.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224979093684800932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -56, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224979470739909968
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -22.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224990715926752788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -22.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line13_Confidence Band_置信区.prefab.meta b/Assets/XChartsDemo/Prefab/Line13_Confidence Band_置信区.prefab.meta
deleted file mode 100644
index 1dcef353..00000000
--- a/Assets/XChartsDemo/Prefab/Line13_Confidence Band_置信区.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: ded8677cb2dd245d692edb28b31a9c3d
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line1_Basic Line Chart_基础折线图.prefab b/Assets/XChartsDemo/Prefab/Line1_Basic Line Chart_基础折线图.prefab
deleted file mode 100644
index e77b1a24..00000000
--- a/Assets/XChartsDemo/Prefab/Line1_Basic Line Chart_基础折线图.prefab
+++ /dev/null
@@ -1,6841 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1002778217306388
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224258183212069198}
- - component: {fileID: 222640783511241694}
- - component: {fileID: 114309302740114012}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1017642418443088
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173696182696932}
- - component: {fileID: 222151966558248882}
- - component: {fileID: 114361114994925350}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1027911615219690
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224683854177371718}
- - component: {fileID: 222099549355236510}
- - component: {fileID: 114127584028882818}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1053098954773202
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224552316755052566}
- - component: {fileID: 222175145861225238}
- - component: {fileID: 114628245657106172}
- m_Layer: 5
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114452946517541570}
- m_Layer: 5
- m_Name: "Line1_Basic Line Chart_\u57FA\u7840\u6298\u7EBF\u56FE"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1089955154405330
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224990715926752788}
- - component: {fileID: 222087189479083732}
- - component: {fileID: 114981043377996780}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1091367663263216
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224160045176166254}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1100730568756646
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224178015294786926}
- - component: {fileID: 222733892571018658}
- - component: {fileID: 114442063681203728}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1129423023950962
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224357158427184252}
- - component: {fileID: 222728076071168554}
- - component: {fileID: 114188154748186312}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1154524627484318
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224230559277315378}
- - component: {fileID: 222400891240163936}
- - component: {fileID: 114889565492602680}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1164594019577408
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224291427797303176}
- - component: {fileID: 222636124274192416}
- - component: {fileID: 114882244932809286}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1168179929807826
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224304392435598876}
- - component: {fileID: 222592598393023922}
- - component: {fileID: 114042131961543780}
- m_Layer: 5
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1171011732189730
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224234562752443266}
- - component: {fileID: 222847578136400606}
- - component: {fileID: 114944401824803038}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1185255411413516
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973550148719728}
- - component: {fileID: 222014964975727276}
- - component: {fileID: 114190391805066108}
- m_Layer: 5
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1197282442560186
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224072632507066478}
- - component: {fileID: 222986226732682492}
- - component: {fileID: 114515314247698582}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1201069439717858
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224088643922989218}
- - component: {fileID: 222311515873283646}
- - component: {fileID: 114753637287224048}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1211607822199198
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224621353663292562}
- - component: {fileID: 222727439023508136}
- - component: {fileID: 114350571089922882}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1224139237940524
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224182550043971170}
- - component: {fileID: 222610932116420402}
- - component: {fileID: 114254195554902808}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1236629228521010
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224587638508986294}
- - component: {fileID: 222162293231977346}
- - component: {fileID: 114147314513190030}
- m_Layer: 5
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1246679396377980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979093684800932}
- - component: {fileID: 222953103984985506}
- - component: {fileID: 114825338845355746}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1301592297122642
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140752341371598}
- - component: {fileID: 222950872742955318}
- - component: {fileID: 114166563003112708}
- m_Layer: 5
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1307471358898980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224496112938999606}
- - component: {fileID: 222225318707008236}
- - component: {fileID: 114356010291426696}
- m_Layer: 5
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1329460026292572
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224935923790566182}
- - component: {fileID: 222544709108097098}
- - component: {fileID: 114724154347660832}
- m_Layer: 5
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1366747947424886
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224507952623016078}
- m_Layer: 5
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1368987219971874
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224083719015931098}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1376061983593502
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252217279052890}
- - component: {fileID: 222463422905226512}
- - component: {fileID: 114532502964638564}
- m_Layer: 5
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1394863569341678
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224620847758952290}
- - component: {fileID: 222698748993652270}
- - component: {fileID: 114863791090648168}
- m_Layer: 5
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1399855783598064
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224687284073154992}
- - component: {fileID: 222298365444342882}
- - component: {fileID: 114765844308700230}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1408993591107228
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224453525292817816}
- - component: {fileID: 222658477632257174}
- - component: {fileID: 114027367806950040}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1411034998427288
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224708841543541906}
- m_Layer: 5
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1416769306435626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224849613466458242}
- - component: {fileID: 222889342550321718}
- - component: {fileID: 114441967400359432}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1424801832239460
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224906460427272078}
- - component: {fileID: 222396800439517802}
- - component: {fileID: 114577542685262578}
- m_Layer: 5
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1434207976680334
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224739396414189438}
- - component: {fileID: 222877274536041442}
- - component: {fileID: 114060474746529010}
- m_Layer: 5
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1443918095338938
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224726222949377710}
- - component: {fileID: 222782092735935128}
- - component: {fileID: 114617750107437112}
- m_Layer: 5
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1453692426346540
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224547202804451040}
- - component: {fileID: 222720285128717396}
- - component: {fileID: 114388003717783178}
- m_Layer: 5
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1466929011588376
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224274534732287924}
- - component: {fileID: 222522154167139324}
- - component: {fileID: 114596461953651016}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1474982046855252
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224921068246828936}
- m_Layer: 5
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1494899783781768
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224125772585077954}
- - component: {fileID: 222359945333678822}
- - component: {fileID: 114542113016496884}
- m_Layer: 5
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1552254205546688
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224465894002495446}
- - component: {fileID: 222997546427657794}
- - component: {fileID: 114122816174496138}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1556514269239662
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224916173641135118}
- m_Layer: 5
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1559307935334866
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224202808190021490}
- - component: {fileID: 222092365459879612}
- - component: {fileID: 114500330622547452}
- m_Layer: 5
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1570578761152512
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224361767485462756}
- - component: {fileID: 222480013352698834}
- - component: {fileID: 114538083409762124}
- m_Layer: 5
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1576422519215466
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224195374638266248}
- - component: {fileID: 222625884593130892}
- - component: {fileID: 114181099966682092}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1577987237023080
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224637072934519642}
- m_Layer: 5
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1583990305901370
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664876070329100}
- - component: {fileID: 222988139834358164}
- - component: {fileID: 114831085219387490}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1600825565323764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026462847059712}
- - component: {fileID: 222672113096907652}
- - component: {fileID: 114144422724829538}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1606317862820626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224593842280141920}
- - component: {fileID: 222402544413992822}
- - component: {fileID: 114040618731032206}
- m_Layer: 5
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1613363950922284
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067787559689464}
- - component: {fileID: 222902386832597922}
- - component: {fileID: 114928446470177062}
- m_Layer: 5
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1655966243143574
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224249737410324214}
- - component: {fileID: 222188750832414712}
- - component: {fileID: 114159589807595064}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1666603460136438
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224914137642966804}
- m_Layer: 5
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1709976450808898
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224874275528835132}
- - component: {fileID: 222078929164062330}
- - component: {fileID: 114787509741884570}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1733772937256832
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224564011862115442}
- - component: {fileID: 222516948819348198}
- - component: {fileID: 114178464993601810}
- m_Layer: 5
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1752202154569698
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224408417117885246}
- - component: {fileID: 222403658479092182}
- - component: {fileID: 114172216685379844}
- m_Layer: 5
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1754208976018310
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224374556880346820}
- - component: {fileID: 222364152142045404}
- - component: {fileID: 114030482127831824}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1766789731988082
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224614637610198586}
- - component: {fileID: 222783325335017026}
- - component: {fileID: 114492205192198988}
- m_Layer: 5
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1805671020075686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817863005621660}
- - component: {fileID: 222345853821087184}
- - component: {fileID: 114213361162744042}
- m_Layer: 5
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1812337738740484
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224242433638540060}
- - component: {fileID: 222381774080969482}
- - component: {fileID: 114500353423402644}
- m_Layer: 5
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813178974584728
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979470739909968}
- - component: {fileID: 222317654664845438}
- - component: {fileID: 114946180245549846}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1855199224640548
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224873094662214086}
- - component: {fileID: 222847990301181452}
- - component: {fileID: 114548834368023324}
- m_Layer: 5
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1878583005977136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224266566883521314}
- - component: {fileID: 222230302485926814}
- - component: {fileID: 114034582093406246}
- m_Layer: 5
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1904219529192394
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776409801051768}
- - component: {fileID: 222737925132155670}
- - component: {fileID: 114805603487244410}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1932352809336804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224956954450554882}
- - component: {fileID: 222236824534706502}
- - component: {fileID: 114306954849133848}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1964404076203136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224457852757879590}
- - component: {fileID: 222154888757756804}
- - component: {fileID: 114415422364495954}
- m_Layer: 5
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1983683141477684
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745833160826210}
- - component: {fileID: 222145621559554436}
- - component: {fileID: 114797770361730316}
- m_Layer: 5
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1991563171543704
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224589817973695092}
- - component: {fileID: 222360460675953424}
- - component: {fileID: 114519866605911720}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114027367806950040
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114030482127831824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114034582093406246
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114040618731032206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114042131961543780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114060474746529010
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114122816174496138
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x1
---- !u!114 &114127584028882818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 18
---- !u!114 &114144422724829538
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x3
---- !u!114 &114147314513190030
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114159589807595064
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 72
---- !u!114 &114166563003112708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114172216685379844
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114178464993601810
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114181099966682092
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x2
---- !u!114 &114188154748186312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114190391805066108
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114213361162744042
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114254195554902808
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114306954849133848
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114309302740114012
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114350571089922882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: LineChart
---- !u!114 &114356010291426696
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114361114994925350
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388003717783178
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114415422364495954
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114441967400359432
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 36
---- !u!114 &114442063681203728
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114452946517541570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.2
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 0
- m_IconType: 0
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.12
- m_Bottom: 0
- m_ItemWidth: 25
- m_ItemHeight: 12
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: LineChart
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 0
- m_Trigger: 0
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - Mon
- - Tue
- - Wed
- - Thu
- - Fri
- - Sat
- - Sun
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie0
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 150
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 230
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 224
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 218
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 135
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 147
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 260
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114492205192198988
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114500330622547452
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114500353423402644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114515314247698582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114519866605911720
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114532502964638564
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114538083409762124
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114542113016496884
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114548834368023324
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114577542685262578
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114596461953651016
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 90
---- !u!114 &114617750107437112
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114628245657106172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114724154347660832
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114753637287224048
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114765844308700230
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 54
---- !u!114 &114787509741884570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x5
---- !u!114 &114797770361730316
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114805603487244410
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114825338845355746
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114831085219387490
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114863791090648168
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114882244932809286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114889565492602680
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x4
---- !u!114 &114928446470177062
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114944401824803038
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114946180245549846
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114981043377996780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!222 &222014964975727276
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!222 &222078929164062330
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
---- !u!222 &222087189479083732
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
---- !u!222 &222092365459879612
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
---- !u!222 &222099549355236510
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
---- !u!222 &222145621559554436
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
---- !u!222 &222151966558248882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
---- !u!222 &222154888757756804
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
---- !u!222 &222162293231977346
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
---- !u!222 &222175145861225238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
---- !u!222 &222188750832414712
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
---- !u!222 &222225318707008236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
---- !u!222 &222230302485926814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
---- !u!222 &222236824534706502
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
---- !u!222 &222298365444342882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
---- !u!222 &222311515873283646
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
---- !u!222 &222317654664845438
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
---- !u!222 &222345853821087184
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
---- !u!222 &222359945333678822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
---- !u!222 &222360460675953424
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
---- !u!222 &222364152142045404
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
---- !u!222 &222381774080969482
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
---- !u!222 &222396800439517802
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
---- !u!222 &222400891240163936
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
---- !u!222 &222402544413992822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
---- !u!222 &222403658479092182
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
---- !u!222 &222463422905226512
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
---- !u!222 &222480013352698834
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
---- !u!222 &222516948819348198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
---- !u!222 &222522154167139324
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
---- !u!222 &222544709108097098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
---- !u!222 &222592598393023922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
---- !u!222 &222610932116420402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
---- !u!222 &222625884593130892
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
---- !u!222 &222636124274192416
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
---- !u!222 &222640783511241694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
---- !u!222 &222658477632257174
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
---- !u!222 &222672113096907652
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
---- !u!222 &222698748993652270
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
---- !u!222 &222720285128717396
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
---- !u!222 &222727439023508136
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
---- !u!222 &222728076071168554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
---- !u!222 &222733892571018658
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
---- !u!222 &222737925132155670
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
---- !u!222 &222782092735935128
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
---- !u!222 &222783325335017026
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
---- !u!222 &222847578136400606
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
---- !u!222 &222847990301181452
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
---- !u!222 &222877274536041442
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
---- !u!222 &222889342550321718
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
---- !u!222 &222902386832597922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
---- !u!222 &222950872742955318
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
---- !u!222 &222953103984985506
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
---- !u!222 &222986226732682492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
---- !u!222 &222988139834358164
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
---- !u!222 &222997546427657794
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
---- !u!224 &224026462847059712
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067787559689464
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224072632507066478
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224083719015931098
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1368987219971874}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224088643922989218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224125772585077954
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140752341371598
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224874275528835132}
- - {fileID: 224182550043971170}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 405.60004, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224593842280141920}
- - {fileID: 224587638508986294}
- - {fileID: 224906460427272078}
- - {fileID: 224067787559689464}
- - {fileID: 224408417117885246}
- - {fileID: 224726222949377710}
- - {fileID: 224202808190021490}
- - {fileID: 224935923790566182}
- - {fileID: 224817863005621660}
- - {fileID: 224125772585077954}
- - {fileID: 224739396414189438}
- - {fileID: 224637072934519642}
- - {fileID: 224547202804451040}
- - {fileID: 224708841543541906}
- - {fileID: 224916173641135118}
- - {fileID: 224921068246828936}
- - {fileID: 224914137642966804}
- - {fileID: 224507952623016078}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224160045176166254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1091367663263216}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224614637610198586}
- - {fileID: 224266566883521314}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224173696182696932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224178015294786926
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224182550043971170
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224195374638266248
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224202808190021490
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224230559277315378
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224234562752443266
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224242433638540060
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224465894002495446}
- - {fileID: 224258183212069198}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -381.6, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224249737410324214
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224252217279052890
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224374556880346820}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224258183212069198
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224266566883521314
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224956954450554882}
- - {fileID: 224072632507066478}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224274534732287924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224291427797303176
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224304392435598876
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224687284073154992}
- - {fileID: 224173696182696932}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 422.40002}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224357158427184252
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224361767485462756
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224683854177371718}
- - {fileID: 224453525292817816}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 204.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224374556880346820
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224252217279052890}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224408417117885246
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224453525292817816
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224457852757879590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224849613466458242}
- - {fileID: 224990715926752788}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 313.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224465894002495446
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224496112938999606
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224507952623016078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366747947424886}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224083719015931098}
- - {fileID: 224178015294786926}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224547202804451040
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224552316755052566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224026462847059712}
- - {fileID: 224357158427184252}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224564011862115442
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224291427797303176}
- - {fileID: 224088643922989218}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224587638508986294
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224589817973695092
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224593842280141920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224614637610198586
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664876070329100}
- - {fileID: 224589817973695092}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224620847758952290
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224195374638266248}
- - {fileID: 224979093684800932}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -184.79999, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224621353663292562
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224637072934519642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1577987237023080}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224621353663292562}
- - {fileID: 224496112938999606}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224664876070329100
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224683854177371718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224687284073154992
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224708841543541906
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1411034998427288}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224726222949377710
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224739396414189438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745833160826210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224274534732287924}
- - {fileID: 224234562752443266}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 640}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224776409801051768
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224817863005621660
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224849613466458242
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224873094662214086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224230559277315378}
- - {fileID: 224776409801051768}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 208.80005, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224874275528835132
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224906460427272078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224914137642966804
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666603460136438}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224564011862115442}
- - {fileID: 224361767485462756}
- - {fileID: 224457852757879590}
- - {fileID: 224304392435598876}
- - {fileID: 224973550148719728}
- - {fileID: 224745833160826210}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224916173641135118
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1556514269239662}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224252217279052890}
- - {fileID: 224160045176166254}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224921068246828936
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1474982046855252}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224242433638540060}
- - {fileID: 224620847758952290}
- - {fileID: 224552316755052566}
- - {fileID: 224873094662214086}
- - {fileID: 224140752341371598}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224935923790566182
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224956954450554882
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973550148719728
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224249737410324214}
- - {fileID: 224979470739909968}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 531.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224979093684800932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224979470739909968
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224990715926752788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line1_Basic Line Chart_基础折线图.prefab.meta b/Assets/XChartsDemo/Prefab/Line1_Basic Line Chart_基础折线图.prefab.meta
deleted file mode 100644
index 59878848..00000000
--- a/Assets/XChartsDemo/Prefab/Line1_Basic Line Chart_基础折线图.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: e852d17191a2a48c9a20337aefdcc91f
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 100100000
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line2_Smoothed Line Chart_平滑折线图.prefab b/Assets/XChartsDemo/Prefab/Line2_Smoothed Line Chart_平滑折线图.prefab
deleted file mode 100644
index 3a08b7b0..00000000
--- a/Assets/XChartsDemo/Prefab/Line2_Smoothed Line Chart_平滑折线图.prefab
+++ /dev/null
@@ -1,6841 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1002778217306388
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224258183212069198}
- - component: {fileID: 222640783511241694}
- - component: {fileID: 114309302740114012}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1017642418443088
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173696182696932}
- - component: {fileID: 222151966558248882}
- - component: {fileID: 114361114994925350}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1027911615219690
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224683854177371718}
- - component: {fileID: 222099549355236510}
- - component: {fileID: 114127584028882818}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1053098954773202
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224552316755052566}
- - component: {fileID: 222175145861225238}
- - component: {fileID: 114628245657106172}
- m_Layer: 5
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114452946517541570}
- m_Layer: 5
- m_Name: "Line2_Smoothed Line Chart_\u5E73\u6ED1\u6298\u7EBF\u56FE"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1089955154405330
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224990715926752788}
- - component: {fileID: 222087189479083732}
- - component: {fileID: 114981043377996780}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1091367663263216
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224160045176166254}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1100730568756646
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224178015294786926}
- - component: {fileID: 222733892571018658}
- - component: {fileID: 114442063681203728}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1129423023950962
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224357158427184252}
- - component: {fileID: 222728076071168554}
- - component: {fileID: 114188154748186312}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1154524627484318
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224230559277315378}
- - component: {fileID: 222400891240163936}
- - component: {fileID: 114889565492602680}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1164594019577408
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224291427797303176}
- - component: {fileID: 222636124274192416}
- - component: {fileID: 114882244932809286}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1168179929807826
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224304392435598876}
- - component: {fileID: 222592598393023922}
- - component: {fileID: 114042131961543780}
- m_Layer: 5
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1171011732189730
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224234562752443266}
- - component: {fileID: 222847578136400606}
- - component: {fileID: 114944401824803038}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1185255411413516
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973550148719728}
- - component: {fileID: 222014964975727276}
- - component: {fileID: 114190391805066108}
- m_Layer: 5
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1197282442560186
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224072632507066478}
- - component: {fileID: 222986226732682492}
- - component: {fileID: 114515314247698582}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1201069439717858
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224088643922989218}
- - component: {fileID: 222311515873283646}
- - component: {fileID: 114753637287224048}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1211607822199198
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224621353663292562}
- - component: {fileID: 222727439023508136}
- - component: {fileID: 114350571089922882}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1224139237940524
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224182550043971170}
- - component: {fileID: 222610932116420402}
- - component: {fileID: 114254195554902808}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1236629228521010
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224587638508986294}
- - component: {fileID: 222162293231977346}
- - component: {fileID: 114147314513190030}
- m_Layer: 5
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1246679396377980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979093684800932}
- - component: {fileID: 222953103984985506}
- - component: {fileID: 114825338845355746}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1301592297122642
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140752341371598}
- - component: {fileID: 222950872742955318}
- - component: {fileID: 114166563003112708}
- m_Layer: 5
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1307471358898980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224496112938999606}
- - component: {fileID: 222225318707008236}
- - component: {fileID: 114356010291426696}
- m_Layer: 5
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1329460026292572
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224935923790566182}
- - component: {fileID: 222544709108097098}
- - component: {fileID: 114724154347660832}
- m_Layer: 5
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1366747947424886
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224507952623016078}
- m_Layer: 5
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1368987219971874
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224083719015931098}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1376061983593502
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252217279052890}
- - component: {fileID: 222463422905226512}
- - component: {fileID: 114532502964638564}
- m_Layer: 5
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1394863569341678
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224620847758952290}
- - component: {fileID: 222698748993652270}
- - component: {fileID: 114863791090648168}
- m_Layer: 5
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1399855783598064
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224687284073154992}
- - component: {fileID: 222298365444342882}
- - component: {fileID: 114765844308700230}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1408993591107228
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224453525292817816}
- - component: {fileID: 222658477632257174}
- - component: {fileID: 114027367806950040}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1411034998427288
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224708841543541906}
- m_Layer: 5
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1416769306435626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224849613466458242}
- - component: {fileID: 222889342550321718}
- - component: {fileID: 114441967400359432}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1424801832239460
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224906460427272078}
- - component: {fileID: 222396800439517802}
- - component: {fileID: 114577542685262578}
- m_Layer: 5
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1434207976680334
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224739396414189438}
- - component: {fileID: 222877274536041442}
- - component: {fileID: 114060474746529010}
- m_Layer: 5
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1443918095338938
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224726222949377710}
- - component: {fileID: 222782092735935128}
- - component: {fileID: 114617750107437112}
- m_Layer: 5
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1453692426346540
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224547202804451040}
- - component: {fileID: 222720285128717396}
- - component: {fileID: 114388003717783178}
- m_Layer: 5
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1466929011588376
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224274534732287924}
- - component: {fileID: 222522154167139324}
- - component: {fileID: 114596461953651016}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1474982046855252
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224921068246828936}
- m_Layer: 5
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1494899783781768
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224125772585077954}
- - component: {fileID: 222359945333678822}
- - component: {fileID: 114542113016496884}
- m_Layer: 5
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1552254205546688
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224465894002495446}
- - component: {fileID: 222997546427657794}
- - component: {fileID: 114122816174496138}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1556514269239662
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224916173641135118}
- m_Layer: 5
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1559307935334866
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224202808190021490}
- - component: {fileID: 222092365459879612}
- - component: {fileID: 114500330622547452}
- m_Layer: 5
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1570578761152512
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224361767485462756}
- - component: {fileID: 222480013352698834}
- - component: {fileID: 114538083409762124}
- m_Layer: 5
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1576422519215466
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224195374638266248}
- - component: {fileID: 222625884593130892}
- - component: {fileID: 114181099966682092}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1577987237023080
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224637072934519642}
- m_Layer: 5
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1583990305901370
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664876070329100}
- - component: {fileID: 222988139834358164}
- - component: {fileID: 114831085219387490}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1600825565323764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026462847059712}
- - component: {fileID: 222672113096907652}
- - component: {fileID: 114144422724829538}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1606317862820626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224593842280141920}
- - component: {fileID: 222402544413992822}
- - component: {fileID: 114040618731032206}
- m_Layer: 5
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1613363950922284
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067787559689464}
- - component: {fileID: 222902386832597922}
- - component: {fileID: 114928446470177062}
- m_Layer: 5
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1655966243143574
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224249737410324214}
- - component: {fileID: 222188750832414712}
- - component: {fileID: 114159589807595064}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1666603460136438
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224914137642966804}
- m_Layer: 5
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1709976450808898
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224874275528835132}
- - component: {fileID: 222078929164062330}
- - component: {fileID: 114787509741884570}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1733772937256832
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224564011862115442}
- - component: {fileID: 222516948819348198}
- - component: {fileID: 114178464993601810}
- m_Layer: 5
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1752202154569698
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224408417117885246}
- - component: {fileID: 222403658479092182}
- - component: {fileID: 114172216685379844}
- m_Layer: 5
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1754208976018310
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224374556880346820}
- - component: {fileID: 222364152142045404}
- - component: {fileID: 114030482127831824}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1766789731988082
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224614637610198586}
- - component: {fileID: 222783325335017026}
- - component: {fileID: 114492205192198988}
- m_Layer: 5
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1805671020075686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817863005621660}
- - component: {fileID: 222345853821087184}
- - component: {fileID: 114213361162744042}
- m_Layer: 5
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1812337738740484
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224242433638540060}
- - component: {fileID: 222381774080969482}
- - component: {fileID: 114500353423402644}
- m_Layer: 5
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813178974584728
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979470739909968}
- - component: {fileID: 222317654664845438}
- - component: {fileID: 114946180245549846}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1855199224640548
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224873094662214086}
- - component: {fileID: 222847990301181452}
- - component: {fileID: 114548834368023324}
- m_Layer: 5
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1878583005977136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224266566883521314}
- - component: {fileID: 222230302485926814}
- - component: {fileID: 114034582093406246}
- m_Layer: 5
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1904219529192394
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776409801051768}
- - component: {fileID: 222737925132155670}
- - component: {fileID: 114805603487244410}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1932352809336804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224956954450554882}
- - component: {fileID: 222236824534706502}
- - component: {fileID: 114306954849133848}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1964404076203136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224457852757879590}
- - component: {fileID: 222154888757756804}
- - component: {fileID: 114415422364495954}
- m_Layer: 5
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1983683141477684
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745833160826210}
- - component: {fileID: 222145621559554436}
- - component: {fileID: 114797770361730316}
- m_Layer: 5
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1991563171543704
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224589817973695092}
- - component: {fileID: 222360460675953424}
- - component: {fileID: 114519866605911720}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114027367806950040
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114030482127831824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114034582093406246
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114040618731032206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114042131961543780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114060474746529010
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114122816174496138
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x1
---- !u!114 &114127584028882818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 15
---- !u!114 &114144422724829538
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x3
---- !u!114 &114147314513190030
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114159589807595064
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 60
---- !u!114 &114166563003112708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114172216685379844
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114178464993601810
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114181099966682092
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x2
---- !u!114 &114188154748186312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114190391805066108
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114213361162744042
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114254195554902808
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114306954849133848
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114309302740114012
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114350571089922882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: LineChart
---- !u!114 &114356010291426696
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114361114994925350
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388003717783178
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114415422364495954
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114441967400359432
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 30
---- !u!114 &114442063681203728
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114452946517541570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.2
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 0
- m_IconType: 0
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.12
- m_Bottom: 0
- m_ItemWidth: 25
- m_ItemHeight: 12
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: LineChart
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 0
- m_Trigger: 0
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - Mon
- - Tue
- - Wed
- - Thu
- - Fri
- - Sat
- - Sun
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie0
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 820
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 932
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 901
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 934
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 1290
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 1330
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 1320
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114492205192198988
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114500330622547452
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114500353423402644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114515314247698582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114519866605911720
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114532502964638564
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114538083409762124
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114542113016496884
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114548834368023324
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114577542685262578
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114596461953651016
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 75
---- !u!114 &114617750107437112
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114628245657106172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114724154347660832
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114753637287224048
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114765844308700230
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 45
---- !u!114 &114787509741884570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x5
---- !u!114 &114797770361730316
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114805603487244410
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114825338845355746
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114831085219387490
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114863791090648168
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114882244932809286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114889565492602680
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x4
---- !u!114 &114928446470177062
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114944401824803038
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114946180245549846
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114981043377996780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!222 &222014964975727276
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!222 &222078929164062330
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
---- !u!222 &222087189479083732
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
---- !u!222 &222092365459879612
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
---- !u!222 &222099549355236510
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
---- !u!222 &222145621559554436
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
---- !u!222 &222151966558248882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
---- !u!222 &222154888757756804
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
---- !u!222 &222162293231977346
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
---- !u!222 &222175145861225238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
---- !u!222 &222188750832414712
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
---- !u!222 &222225318707008236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
---- !u!222 &222230302485926814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
---- !u!222 &222236824534706502
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
---- !u!222 &222298365444342882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
---- !u!222 &222311515873283646
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
---- !u!222 &222317654664845438
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
---- !u!222 &222345853821087184
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
---- !u!222 &222359945333678822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
---- !u!222 &222360460675953424
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
---- !u!222 &222364152142045404
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
---- !u!222 &222381774080969482
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
---- !u!222 &222396800439517802
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
---- !u!222 &222400891240163936
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
---- !u!222 &222402544413992822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
---- !u!222 &222403658479092182
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
---- !u!222 &222463422905226512
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
---- !u!222 &222480013352698834
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
---- !u!222 &222516948819348198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
---- !u!222 &222522154167139324
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
---- !u!222 &222544709108097098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
---- !u!222 &222592598393023922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
---- !u!222 &222610932116420402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
---- !u!222 &222625884593130892
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
---- !u!222 &222636124274192416
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
---- !u!222 &222640783511241694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
---- !u!222 &222658477632257174
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
---- !u!222 &222672113096907652
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
---- !u!222 &222698748993652270
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
---- !u!222 &222720285128717396
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
---- !u!222 &222727439023508136
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
---- !u!222 &222728076071168554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
---- !u!222 &222733892571018658
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
---- !u!222 &222737925132155670
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
---- !u!222 &222782092735935128
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
---- !u!222 &222783325335017026
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
---- !u!222 &222847578136400606
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
---- !u!222 &222847990301181452
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
---- !u!222 &222877274536041442
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
---- !u!222 &222889342550321718
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
---- !u!222 &222902386832597922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
---- !u!222 &222950872742955318
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
---- !u!222 &222953103984985506
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
---- !u!222 &222986226732682492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
---- !u!222 &222988139834358164
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
---- !u!222 &222997546427657794
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
---- !u!224 &224026462847059712
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067787559689464
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224072632507066478
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224083719015931098
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1368987219971874}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224088643922989218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224125772585077954
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140752341371598
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224874275528835132}
- - {fileID: 224182550043971170}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 405.60004, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224593842280141920}
- - {fileID: 224587638508986294}
- - {fileID: 224906460427272078}
- - {fileID: 224067787559689464}
- - {fileID: 224408417117885246}
- - {fileID: 224726222949377710}
- - {fileID: 224202808190021490}
- - {fileID: 224935923790566182}
- - {fileID: 224817863005621660}
- - {fileID: 224125772585077954}
- - {fileID: 224739396414189438}
- - {fileID: 224637072934519642}
- - {fileID: 224547202804451040}
- - {fileID: 224708841543541906}
- - {fileID: 224916173641135118}
- - {fileID: 224921068246828936}
- - {fileID: 224914137642966804}
- - {fileID: 224507952623016078}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224160045176166254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1091367663263216}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224614637610198586}
- - {fileID: 224266566883521314}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224173696182696932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224178015294786926
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224182550043971170
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224195374638266248
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224202808190021490
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224230559277315378
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224234562752443266
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224242433638540060
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224465894002495446}
- - {fileID: 224258183212069198}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -381.6, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224249737410324214
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224252217279052890
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224374556880346820}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224258183212069198
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224266566883521314
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224956954450554882}
- - {fileID: 224072632507066478}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224274534732287924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224291427797303176
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224304392435598876
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224687284073154992}
- - {fileID: 224173696182696932}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 422.40002}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224357158427184252
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224361767485462756
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224683854177371718}
- - {fileID: 224453525292817816}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 204.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224374556880346820
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224252217279052890}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224408417117885246
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224453525292817816
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224457852757879590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224849613466458242}
- - {fileID: 224990715926752788}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 313.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224465894002495446
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224496112938999606
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224507952623016078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366747947424886}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224083719015931098}
- - {fileID: 224178015294786926}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224547202804451040
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224552316755052566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224026462847059712}
- - {fileID: 224357158427184252}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224564011862115442
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224291427797303176}
- - {fileID: 224088643922989218}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224587638508986294
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224589817973695092
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224593842280141920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224614637610198586
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664876070329100}
- - {fileID: 224589817973695092}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224620847758952290
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224195374638266248}
- - {fileID: 224979093684800932}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -184.79999, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224621353663292562
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224637072934519642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1577987237023080}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224621353663292562}
- - {fileID: 224496112938999606}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224664876070329100
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224683854177371718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224687284073154992
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224708841543541906
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1411034998427288}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224726222949377710
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224739396414189438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745833160826210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224274534732287924}
- - {fileID: 224234562752443266}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 640}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224776409801051768
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224817863005621660
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224849613466458242
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224873094662214086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224230559277315378}
- - {fileID: 224776409801051768}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 208.80005, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224874275528835132
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224906460427272078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224914137642966804
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666603460136438}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224564011862115442}
- - {fileID: 224361767485462756}
- - {fileID: 224457852757879590}
- - {fileID: 224304392435598876}
- - {fileID: 224973550148719728}
- - {fileID: 224745833160826210}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224916173641135118
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1556514269239662}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224252217279052890}
- - {fileID: 224160045176166254}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224921068246828936
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1474982046855252}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224242433638540060}
- - {fileID: 224620847758952290}
- - {fileID: 224552316755052566}
- - {fileID: 224873094662214086}
- - {fileID: 224140752341371598}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224935923790566182
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224956954450554882
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973550148719728
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224249737410324214}
- - {fileID: 224979470739909968}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 531.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224979093684800932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224979470739909968
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224990715926752788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line2_Smoothed Line Chart_平滑折线图.prefab.meta b/Assets/XChartsDemo/Prefab/Line2_Smoothed Line Chart_平滑折线图.prefab.meta
deleted file mode 100644
index b7cb1710..00000000
--- a/Assets/XChartsDemo/Prefab/Line2_Smoothed Line Chart_平滑折线图.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 4c459acff730e4f158802d2e7fe9a073
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line3_Basic Area Chart_基础面积图.prefab b/Assets/XChartsDemo/Prefab/Line3_Basic Area Chart_基础面积图.prefab
deleted file mode 100644
index 085aa344..00000000
--- a/Assets/XChartsDemo/Prefab/Line3_Basic Area Chart_基础面积图.prefab
+++ /dev/null
@@ -1,6841 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1002778217306388
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224258183212069198}
- - component: {fileID: 222640783511241694}
- - component: {fileID: 114309302740114012}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1017642418443088
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173696182696932}
- - component: {fileID: 222151966558248882}
- - component: {fileID: 114361114994925350}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1027911615219690
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224683854177371718}
- - component: {fileID: 222099549355236510}
- - component: {fileID: 114127584028882818}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1053098954773202
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224552316755052566}
- - component: {fileID: 222175145861225238}
- - component: {fileID: 114628245657106172}
- m_Layer: 5
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114452946517541570}
- m_Layer: 5
- m_Name: "Line3_Basic Area Chart_\u57FA\u7840\u9762\u79EF\u56FE"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1089955154405330
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224990715926752788}
- - component: {fileID: 222087189479083732}
- - component: {fileID: 114981043377996780}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1091367663263216
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224160045176166254}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1100730568756646
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224178015294786926}
- - component: {fileID: 222733892571018658}
- - component: {fileID: 114442063681203728}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1129423023950962
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224357158427184252}
- - component: {fileID: 222728076071168554}
- - component: {fileID: 114188154748186312}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1154524627484318
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224230559277315378}
- - component: {fileID: 222400891240163936}
- - component: {fileID: 114889565492602680}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1164594019577408
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224291427797303176}
- - component: {fileID: 222636124274192416}
- - component: {fileID: 114882244932809286}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1168179929807826
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224304392435598876}
- - component: {fileID: 222592598393023922}
- - component: {fileID: 114042131961543780}
- m_Layer: 5
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1171011732189730
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224234562752443266}
- - component: {fileID: 222847578136400606}
- - component: {fileID: 114944401824803038}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1185255411413516
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973550148719728}
- - component: {fileID: 222014964975727276}
- - component: {fileID: 114190391805066108}
- m_Layer: 5
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1197282442560186
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224072632507066478}
- - component: {fileID: 222986226732682492}
- - component: {fileID: 114515314247698582}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1201069439717858
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224088643922989218}
- - component: {fileID: 222311515873283646}
- - component: {fileID: 114753637287224048}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1211607822199198
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224621353663292562}
- - component: {fileID: 222727439023508136}
- - component: {fileID: 114350571089922882}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1224139237940524
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224182550043971170}
- - component: {fileID: 222610932116420402}
- - component: {fileID: 114254195554902808}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1236629228521010
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224587638508986294}
- - component: {fileID: 222162293231977346}
- - component: {fileID: 114147314513190030}
- m_Layer: 5
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1246679396377980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979093684800932}
- - component: {fileID: 222953103984985506}
- - component: {fileID: 114825338845355746}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1301592297122642
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140752341371598}
- - component: {fileID: 222950872742955318}
- - component: {fileID: 114166563003112708}
- m_Layer: 5
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1307471358898980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224496112938999606}
- - component: {fileID: 222225318707008236}
- - component: {fileID: 114356010291426696}
- m_Layer: 5
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1329460026292572
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224935923790566182}
- - component: {fileID: 222544709108097098}
- - component: {fileID: 114724154347660832}
- m_Layer: 5
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1366747947424886
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224507952623016078}
- m_Layer: 5
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1368987219971874
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224083719015931098}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1376061983593502
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252217279052890}
- - component: {fileID: 222463422905226512}
- - component: {fileID: 114532502964638564}
- m_Layer: 5
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1394863569341678
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224620847758952290}
- - component: {fileID: 222698748993652270}
- - component: {fileID: 114863791090648168}
- m_Layer: 5
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1399855783598064
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224687284073154992}
- - component: {fileID: 222298365444342882}
- - component: {fileID: 114765844308700230}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1408993591107228
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224453525292817816}
- - component: {fileID: 222658477632257174}
- - component: {fileID: 114027367806950040}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1411034998427288
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224708841543541906}
- m_Layer: 5
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1416769306435626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224849613466458242}
- - component: {fileID: 222889342550321718}
- - component: {fileID: 114441967400359432}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1424801832239460
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224906460427272078}
- - component: {fileID: 222396800439517802}
- - component: {fileID: 114577542685262578}
- m_Layer: 5
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1434207976680334
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224739396414189438}
- - component: {fileID: 222877274536041442}
- - component: {fileID: 114060474746529010}
- m_Layer: 5
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1443918095338938
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224726222949377710}
- - component: {fileID: 222782092735935128}
- - component: {fileID: 114617750107437112}
- m_Layer: 5
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1453692426346540
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224547202804451040}
- - component: {fileID: 222720285128717396}
- - component: {fileID: 114388003717783178}
- m_Layer: 5
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1466929011588376
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224274534732287924}
- - component: {fileID: 222522154167139324}
- - component: {fileID: 114596461953651016}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1474982046855252
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224921068246828936}
- m_Layer: 5
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1494899783781768
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224125772585077954}
- - component: {fileID: 222359945333678822}
- - component: {fileID: 114542113016496884}
- m_Layer: 5
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1552254205546688
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224465894002495446}
- - component: {fileID: 222997546427657794}
- - component: {fileID: 114122816174496138}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1556514269239662
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224916173641135118}
- m_Layer: 5
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1559307935334866
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224202808190021490}
- - component: {fileID: 222092365459879612}
- - component: {fileID: 114500330622547452}
- m_Layer: 5
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1570578761152512
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224361767485462756}
- - component: {fileID: 222480013352698834}
- - component: {fileID: 114538083409762124}
- m_Layer: 5
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1576422519215466
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224195374638266248}
- - component: {fileID: 222625884593130892}
- - component: {fileID: 114181099966682092}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1577987237023080
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224637072934519642}
- m_Layer: 5
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1583990305901370
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664876070329100}
- - component: {fileID: 222988139834358164}
- - component: {fileID: 114831085219387490}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1600825565323764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026462847059712}
- - component: {fileID: 222672113096907652}
- - component: {fileID: 114144422724829538}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1606317862820626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224593842280141920}
- - component: {fileID: 222402544413992822}
- - component: {fileID: 114040618731032206}
- m_Layer: 5
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1613363950922284
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067787559689464}
- - component: {fileID: 222902386832597922}
- - component: {fileID: 114928446470177062}
- m_Layer: 5
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1655966243143574
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224249737410324214}
- - component: {fileID: 222188750832414712}
- - component: {fileID: 114159589807595064}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1666603460136438
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224914137642966804}
- m_Layer: 5
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1709976450808898
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224874275528835132}
- - component: {fileID: 222078929164062330}
- - component: {fileID: 114787509741884570}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1733772937256832
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224564011862115442}
- - component: {fileID: 222516948819348198}
- - component: {fileID: 114178464993601810}
- m_Layer: 5
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1752202154569698
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224408417117885246}
- - component: {fileID: 222403658479092182}
- - component: {fileID: 114172216685379844}
- m_Layer: 5
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1754208976018310
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224374556880346820}
- - component: {fileID: 222364152142045404}
- - component: {fileID: 114030482127831824}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1766789731988082
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224614637610198586}
- - component: {fileID: 222783325335017026}
- - component: {fileID: 114492205192198988}
- m_Layer: 5
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1805671020075686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817863005621660}
- - component: {fileID: 222345853821087184}
- - component: {fileID: 114213361162744042}
- m_Layer: 5
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1812337738740484
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224242433638540060}
- - component: {fileID: 222381774080969482}
- - component: {fileID: 114500353423402644}
- m_Layer: 5
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813178974584728
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979470739909968}
- - component: {fileID: 222317654664845438}
- - component: {fileID: 114946180245549846}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1855199224640548
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224873094662214086}
- - component: {fileID: 222847990301181452}
- - component: {fileID: 114548834368023324}
- m_Layer: 5
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1878583005977136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224266566883521314}
- - component: {fileID: 222230302485926814}
- - component: {fileID: 114034582093406246}
- m_Layer: 5
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1904219529192394
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776409801051768}
- - component: {fileID: 222737925132155670}
- - component: {fileID: 114805603487244410}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1932352809336804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224956954450554882}
- - component: {fileID: 222236824534706502}
- - component: {fileID: 114306954849133848}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1964404076203136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224457852757879590}
- - component: {fileID: 222154888757756804}
- - component: {fileID: 114415422364495954}
- m_Layer: 5
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1983683141477684
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745833160826210}
- - component: {fileID: 222145621559554436}
- - component: {fileID: 114797770361730316}
- m_Layer: 5
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1991563171543704
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224589817973695092}
- - component: {fileID: 222360460675953424}
- - component: {fileID: 114519866605911720}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114027367806950040
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114030482127831824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114034582093406246
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114040618731032206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114042131961543780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114060474746529010
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114122816174496138
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x1
---- !u!114 &114127584028882818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 18
---- !u!114 &114144422724829538
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x3
---- !u!114 &114147314513190030
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114159589807595064
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 72
---- !u!114 &114166563003112708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114172216685379844
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114178464993601810
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114181099966682092
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x2
---- !u!114 &114188154748186312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114190391805066108
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114213361162744042
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114254195554902808
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114306954849133848
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114309302740114012
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114350571089922882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: LineChart
---- !u!114 &114356010291426696
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114361114994925350
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388003717783178
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114415422364495954
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114441967400359432
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 36
---- !u!114 &114442063681203728
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114452946517541570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.2
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 0
- m_IconType: 0
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.12
- m_Bottom: 0
- m_ItemWidth: 25
- m_ItemHeight: 12
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: LineChart
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 0
- m_Trigger: 0
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - Mon
- - Tue
- - Wed
- - Thu
- - Fri
- - Sat
- - Sun
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie0
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 820
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 932
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 901
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 934
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 1290
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 1330
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 1320
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114492205192198988
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114500330622547452
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114500353423402644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114515314247698582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114519866605911720
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114532502964638564
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114538083409762124
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114542113016496884
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114548834368023324
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114577542685262578
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114596461953651016
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 90
---- !u!114 &114617750107437112
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114628245657106172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114724154347660832
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114753637287224048
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114765844308700230
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 54
---- !u!114 &114787509741884570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x5
---- !u!114 &114797770361730316
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114805603487244410
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114825338845355746
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114831085219387490
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114863791090648168
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114882244932809286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114889565492602680
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x4
---- !u!114 &114928446470177062
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114944401824803038
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114946180245549846
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114981043377996780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!222 &222014964975727276
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!222 &222078929164062330
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
---- !u!222 &222087189479083732
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
---- !u!222 &222092365459879612
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
---- !u!222 &222099549355236510
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
---- !u!222 &222145621559554436
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
---- !u!222 &222151966558248882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
---- !u!222 &222154888757756804
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
---- !u!222 &222162293231977346
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
---- !u!222 &222175145861225238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
---- !u!222 &222188750832414712
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
---- !u!222 &222225318707008236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
---- !u!222 &222230302485926814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
---- !u!222 &222236824534706502
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
---- !u!222 &222298365444342882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
---- !u!222 &222311515873283646
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
---- !u!222 &222317654664845438
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
---- !u!222 &222345853821087184
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
---- !u!222 &222359945333678822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
---- !u!222 &222360460675953424
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
---- !u!222 &222364152142045404
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
---- !u!222 &222381774080969482
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
---- !u!222 &222396800439517802
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
---- !u!222 &222400891240163936
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
---- !u!222 &222402544413992822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
---- !u!222 &222403658479092182
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
---- !u!222 &222463422905226512
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
---- !u!222 &222480013352698834
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
---- !u!222 &222516948819348198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
---- !u!222 &222522154167139324
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
---- !u!222 &222544709108097098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
---- !u!222 &222592598393023922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
---- !u!222 &222610932116420402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
---- !u!222 &222625884593130892
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
---- !u!222 &222636124274192416
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
---- !u!222 &222640783511241694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
---- !u!222 &222658477632257174
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
---- !u!222 &222672113096907652
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
---- !u!222 &222698748993652270
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
---- !u!222 &222720285128717396
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
---- !u!222 &222727439023508136
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
---- !u!222 &222728076071168554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
---- !u!222 &222733892571018658
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
---- !u!222 &222737925132155670
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
---- !u!222 &222782092735935128
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
---- !u!222 &222783325335017026
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
---- !u!222 &222847578136400606
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
---- !u!222 &222847990301181452
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
---- !u!222 &222877274536041442
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
---- !u!222 &222889342550321718
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
---- !u!222 &222902386832597922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
---- !u!222 &222950872742955318
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
---- !u!222 &222953103984985506
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
---- !u!222 &222986226732682492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
---- !u!222 &222988139834358164
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
---- !u!222 &222997546427657794
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
---- !u!224 &224026462847059712
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067787559689464
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224072632507066478
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224083719015931098
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1368987219971874}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224088643922989218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224125772585077954
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140752341371598
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224874275528835132}
- - {fileID: 224182550043971170}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 405.60004, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224593842280141920}
- - {fileID: 224587638508986294}
- - {fileID: 224906460427272078}
- - {fileID: 224067787559689464}
- - {fileID: 224408417117885246}
- - {fileID: 224726222949377710}
- - {fileID: 224202808190021490}
- - {fileID: 224935923790566182}
- - {fileID: 224817863005621660}
- - {fileID: 224125772585077954}
- - {fileID: 224739396414189438}
- - {fileID: 224637072934519642}
- - {fileID: 224547202804451040}
- - {fileID: 224708841543541906}
- - {fileID: 224916173641135118}
- - {fileID: 224921068246828936}
- - {fileID: 224914137642966804}
- - {fileID: 224507952623016078}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224160045176166254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1091367663263216}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224614637610198586}
- - {fileID: 224266566883521314}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224173696182696932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224178015294786926
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224182550043971170
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224195374638266248
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224202808190021490
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224230559277315378
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224234562752443266
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224242433638540060
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224465894002495446}
- - {fileID: 224258183212069198}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -381.6, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224249737410324214
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224252217279052890
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224374556880346820}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224258183212069198
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224266566883521314
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224956954450554882}
- - {fileID: 224072632507066478}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224274534732287924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224291427797303176
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224304392435598876
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224687284073154992}
- - {fileID: 224173696182696932}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 422.40002}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224357158427184252
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224361767485462756
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224683854177371718}
- - {fileID: 224453525292817816}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 204.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224374556880346820
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224252217279052890}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224408417117885246
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224453525292817816
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224457852757879590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224849613466458242}
- - {fileID: 224990715926752788}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 313.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224465894002495446
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224496112938999606
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224507952623016078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366747947424886}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224083719015931098}
- - {fileID: 224178015294786926}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224547202804451040
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224552316755052566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224026462847059712}
- - {fileID: 224357158427184252}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224564011862115442
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224291427797303176}
- - {fileID: 224088643922989218}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224587638508986294
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224589817973695092
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224593842280141920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224614637610198586
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664876070329100}
- - {fileID: 224589817973695092}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224620847758952290
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224195374638266248}
- - {fileID: 224979093684800932}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -184.79999, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224621353663292562
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224637072934519642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1577987237023080}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224621353663292562}
- - {fileID: 224496112938999606}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224664876070329100
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224683854177371718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224687284073154992
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224708841543541906
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1411034998427288}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224726222949377710
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224739396414189438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745833160826210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224274534732287924}
- - {fileID: 224234562752443266}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 640}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224776409801051768
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224817863005621660
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224849613466458242
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224873094662214086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224230559277315378}
- - {fileID: 224776409801051768}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 208.80005, y: -321}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224874275528835132
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 196.8, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224906460427272078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224914137642966804
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666603460136438}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224564011862115442}
- - {fileID: 224361767485462756}
- - {fileID: 224457852757879590}
- - {fileID: 224304392435598876}
- - {fileID: 224973550148719728}
- - {fileID: 224745833160826210}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224916173641135118
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1556514269239662}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224252217279052890}
- - {fileID: 224160045176166254}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224921068246828936
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1474982046855252}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224242433638540060}
- - {fileID: 224620847758952290}
- - {fileID: 224552316755052566}
- - {fileID: 224873094662214086}
- - {fileID: 224140752341371598}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224935923790566182
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224956954450554882
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973550148719728
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224249737410324214}
- - {fileID: 224979470739909968}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 531.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224979093684800932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224979470739909968
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224990715926752788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line3_Basic Area Chart_基础面积图.prefab.meta b/Assets/XChartsDemo/Prefab/Line3_Basic Area Chart_基础面积图.prefab.meta
deleted file mode 100644
index 5d00d9bb..00000000
--- a/Assets/XChartsDemo/Prefab/Line3_Basic Area Chart_基础面积图.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: bd78b68519967493a8377d290aee8a0a
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line4_Stacked Line Chart_折线图堆叠.prefab b/Assets/XChartsDemo/Prefab/Line4_Stacked Line Chart_折线图堆叠.prefab
deleted file mode 100644
index 2ea3ea08..00000000
--- a/Assets/XChartsDemo/Prefab/Line4_Stacked Line Chart_折线图堆叠.prefab
+++ /dev/null
@@ -1,14277 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1002778217306388
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224258183212069198}
- - component: {fileID: 222640783511241694}
- - component: {fileID: 114309302740114012}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1017642418443088
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173696182696932}
- - component: {fileID: 222151966558248882}
- - component: {fileID: 114361114994925350}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1027911615219690
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224683854177371718}
- - component: {fileID: 222099549355236510}
- - component: {fileID: 114127584028882818}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1053098954773202
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224552316755052566}
- - component: {fileID: 222175145861225238}
- - component: {fileID: 114628245657106172}
- m_Layer: 5
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114452946517541570}
- m_Layer: 5
- m_Name: "Line4_Stacked Line Chart_\u6298\u7EBF\u56FE\u5806\u53E0"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1089955154405330
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224990715926752788}
- - component: {fileID: 222087189479083732}
- - component: {fileID: 114981043377996780}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1091367663263216
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224160045176166254}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1100730568756646
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224178015294786926}
- - component: {fileID: 222733892571018658}
- - component: {fileID: 114442063681203728}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1129423023950962
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224357158427184252}
- - component: {fileID: 222728076071168554}
- - component: {fileID: 114188154748186312}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1154524627484318
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224230559277315378}
- - component: {fileID: 222400891240163936}
- - component: {fileID: 114889565492602680}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1164594019577408
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224291427797303176}
- - component: {fileID: 222636124274192416}
- - component: {fileID: 114882244932809286}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1168179929807826
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224304392435598876}
- - component: {fileID: 222592598393023922}
- - component: {fileID: 114042131961543780}
- m_Layer: 5
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1171011732189730
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224234562752443266}
- - component: {fileID: 222847578136400606}
- - component: {fileID: 114944401824803038}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1185255411413516
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973550148719728}
- - component: {fileID: 222014964975727276}
- - component: {fileID: 114190391805066108}
- m_Layer: 5
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1197282442560186
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224072632507066478}
- - component: {fileID: 222986226732682492}
- - component: {fileID: 114515314247698582}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1201069439717858
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224088643922989218}
- - component: {fileID: 222311515873283646}
- - component: {fileID: 114753637287224048}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1211607822199198
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224621353663292562}
- - component: {fileID: 222727439023508136}
- - component: {fileID: 114350571089922882}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1224139237940524
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224182550043971170}
- - component: {fileID: 222610932116420402}
- - component: {fileID: 114254195554902808}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1236629228521010
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224587638508986294}
- - component: {fileID: 222162293231977346}
- - component: {fileID: 114147314513190030}
- m_Layer: 5
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1246679396377980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979093684800932}
- - component: {fileID: 222953103984985506}
- - component: {fileID: 114825338845355746}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1301592297122642
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140752341371598}
- - component: {fileID: 222950872742955318}
- - component: {fileID: 114166563003112708}
- m_Layer: 5
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1307471358898980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224496112938999606}
- - component: {fileID: 222225318707008236}
- - component: {fileID: 114356010291426696}
- m_Layer: 5
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1329460026292572
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224935923790566182}
- - component: {fileID: 222544709108097098}
- - component: {fileID: 114724154347660832}
- m_Layer: 5
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1366747947424886
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224507952623016078}
- m_Layer: 5
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1368987219971874
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224083719015931098}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1376061983593502
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252217279052890}
- - component: {fileID: 222463422905226512}
- - component: {fileID: 114532502964638564}
- m_Layer: 5
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1394863569341678
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224620847758952290}
- - component: {fileID: 222698748993652270}
- - component: {fileID: 114863791090648168}
- m_Layer: 5
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1399855783598064
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224687284073154992}
- - component: {fileID: 222298365444342882}
- - component: {fileID: 114765844308700230}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1408993591107228
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224453525292817816}
- - component: {fileID: 222658477632257174}
- - component: {fileID: 114027367806950040}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1411034998427288
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224708841543541906}
- m_Layer: 5
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1416769306435626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224849613466458242}
- - component: {fileID: 222889342550321718}
- - component: {fileID: 114441967400359432}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1424801832239460
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224906460427272078}
- - component: {fileID: 222396800439517802}
- - component: {fileID: 114577542685262578}
- m_Layer: 5
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1434207976680334
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224739396414189438}
- - component: {fileID: 222877274536041442}
- - component: {fileID: 114060474746529010}
- m_Layer: 5
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1443918095338938
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224726222949377710}
- - component: {fileID: 222782092735935128}
- - component: {fileID: 114617750107437112}
- m_Layer: 5
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1453692426346540
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224547202804451040}
- - component: {fileID: 222720285128717396}
- - component: {fileID: 114388003717783178}
- m_Layer: 5
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1466929011588376
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224274534732287924}
- - component: {fileID: 222522154167139324}
- - component: {fileID: 114596461953651016}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1474982046855252
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224921068246828936}
- m_Layer: 5
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1494899783781768
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224125772585077954}
- - component: {fileID: 222359945333678822}
- - component: {fileID: 114542113016496884}
- m_Layer: 5
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1552254205546688
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224465894002495446}
- - component: {fileID: 222997546427657794}
- - component: {fileID: 114122816174496138}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1556514269239662
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224916173641135118}
- m_Layer: 5
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1559307935334866
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224202808190021490}
- - component: {fileID: 222092365459879612}
- - component: {fileID: 114500330622547452}
- m_Layer: 5
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1570578761152512
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224361767485462756}
- - component: {fileID: 222480013352698834}
- - component: {fileID: 114538083409762124}
- m_Layer: 5
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1576422519215466
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224195374638266248}
- - component: {fileID: 222625884593130892}
- - component: {fileID: 114181099966682092}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1577987237023080
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224637072934519642}
- m_Layer: 5
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1583990305901370
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664876070329100}
- - component: {fileID: 222988139834358164}
- - component: {fileID: 114831085219387490}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1600825565323764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026462847059712}
- - component: {fileID: 222672113096907652}
- - component: {fileID: 114144422724829538}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1606317862820626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224593842280141920}
- - component: {fileID: 222402544413992822}
- - component: {fileID: 114040618731032206}
- m_Layer: 5
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1613363950922284
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067787559689464}
- - component: {fileID: 222902386832597922}
- - component: {fileID: 114928446470177062}
- m_Layer: 5
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1655966243143574
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224249737410324214}
- - component: {fileID: 222188750832414712}
- - component: {fileID: 114159589807595064}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1666603460136438
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224914137642966804}
- m_Layer: 5
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1709976450808898
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224874275528835132}
- - component: {fileID: 222078929164062330}
- - component: {fileID: 114787509741884570}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1733772937256832
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224564011862115442}
- - component: {fileID: 222516948819348198}
- - component: {fileID: 114178464993601810}
- m_Layer: 5
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1752202154569698
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224408417117885246}
- - component: {fileID: 222403658479092182}
- - component: {fileID: 114172216685379844}
- m_Layer: 5
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1754208976018310
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224374556880346820}
- - component: {fileID: 222364152142045404}
- - component: {fileID: 114030482127831824}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1766789731988082
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224614637610198586}
- - component: {fileID: 222783325335017026}
- - component: {fileID: 114492205192198988}
- m_Layer: 5
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1805671020075686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817863005621660}
- - component: {fileID: 222345853821087184}
- - component: {fileID: 114213361162744042}
- m_Layer: 5
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1812337738740484
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224242433638540060}
- - component: {fileID: 222381774080969482}
- - component: {fileID: 114500353423402644}
- m_Layer: 5
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813178974584728
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979470739909968}
- - component: {fileID: 222317654664845438}
- - component: {fileID: 114946180245549846}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1855199224640548
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224873094662214086}
- - component: {fileID: 222847990301181452}
- - component: {fileID: 114548834368023324}
- m_Layer: 5
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1878583005977136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224266566883521314}
- - component: {fileID: 222230302485926814}
- - component: {fileID: 114034582093406246}
- m_Layer: 5
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1904219529192394
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776409801051768}
- - component: {fileID: 222737925132155670}
- - component: {fileID: 114805603487244410}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1932352809336804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224956954450554882}
- - component: {fileID: 222236824534706502}
- - component: {fileID: 114306954849133848}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1964404076203136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224457852757879590}
- - component: {fileID: 222154888757756804}
- - component: {fileID: 114415422364495954}
- m_Layer: 5
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1983683141477684
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745833160826210}
- - component: {fileID: 222145621559554436}
- - component: {fileID: 114797770361730316}
- m_Layer: 5
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1991563171543704
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224589817973695092}
- - component: {fileID: 222360460675953424}
- - component: {fileID: 114519866605911720}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114027367806950040
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114030482127831824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114034582093406246
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114040618731032206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114042131961543780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114060474746529010
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114122816174496138
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Mon
---- !u!114 &114127584028882818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 600
---- !u!114 &114144422724829538
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Wed
---- !u!114 &114147314513190030
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114159589807595064
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2400
---- !u!114 &114166563003112708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114172216685379844
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114178464993601810
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114181099966682092
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Tue
---- !u!114 &114188154748186312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114190391805066108
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114213361162744042
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114254195554902808
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114306954849133848
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114309302740114012
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114350571089922882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Stacked Line
---- !u!114 &114356010291426696
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114361114994925350
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388003717783178
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114415422364495954
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114441967400359432
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 1200
---- !u!114 &114442063681203728
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114452946517541570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.22
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 0
- m_IconType: 0
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.125
- m_Bottom: 0
- m_ItemWidth: 25
- m_ItemHeight: 12
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: Stacked Line
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 0
- m_Trigger: 0
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - Mon
- - Tue
- - Wed
- - Thu
- - Fri
- - Sat
- - Sun
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie0
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 120
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 132
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 101
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 134
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 90
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 230
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 210
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie1
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 220
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 182
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 191
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 234
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 290
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 330
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 310
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie2
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 150
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 232
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 201
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 154
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 190
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 330
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 410
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie3
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 320
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 332
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 301
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 334
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 390
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 330
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 320
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie4
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 820
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 932
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 901
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 934
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 1290
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 1330
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 1320
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114492205192198988
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114500330622547452
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114500353423402644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114515314247698582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114519866605911720
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114532502964638564
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114538083409762124
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114542113016496884
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114548834368023324
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114577542685262578
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114596461953651016
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 3000
---- !u!114 &114617750107437112
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114628245657106172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114724154347660832
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114753637287224048
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114765844308700230
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 1800
---- !u!114 &114787509741884570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Fri
---- !u!114 &114797770361730316
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114805603487244410
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114825338845355746
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114831085219387490
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114863791090648168
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114882244932809286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114889565492602680
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Thu
---- !u!114 &114928446470177062
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114944401824803038
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114946180245549846
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114981043377996780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!222 &222014964975727276
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!222 &222078929164062330
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
---- !u!222 &222087189479083732
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
---- !u!222 &222092365459879612
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
---- !u!222 &222099549355236510
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
---- !u!222 &222145621559554436
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
---- !u!222 &222151966558248882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
---- !u!222 &222154888757756804
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
---- !u!222 &222162293231977346
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
---- !u!222 &222175145861225238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
---- !u!222 &222188750832414712
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
---- !u!222 &222225318707008236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
---- !u!222 &222230302485926814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
---- !u!222 &222236824534706502
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
---- !u!222 &222298365444342882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
---- !u!222 &222311515873283646
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
---- !u!222 &222317654664845438
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
---- !u!222 &222345853821087184
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
---- !u!222 &222359945333678822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
---- !u!222 &222360460675953424
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
---- !u!222 &222364152142045404
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
---- !u!222 &222381774080969482
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
---- !u!222 &222396800439517802
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
---- !u!222 &222400891240163936
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
---- !u!222 &222402544413992822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
---- !u!222 &222403658479092182
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
---- !u!222 &222463422905226512
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
---- !u!222 &222480013352698834
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
---- !u!222 &222516948819348198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
---- !u!222 &222522154167139324
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
---- !u!222 &222544709108097098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
---- !u!222 &222592598393023922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
---- !u!222 &222610932116420402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
---- !u!222 &222625884593130892
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
---- !u!222 &222636124274192416
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
---- !u!222 &222640783511241694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
---- !u!222 &222658477632257174
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
---- !u!222 &222672113096907652
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
---- !u!222 &222698748993652270
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
---- !u!222 &222720285128717396
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
---- !u!222 &222727439023508136
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
---- !u!222 &222728076071168554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
---- !u!222 &222733892571018658
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
---- !u!222 &222737925132155670
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
---- !u!222 &222782092735935128
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
---- !u!222 &222783325335017026
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
---- !u!222 &222847578136400606
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
---- !u!222 &222847990301181452
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
---- !u!222 &222877274536041442
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
---- !u!222 &222889342550321718
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
---- !u!222 &222902386832597922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
---- !u!222 &222950872742955318
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
---- !u!222 &222953103984985506
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
---- !u!222 &222986226732682492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
---- !u!222 &222988139834358164
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
---- !u!222 &222997546427657794
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
---- !u!224 &224026462847059712
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067787559689464
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224072632507066478
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224083719015931098
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1368987219971874}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224088643922989218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224125772585077954
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140752341371598
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224874275528835132}
- - {fileID: 224182550043971170}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 152.57141, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224593842280141920}
- - {fileID: 224587638508986294}
- - {fileID: 224906460427272078}
- - {fileID: 224067787559689464}
- - {fileID: 224408417117885246}
- - {fileID: 224726222949377710}
- - {fileID: 224202808190021490}
- - {fileID: 224935923790566182}
- - {fileID: 224817863005621660}
- - {fileID: 224125772585077954}
- - {fileID: 224739396414189438}
- - {fileID: 224637072934519642}
- - {fileID: 224547202804451040}
- - {fileID: 224708841543541906}
- - {fileID: 224916173641135118}
- - {fileID: 224921068246828936}
- - {fileID: 224914137642966804}
- - {fileID: 224507952623016078}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224160045176166254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1091367663263216}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224614637610198586}
- - {fileID: 224266566883521314}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224173696182696932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224178015294786926
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224182550043971170
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224195374638266248
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224202808190021490
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224230559277315378
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224234562752443266
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224242433638540060
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224465894002495446}
- - {fileID: 224258183212069198}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -409.7143, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224249737410324214
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224252217279052890
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224374556880346820}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224258183212069198
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224266566883521314
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224956954450554882}
- - {fileID: 224072632507066478}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224274534732287924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224291427797303176
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224304392435598876
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224687284073154992}
- - {fileID: 224173696182696932}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 412.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224357158427184252
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224361767485462756
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224683854177371718}
- - {fileID: 224453525292817816}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 201.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224374556880346820
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224252217279052890}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224408417117885246
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224453525292817816
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224457852757879590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224849613466458242}
- - {fileID: 224990715926752788}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 307.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224465894002495446
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224496112938999606
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224507952623016078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366747947424886}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224083719015931098}
- - {fileID: 224178015294786926}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224547202804451040
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224552316755052566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224026462847059712}
- - {fileID: 224357158427184252}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -128.57144, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224564011862115442
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224291427797303176}
- - {fileID: 224088643922989218}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224587638508986294
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224589817973695092
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224593842280141920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224614637610198586
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664876070329100}
- - {fileID: 224589817973695092}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224620847758952290
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224195374638266248}
- - {fileID: 224979093684800932}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -269.14285, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224621353663292562
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224637072934519642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1577987237023080}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224621353663292562}
- - {fileID: 224496112938999606}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224664876070329100
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224683854177371718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224687284073154992
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224708841543541906
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1411034998427288}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224726222949377710
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224739396414189438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745833160826210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224274534732287924}
- - {fileID: 224234562752443266}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 624}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224776409801051768
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224817863005621660
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224849613466458242
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224873094662214086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224230559277315378}
- - {fileID: 224776409801051768}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224874275528835132
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224906460427272078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224914137642966804
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666603460136438}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224564011862115442}
- - {fileID: 224361767485462756}
- - {fileID: 224457852757879590}
- - {fileID: 224304392435598876}
- - {fileID: 224973550148719728}
- - {fileID: 224745833160826210}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224916173641135118
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1556514269239662}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224252217279052890}
- - {fileID: 224160045176166254}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224921068246828936
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1474982046855252}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224242433638540060}
- - {fileID: 224620847758952290}
- - {fileID: 224552316755052566}
- - {fileID: 224873094662214086}
- - {fileID: 224140752341371598}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224935923790566182
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224956954450554882
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973550148719728
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224249737410324214}
- - {fileID: 224979470739909968}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 518.4}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224979093684800932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224979470739909968
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224990715926752788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line4_Stacked Line Chart_折线图堆叠.prefab.meta b/Assets/XChartsDemo/Prefab/Line4_Stacked Line Chart_折线图堆叠.prefab.meta
deleted file mode 100644
index cf80fd45..00000000
--- a/Assets/XChartsDemo/Prefab/Line4_Stacked Line Chart_折线图堆叠.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: d7e7b1e6bfec64a04b67099998e63380
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line5_Stacked Area Chart_堆叠面积图.prefab b/Assets/XChartsDemo/Prefab/Line5_Stacked Area Chart_堆叠面积图.prefab
deleted file mode 100644
index dda3cf6e..00000000
--- a/Assets/XChartsDemo/Prefab/Line5_Stacked Area Chart_堆叠面积图.prefab
+++ /dev/null
@@ -1,14277 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1002778217306388
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224258183212069198}
- - component: {fileID: 222640783511241694}
- - component: {fileID: 114309302740114012}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1017642418443088
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173696182696932}
- - component: {fileID: 222151966558248882}
- - component: {fileID: 114361114994925350}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1027911615219690
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224683854177371718}
- - component: {fileID: 222099549355236510}
- - component: {fileID: 114127584028882818}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1053098954773202
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224552316755052566}
- - component: {fileID: 222175145861225238}
- - component: {fileID: 114628245657106172}
- m_Layer: 5
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114452946517541570}
- m_Layer: 5
- m_Name: "Line5_Stacked Area Chart_\u5806\u53E0\u9762\u79EF\u56FE"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1089955154405330
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224990715926752788}
- - component: {fileID: 222087189479083732}
- - component: {fileID: 114981043377996780}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1091367663263216
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224160045176166254}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1100730568756646
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224178015294786926}
- - component: {fileID: 222733892571018658}
- - component: {fileID: 114442063681203728}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1129423023950962
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224357158427184252}
- - component: {fileID: 222728076071168554}
- - component: {fileID: 114188154748186312}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1154524627484318
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224230559277315378}
- - component: {fileID: 222400891240163936}
- - component: {fileID: 114889565492602680}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1164594019577408
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224291427797303176}
- - component: {fileID: 222636124274192416}
- - component: {fileID: 114882244932809286}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1168179929807826
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224304392435598876}
- - component: {fileID: 222592598393023922}
- - component: {fileID: 114042131961543780}
- m_Layer: 5
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1171011732189730
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224234562752443266}
- - component: {fileID: 222847578136400606}
- - component: {fileID: 114944401824803038}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1185255411413516
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973550148719728}
- - component: {fileID: 222014964975727276}
- - component: {fileID: 114190391805066108}
- m_Layer: 5
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1197282442560186
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224072632507066478}
- - component: {fileID: 222986226732682492}
- - component: {fileID: 114515314247698582}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1201069439717858
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224088643922989218}
- - component: {fileID: 222311515873283646}
- - component: {fileID: 114753637287224048}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1211607822199198
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224621353663292562}
- - component: {fileID: 222727439023508136}
- - component: {fileID: 114350571089922882}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1224139237940524
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224182550043971170}
- - component: {fileID: 222610932116420402}
- - component: {fileID: 114254195554902808}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1236629228521010
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224587638508986294}
- - component: {fileID: 222162293231977346}
- - component: {fileID: 114147314513190030}
- m_Layer: 5
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1246679396377980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979093684800932}
- - component: {fileID: 222953103984985506}
- - component: {fileID: 114825338845355746}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1301592297122642
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140752341371598}
- - component: {fileID: 222950872742955318}
- - component: {fileID: 114166563003112708}
- m_Layer: 5
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1307471358898980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224496112938999606}
- - component: {fileID: 222225318707008236}
- - component: {fileID: 114356010291426696}
- m_Layer: 5
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1329460026292572
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224935923790566182}
- - component: {fileID: 222544709108097098}
- - component: {fileID: 114724154347660832}
- m_Layer: 5
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1366747947424886
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224507952623016078}
- m_Layer: 5
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1368987219971874
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224083719015931098}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1376061983593502
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252217279052890}
- - component: {fileID: 222463422905226512}
- - component: {fileID: 114532502964638564}
- m_Layer: 5
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1394863569341678
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224620847758952290}
- - component: {fileID: 222698748993652270}
- - component: {fileID: 114863791090648168}
- m_Layer: 5
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1399855783598064
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224687284073154992}
- - component: {fileID: 222298365444342882}
- - component: {fileID: 114765844308700230}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1408993591107228
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224453525292817816}
- - component: {fileID: 222658477632257174}
- - component: {fileID: 114027367806950040}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1411034998427288
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224708841543541906}
- m_Layer: 5
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1416769306435626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224849613466458242}
- - component: {fileID: 222889342550321718}
- - component: {fileID: 114441967400359432}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1424801832239460
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224906460427272078}
- - component: {fileID: 222396800439517802}
- - component: {fileID: 114577542685262578}
- m_Layer: 5
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1434207976680334
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224739396414189438}
- - component: {fileID: 222877274536041442}
- - component: {fileID: 114060474746529010}
- m_Layer: 5
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1443918095338938
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224726222949377710}
- - component: {fileID: 222782092735935128}
- - component: {fileID: 114617750107437112}
- m_Layer: 5
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1453692426346540
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224547202804451040}
- - component: {fileID: 222720285128717396}
- - component: {fileID: 114388003717783178}
- m_Layer: 5
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1466929011588376
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224274534732287924}
- - component: {fileID: 222522154167139324}
- - component: {fileID: 114596461953651016}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1474982046855252
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224921068246828936}
- m_Layer: 5
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1494899783781768
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224125772585077954}
- - component: {fileID: 222359945333678822}
- - component: {fileID: 114542113016496884}
- m_Layer: 5
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1552254205546688
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224465894002495446}
- - component: {fileID: 222997546427657794}
- - component: {fileID: 114122816174496138}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1556514269239662
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224916173641135118}
- m_Layer: 5
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1559307935334866
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224202808190021490}
- - component: {fileID: 222092365459879612}
- - component: {fileID: 114500330622547452}
- m_Layer: 5
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1570578761152512
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224361767485462756}
- - component: {fileID: 222480013352698834}
- - component: {fileID: 114538083409762124}
- m_Layer: 5
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1576422519215466
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224195374638266248}
- - component: {fileID: 222625884593130892}
- - component: {fileID: 114181099966682092}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1577987237023080
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224637072934519642}
- m_Layer: 5
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1583990305901370
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664876070329100}
- - component: {fileID: 222988139834358164}
- - component: {fileID: 114831085219387490}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1600825565323764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026462847059712}
- - component: {fileID: 222672113096907652}
- - component: {fileID: 114144422724829538}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1606317862820626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224593842280141920}
- - component: {fileID: 222402544413992822}
- - component: {fileID: 114040618731032206}
- m_Layer: 5
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1613363950922284
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067787559689464}
- - component: {fileID: 222902386832597922}
- - component: {fileID: 114928446470177062}
- m_Layer: 5
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1655966243143574
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224249737410324214}
- - component: {fileID: 222188750832414712}
- - component: {fileID: 114159589807595064}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1666603460136438
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224914137642966804}
- m_Layer: 5
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1709976450808898
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224874275528835132}
- - component: {fileID: 222078929164062330}
- - component: {fileID: 114787509741884570}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1733772937256832
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224564011862115442}
- - component: {fileID: 222516948819348198}
- - component: {fileID: 114178464993601810}
- m_Layer: 5
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1752202154569698
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224408417117885246}
- - component: {fileID: 222403658479092182}
- - component: {fileID: 114172216685379844}
- m_Layer: 5
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1754208976018310
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224374556880346820}
- - component: {fileID: 222364152142045404}
- - component: {fileID: 114030482127831824}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1766789731988082
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224614637610198586}
- - component: {fileID: 222783325335017026}
- - component: {fileID: 114492205192198988}
- m_Layer: 5
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1805671020075686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817863005621660}
- - component: {fileID: 222345853821087184}
- - component: {fileID: 114213361162744042}
- m_Layer: 5
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1812337738740484
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224242433638540060}
- - component: {fileID: 222381774080969482}
- - component: {fileID: 114500353423402644}
- m_Layer: 5
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813178974584728
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979470739909968}
- - component: {fileID: 222317654664845438}
- - component: {fileID: 114946180245549846}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1855199224640548
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224873094662214086}
- - component: {fileID: 222847990301181452}
- - component: {fileID: 114548834368023324}
- m_Layer: 5
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1878583005977136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224266566883521314}
- - component: {fileID: 222230302485926814}
- - component: {fileID: 114034582093406246}
- m_Layer: 5
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1904219529192394
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776409801051768}
- - component: {fileID: 222737925132155670}
- - component: {fileID: 114805603487244410}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1932352809336804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224956954450554882}
- - component: {fileID: 222236824534706502}
- - component: {fileID: 114306954849133848}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1964404076203136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224457852757879590}
- - component: {fileID: 222154888757756804}
- - component: {fileID: 114415422364495954}
- m_Layer: 5
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1983683141477684
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745833160826210}
- - component: {fileID: 222145621559554436}
- - component: {fileID: 114797770361730316}
- m_Layer: 5
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1991563171543704
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224589817973695092}
- - component: {fileID: 222360460675953424}
- - component: {fileID: 114519866605911720}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114027367806950040
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114030482127831824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114034582093406246
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114040618731032206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114042131961543780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114060474746529010
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114122816174496138
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Mon
---- !u!114 &114127584028882818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 600
---- !u!114 &114144422724829538
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Wed
---- !u!114 &114147314513190030
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114159589807595064
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2400
---- !u!114 &114166563003112708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114172216685379844
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114178464993601810
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114181099966682092
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Tue
---- !u!114 &114188154748186312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114190391805066108
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114213361162744042
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114254195554902808
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114306954849133848
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114309302740114012
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114350571089922882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Stacked Area Chart
---- !u!114 &114356010291426696
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114361114994925350
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388003717783178
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114415422364495954
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114441967400359432
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 1200
---- !u!114 &114442063681203728
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114452946517541570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.22
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 1
- m_IconType: 0
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.125
- m_Bottom: 0
- m_ItemWidth: 25
- m_ItemHeight: 12
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: Stacked Area Chart
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 0
- m_Trigger: 0
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - Mon
- - Tue
- - Wed
- - Thu
- - Fri
- - Sat
- - Sun
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie0
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 120
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 132
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 101
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 134
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 90
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 230
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 210
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie1
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 220
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 182
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 191
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 234
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 290
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 330
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 310
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie2
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 150
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 232
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 201
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 154
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 190
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 330
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 410
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie3
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 320
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 332
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 301
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 334
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 390
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 330
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 320
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie4
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 820
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 932
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 901
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 934
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 1290
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 1330
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 1320
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114492205192198988
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114500330622547452
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114500353423402644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114515314247698582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114519866605911720
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114532502964638564
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114538083409762124
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114542113016496884
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114548834368023324
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114577542685262578
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114596461953651016
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 3000
---- !u!114 &114617750107437112
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114628245657106172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114724154347660832
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114753637287224048
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114765844308700230
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 1800
---- !u!114 &114787509741884570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Fri
---- !u!114 &114797770361730316
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114805603487244410
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114825338845355746
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114831085219387490
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114863791090648168
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114882244932809286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114889565492602680
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Thu
---- !u!114 &114928446470177062
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114944401824803038
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114946180245549846
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114981043377996780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!222 &222014964975727276
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!222 &222078929164062330
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
---- !u!222 &222087189479083732
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
---- !u!222 &222092365459879612
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
---- !u!222 &222099549355236510
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
---- !u!222 &222145621559554436
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
---- !u!222 &222151966558248882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
---- !u!222 &222154888757756804
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
---- !u!222 &222162293231977346
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
---- !u!222 &222175145861225238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
---- !u!222 &222188750832414712
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
---- !u!222 &222225318707008236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
---- !u!222 &222230302485926814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
---- !u!222 &222236824534706502
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
---- !u!222 &222298365444342882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
---- !u!222 &222311515873283646
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
---- !u!222 &222317654664845438
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
---- !u!222 &222345853821087184
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
---- !u!222 &222359945333678822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
---- !u!222 &222360460675953424
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
---- !u!222 &222364152142045404
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
---- !u!222 &222381774080969482
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
---- !u!222 &222396800439517802
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
---- !u!222 &222400891240163936
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
---- !u!222 &222402544413992822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
---- !u!222 &222403658479092182
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
---- !u!222 &222463422905226512
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
---- !u!222 &222480013352698834
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
---- !u!222 &222516948819348198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
---- !u!222 &222522154167139324
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
---- !u!222 &222544709108097098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
---- !u!222 &222592598393023922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
---- !u!222 &222610932116420402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
---- !u!222 &222625884593130892
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
---- !u!222 &222636124274192416
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
---- !u!222 &222640783511241694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
---- !u!222 &222658477632257174
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
---- !u!222 &222672113096907652
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
---- !u!222 &222698748993652270
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
---- !u!222 &222720285128717396
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
---- !u!222 &222727439023508136
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
---- !u!222 &222728076071168554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
---- !u!222 &222733892571018658
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
---- !u!222 &222737925132155670
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
---- !u!222 &222782092735935128
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
---- !u!222 &222783325335017026
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
---- !u!222 &222847578136400606
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
---- !u!222 &222847990301181452
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
---- !u!222 &222877274536041442
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
---- !u!222 &222889342550321718
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
---- !u!222 &222902386832597922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
---- !u!222 &222950872742955318
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
---- !u!222 &222953103984985506
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
---- !u!222 &222986226732682492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
---- !u!222 &222988139834358164
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
---- !u!222 &222997546427657794
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
---- !u!224 &224026462847059712
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067787559689464
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224072632507066478
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224083719015931098
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1368987219971874}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224088643922989218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224125772585077954
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140752341371598
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224874275528835132}
- - {fileID: 224182550043971170}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 152.57141, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224593842280141920}
- - {fileID: 224587638508986294}
- - {fileID: 224906460427272078}
- - {fileID: 224067787559689464}
- - {fileID: 224408417117885246}
- - {fileID: 224726222949377710}
- - {fileID: 224202808190021490}
- - {fileID: 224935923790566182}
- - {fileID: 224817863005621660}
- - {fileID: 224125772585077954}
- - {fileID: 224739396414189438}
- - {fileID: 224637072934519642}
- - {fileID: 224547202804451040}
- - {fileID: 224708841543541906}
- - {fileID: 224916173641135118}
- - {fileID: 224921068246828936}
- - {fileID: 224914137642966804}
- - {fileID: 224507952623016078}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224160045176166254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1091367663263216}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224614637610198586}
- - {fileID: 224266566883521314}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224173696182696932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224178015294786926
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224182550043971170
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224195374638266248
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224202808190021490
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224230559277315378
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224234562752443266
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224242433638540060
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224465894002495446}
- - {fileID: 224258183212069198}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -409.7143, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224249737410324214
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224252217279052890
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224374556880346820}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224258183212069198
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224266566883521314
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224956954450554882}
- - {fileID: 224072632507066478}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224274534732287924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224291427797303176
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224304392435598876
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224687284073154992}
- - {fileID: 224173696182696932}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 412.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224357158427184252
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224361767485462756
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224683854177371718}
- - {fileID: 224453525292817816}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 201.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224374556880346820
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224252217279052890}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224408417117885246
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224453525292817816
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224457852757879590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224849613466458242}
- - {fileID: 224990715926752788}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 307.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224465894002495446
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224496112938999606
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224507952623016078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366747947424886}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224083719015931098}
- - {fileID: 224178015294786926}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224547202804451040
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224552316755052566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224026462847059712}
- - {fileID: 224357158427184252}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -128.57144, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224564011862115442
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224291427797303176}
- - {fileID: 224088643922989218}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224587638508986294
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224589817973695092
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224593842280141920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224614637610198586
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664876070329100}
- - {fileID: 224589817973695092}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224620847758952290
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224195374638266248}
- - {fileID: 224979093684800932}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -269.14285, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224621353663292562
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224637072934519642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1577987237023080}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224621353663292562}
- - {fileID: 224496112938999606}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224664876070329100
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224683854177371718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224687284073154992
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224708841543541906
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1411034998427288}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224726222949377710
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224739396414189438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745833160826210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224274534732287924}
- - {fileID: 224234562752443266}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 624}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224776409801051768
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224817863005621660
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224849613466458242
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224873094662214086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224230559277315378}
- - {fileID: 224776409801051768}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224874275528835132
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224906460427272078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224914137642966804
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666603460136438}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224564011862115442}
- - {fileID: 224361767485462756}
- - {fileID: 224457852757879590}
- - {fileID: 224304392435598876}
- - {fileID: 224973550148719728}
- - {fileID: 224745833160826210}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224916173641135118
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1556514269239662}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224252217279052890}
- - {fileID: 224160045176166254}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224921068246828936
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1474982046855252}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224242433638540060}
- - {fileID: 224620847758952290}
- - {fileID: 224552316755052566}
- - {fileID: 224873094662214086}
- - {fileID: 224140752341371598}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224935923790566182
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224956954450554882
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973550148719728
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224249737410324214}
- - {fileID: 224979470739909968}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 518.4}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224979093684800932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224979470739909968
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224990715926752788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line5_Stacked Area Chart_堆叠面积图.prefab.meta b/Assets/XChartsDemo/Prefab/Line5_Stacked Area Chart_堆叠面积图.prefab.meta
deleted file mode 100644
index f550d8e2..00000000
--- a/Assets/XChartsDemo/Prefab/Line5_Stacked Area Chart_堆叠面积图.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: a81b0a69d1b5848ec89917294a54f49c
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line6_Gradient Stacked Area Chart_渐变堆叠面积图.prefab b/Assets/XChartsDemo/Prefab/Line6_Gradient Stacked Area Chart_渐变堆叠面积图.prefab
deleted file mode 100644
index 99612d07..00000000
--- a/Assets/XChartsDemo/Prefab/Line6_Gradient Stacked Area Chart_渐变堆叠面积图.prefab
+++ /dev/null
@@ -1,14232 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1002778217306388
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224258183212069198}
- - component: {fileID: 222640783511241694}
- - component: {fileID: 114309302740114012}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1017642418443088
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173696182696932}
- - component: {fileID: 222151966558248882}
- - component: {fileID: 114361114994925350}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1027911615219690
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224683854177371718}
- - component: {fileID: 222099549355236510}
- - component: {fileID: 114127584028882818}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1053098954773202
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224552316755052566}
- - component: {fileID: 222175145861225238}
- - component: {fileID: 114628245657106172}
- m_Layer: 5
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114452946517541570}
- m_Layer: 5
- m_Name: "Line6_Gradient Stacked Area Chart_\u6E10\u53D8\u5806\u53E0\u9762\u79EF\u56FE"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1089955154405330
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224990715926752788}
- - component: {fileID: 222087189479083732}
- - component: {fileID: 114981043377996780}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1091367663263216
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224160045176166254}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1100730568756646
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224178015294786926}
- - component: {fileID: 222733892571018658}
- - component: {fileID: 114442063681203728}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1129423023950962
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224357158427184252}
- - component: {fileID: 222728076071168554}
- - component: {fileID: 114188154748186312}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1154524627484318
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224230559277315378}
- - component: {fileID: 222400891240163936}
- - component: {fileID: 114889565492602680}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1164594019577408
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224291427797303176}
- - component: {fileID: 222636124274192416}
- - component: {fileID: 114882244932809286}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1168179929807826
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224304392435598876}
- - component: {fileID: 222592598393023922}
- - component: {fileID: 114042131961543780}
- m_Layer: 5
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1171011732189730
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224234562752443266}
- - component: {fileID: 222847578136400606}
- - component: {fileID: 114944401824803038}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1185255411413516
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973550148719728}
- - component: {fileID: 222014964975727276}
- - component: {fileID: 114190391805066108}
- m_Layer: 5
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1197282442560186
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224072632507066478}
- - component: {fileID: 222986226732682492}
- - component: {fileID: 114515314247698582}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1201069439717858
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224088643922989218}
- - component: {fileID: 222311515873283646}
- - component: {fileID: 114753637287224048}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1211607822199198
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224621353663292562}
- - component: {fileID: 222727439023508136}
- - component: {fileID: 114350571089922882}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1224139237940524
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224182550043971170}
- - component: {fileID: 222610932116420402}
- - component: {fileID: 114254195554902808}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1236629228521010
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224587638508986294}
- - component: {fileID: 222162293231977346}
- - component: {fileID: 114147314513190030}
- m_Layer: 5
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1246679396377980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979093684800932}
- - component: {fileID: 222953103984985506}
- - component: {fileID: 114825338845355746}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1301592297122642
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140752341371598}
- - component: {fileID: 222950872742955318}
- - component: {fileID: 114166563003112708}
- m_Layer: 5
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1307471358898980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224496112938999606}
- - component: {fileID: 222225318707008236}
- - component: {fileID: 114356010291426696}
- m_Layer: 5
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1329460026292572
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224935923790566182}
- - component: {fileID: 222544709108097098}
- - component: {fileID: 114724154347660832}
- m_Layer: 5
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1366747947424886
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224507952623016078}
- m_Layer: 5
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1368987219971874
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224083719015931098}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1376061983593502
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252217279052890}
- - component: {fileID: 222463422905226512}
- - component: {fileID: 114532502964638564}
- m_Layer: 5
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1394863569341678
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224620847758952290}
- - component: {fileID: 222698748993652270}
- - component: {fileID: 114863791090648168}
- m_Layer: 5
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1399855783598064
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224687284073154992}
- - component: {fileID: 222298365444342882}
- - component: {fileID: 114765844308700230}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1408993591107228
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224453525292817816}
- - component: {fileID: 222658477632257174}
- - component: {fileID: 114027367806950040}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1411034998427288
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224708841543541906}
- m_Layer: 5
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1416769306435626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224849613466458242}
- - component: {fileID: 222889342550321718}
- - component: {fileID: 114441967400359432}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1424801832239460
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224906460427272078}
- - component: {fileID: 222396800439517802}
- - component: {fileID: 114577542685262578}
- m_Layer: 5
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1434207976680334
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224739396414189438}
- - component: {fileID: 222877274536041442}
- - component: {fileID: 114060474746529010}
- m_Layer: 5
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1443918095338938
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224726222949377710}
- - component: {fileID: 222782092735935128}
- - component: {fileID: 114617750107437112}
- m_Layer: 5
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1453692426346540
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224547202804451040}
- - component: {fileID: 222720285128717396}
- - component: {fileID: 114388003717783178}
- m_Layer: 5
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1466929011588376
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224274534732287924}
- - component: {fileID: 222522154167139324}
- - component: {fileID: 114596461953651016}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1474982046855252
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224921068246828936}
- m_Layer: 5
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1494899783781768
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224125772585077954}
- - component: {fileID: 222359945333678822}
- - component: {fileID: 114542113016496884}
- m_Layer: 5
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1552254205546688
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224465894002495446}
- - component: {fileID: 222997546427657794}
- - component: {fileID: 114122816174496138}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1556514269239662
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224916173641135118}
- m_Layer: 5
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1559307935334866
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224202808190021490}
- - component: {fileID: 222092365459879612}
- - component: {fileID: 114500330622547452}
- m_Layer: 5
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1570578761152512
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224361767485462756}
- - component: {fileID: 222480013352698834}
- - component: {fileID: 114538083409762124}
- m_Layer: 5
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1576422519215466
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224195374638266248}
- - component: {fileID: 222625884593130892}
- - component: {fileID: 114181099966682092}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1577987237023080
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224637072934519642}
- m_Layer: 5
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1583990305901370
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664876070329100}
- - component: {fileID: 222988139834358164}
- - component: {fileID: 114831085219387490}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1600825565323764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026462847059712}
- - component: {fileID: 222672113096907652}
- - component: {fileID: 114144422724829538}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1606317862820626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224593842280141920}
- - component: {fileID: 222402544413992822}
- - component: {fileID: 114040618731032206}
- m_Layer: 5
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1613363950922284
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067787559689464}
- - component: {fileID: 222902386832597922}
- - component: {fileID: 114928446470177062}
- m_Layer: 5
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1655966243143574
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224249737410324214}
- - component: {fileID: 222188750832414712}
- - component: {fileID: 114159589807595064}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1666603460136438
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224914137642966804}
- m_Layer: 5
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1709976450808898
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224874275528835132}
- - component: {fileID: 222078929164062330}
- - component: {fileID: 114787509741884570}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1733772937256832
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224564011862115442}
- - component: {fileID: 222516948819348198}
- - component: {fileID: 114178464993601810}
- m_Layer: 5
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1752202154569698
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224408417117885246}
- - component: {fileID: 222403658479092182}
- - component: {fileID: 114172216685379844}
- m_Layer: 5
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1754208976018310
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224374556880346820}
- - component: {fileID: 222364152142045404}
- - component: {fileID: 114030482127831824}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1766789731988082
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224614637610198586}
- - component: {fileID: 222783325335017026}
- - component: {fileID: 114492205192198988}
- m_Layer: 5
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1805671020075686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817863005621660}
- - component: {fileID: 222345853821087184}
- - component: {fileID: 114213361162744042}
- m_Layer: 5
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1812337738740484
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224242433638540060}
- - component: {fileID: 222381774080969482}
- - component: {fileID: 114500353423402644}
- m_Layer: 5
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813178974584728
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979470739909968}
- - component: {fileID: 222317654664845438}
- - component: {fileID: 114946180245549846}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1855199224640548
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224873094662214086}
- - component: {fileID: 222847990301181452}
- - component: {fileID: 114548834368023324}
- m_Layer: 5
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1878583005977136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224266566883521314}
- - component: {fileID: 222230302485926814}
- - component: {fileID: 114034582093406246}
- m_Layer: 5
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1904219529192394
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776409801051768}
- - component: {fileID: 222737925132155670}
- - component: {fileID: 114805603487244410}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1932352809336804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224956954450554882}
- - component: {fileID: 222236824534706502}
- - component: {fileID: 114306954849133848}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1964404076203136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224457852757879590}
- - component: {fileID: 222154888757756804}
- - component: {fileID: 114415422364495954}
- m_Layer: 5
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1983683141477684
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745833160826210}
- - component: {fileID: 222145621559554436}
- - component: {fileID: 114797770361730316}
- m_Layer: 5
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1991563171543704
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224589817973695092}
- - component: {fileID: 222360460675953424}
- - component: {fileID: 114519866605911720}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114027367806950040
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114030482127831824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114034582093406246
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114040618731032206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114042131961543780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114060474746529010
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114122816174496138
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Mon
---- !u!114 &114127584028882818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 300
---- !u!114 &114144422724829538
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Wed
---- !u!114 &114147314513190030
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114159589807595064
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 1200
---- !u!114 &114166563003112708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114172216685379844
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114178464993601810
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114181099966682092
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Tue
---- !u!114 &114188154748186312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114190391805066108
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114213361162744042
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114254195554902808
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114306954849133848
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114309302740114012
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114350571089922882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Gradient Stacked Area Chart
---- !u!114 &114356010291426696
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114361114994925350
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388003717783178
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114415422364495954
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114441967400359432
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 600
---- !u!114 &114442063681203728
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114452946517541570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.22
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 1
- m_IconType: 2
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.125
- m_Bottom: 0
- m_ItemWidth: 20
- m_ItemHeight: 20
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: Gradient Stacked Area Chart
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips: []
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - Mon
- - Tue
- - Wed
- - Thu
- - Fri
- - Sat
- - Sun
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie0
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 4289068928
- m_ToColor:
- serializedVersion: 2
- rgba: 4293705473
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 4289068928
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 140
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 232
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 101
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 264
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 90
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 340
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 250
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie1
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 4294958336
- m_ToColor:
- serializedVersion: 2
- rgba: 4294932301
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 4294958336
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 120
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 282
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 111
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 234
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 220
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 340
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 310
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie2
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 4294943287
- m_ToColor:
- serializedVersion: 2
- rgba: 4292547956
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 4294943287
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 320
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 132
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 201
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 334
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 190
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 130
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 220
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie3
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 4287037695
- m_ToColor:
- serializedVersion: 2
- rgba: 4288479367
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 4287037695
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 220
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 402
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 231
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 134
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 190
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 230
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 120
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie4
- m_Stack: total
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 4278239231
- m_ToColor:
- serializedVersion: 2
- rgba: 4283186912
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 4278239231
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 220
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 302
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 181
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 234
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 210
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 290
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 150
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114492205192198988
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114500330622547452
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114500353423402644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114515314247698582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114519866605911720
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114532502964638564
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114538083409762124
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114542113016496884
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114548834368023324
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114577542685262578
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114596461953651016
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 1500
---- !u!114 &114617750107437112
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114628245657106172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114724154347660832
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114753637287224048
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114765844308700230
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 900
---- !u!114 &114787509741884570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Fri
---- !u!114 &114797770361730316
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114805603487244410
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114825338845355746
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114831085219387490
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114863791090648168
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114882244932809286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114889565492602680
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Thu
---- !u!114 &114928446470177062
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114944401824803038
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114946180245549846
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114981043377996780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!222 &222014964975727276
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!222 &222078929164062330
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
---- !u!222 &222087189479083732
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
---- !u!222 &222092365459879612
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
---- !u!222 &222099549355236510
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
---- !u!222 &222145621559554436
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
---- !u!222 &222151966558248882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
---- !u!222 &222154888757756804
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
---- !u!222 &222162293231977346
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
---- !u!222 &222175145861225238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
---- !u!222 &222188750832414712
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
---- !u!222 &222225318707008236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
---- !u!222 &222230302485926814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
---- !u!222 &222236824534706502
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
---- !u!222 &222298365444342882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
---- !u!222 &222311515873283646
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
---- !u!222 &222317654664845438
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
---- !u!222 &222345853821087184
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
---- !u!222 &222359945333678822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
---- !u!222 &222360460675953424
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
---- !u!222 &222364152142045404
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
---- !u!222 &222381774080969482
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
---- !u!222 &222396800439517802
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
---- !u!222 &222400891240163936
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
---- !u!222 &222402544413992822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
---- !u!222 &222403658479092182
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
---- !u!222 &222463422905226512
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
---- !u!222 &222480013352698834
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
---- !u!222 &222516948819348198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
---- !u!222 &222522154167139324
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
---- !u!222 &222544709108097098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
---- !u!222 &222592598393023922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
---- !u!222 &222610932116420402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
---- !u!222 &222625884593130892
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
---- !u!222 &222636124274192416
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
---- !u!222 &222640783511241694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
---- !u!222 &222658477632257174
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
---- !u!222 &222672113096907652
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
---- !u!222 &222698748993652270
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
---- !u!222 &222720285128717396
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
---- !u!222 &222727439023508136
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
---- !u!222 &222728076071168554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
---- !u!222 &222733892571018658
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
---- !u!222 &222737925132155670
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
---- !u!222 &222782092735935128
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
---- !u!222 &222783325335017026
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
---- !u!222 &222847578136400606
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
---- !u!222 &222847990301181452
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
---- !u!222 &222877274536041442
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
---- !u!222 &222889342550321718
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
---- !u!222 &222902386832597922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
---- !u!222 &222950872742955318
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
---- !u!222 &222953103984985506
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
---- !u!222 &222986226732682492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
---- !u!222 &222988139834358164
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
---- !u!222 &222997546427657794
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
---- !u!224 &224026462847059712
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067787559689464
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224072632507066478
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224083719015931098
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1368987219971874}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224088643922989218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224125772585077954
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140752341371598
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224874275528835132}
- - {fileID: 224182550043971170}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 152.57141, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224593842280141920}
- - {fileID: 224587638508986294}
- - {fileID: 224906460427272078}
- - {fileID: 224067787559689464}
- - {fileID: 224408417117885246}
- - {fileID: 224726222949377710}
- - {fileID: 224202808190021490}
- - {fileID: 224935923790566182}
- - {fileID: 224817863005621660}
- - {fileID: 224125772585077954}
- - {fileID: 224739396414189438}
- - {fileID: 224637072934519642}
- - {fileID: 224547202804451040}
- - {fileID: 224708841543541906}
- - {fileID: 224916173641135118}
- - {fileID: 224921068246828936}
- - {fileID: 224914137642966804}
- - {fileID: 224507952623016078}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224160045176166254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1091367663263216}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224614637610198586}
- - {fileID: 224266566883521314}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224173696182696932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224178015294786926
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224182550043971170
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224195374638266248
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224202808190021490
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224230559277315378
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224234562752443266
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224242433638540060
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224465894002495446}
- - {fileID: 224258183212069198}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -409.7143, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224249737410324214
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224252217279052890
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224374556880346820}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224258183212069198
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224266566883521314
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224956954450554882}
- - {fileID: 224072632507066478}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224274534732287924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224291427797303176
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224304392435598876
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224687284073154992}
- - {fileID: 224173696182696932}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 412.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224357158427184252
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224361767485462756
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224683854177371718}
- - {fileID: 224453525292817816}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 201.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224374556880346820
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224252217279052890}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224408417117885246
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224453525292817816
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224457852757879590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224849613466458242}
- - {fileID: 224990715926752788}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 307.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224465894002495446
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224496112938999606
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224507952623016078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366747947424886}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224083719015931098}
- - {fileID: 224178015294786926}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224547202804451040
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224552316755052566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224026462847059712}
- - {fileID: 224357158427184252}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -128.57144, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224564011862115442
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224291427797303176}
- - {fileID: 224088643922989218}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224587638508986294
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224589817973695092
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224593842280141920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224614637610198586
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664876070329100}
- - {fileID: 224589817973695092}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224620847758952290
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224195374638266248}
- - {fileID: 224979093684800932}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -269.14285, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224621353663292562
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224637072934519642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1577987237023080}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224621353663292562}
- - {fileID: 224496112938999606}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224664876070329100
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224683854177371718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224687284073154992
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224708841543541906
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1411034998427288}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224726222949377710
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224739396414189438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745833160826210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224274534732287924}
- - {fileID: 224234562752443266}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 624}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224776409801051768
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224817863005621660
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224849613466458242
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224873094662214086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224230559277315378}
- - {fileID: 224776409801051768}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224874275528835132
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224906460427272078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224914137642966804
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666603460136438}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224564011862115442}
- - {fileID: 224361767485462756}
- - {fileID: 224457852757879590}
- - {fileID: 224304392435598876}
- - {fileID: 224973550148719728}
- - {fileID: 224745833160826210}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224916173641135118
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1556514269239662}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224252217279052890}
- - {fileID: 224160045176166254}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224921068246828936
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1474982046855252}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224242433638540060}
- - {fileID: 224620847758952290}
- - {fileID: 224552316755052566}
- - {fileID: 224873094662214086}
- - {fileID: 224140752341371598}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224935923790566182
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224956954450554882
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973550148719728
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224249737410324214}
- - {fileID: 224979470739909968}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 518.4}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224979093684800932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224979470739909968
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224990715926752788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line6_Gradient Stacked Area Chart_渐变堆叠面积图.prefab.meta b/Assets/XChartsDemo/Prefab/Line6_Gradient Stacked Area Chart_渐变堆叠面积图.prefab.meta
deleted file mode 100644
index 81057001..00000000
--- a/Assets/XChartsDemo/Prefab/Line6_Gradient Stacked Area Chart_渐变堆叠面积图.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 52b67cd734f9f47409ae55929c7a3ac2
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line7_Temperature Change in the Coming Week_未来一周天气变化.prefab b/Assets/XChartsDemo/Prefab/Line7_Temperature Change in the Coming Week_未来一周天气变化.prefab
deleted file mode 100644
index b463bba4..00000000
--- a/Assets/XChartsDemo/Prefab/Line7_Temperature Change in the Coming Week_未来一周天气变化.prefab
+++ /dev/null
@@ -1,10537 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1001341358857994
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224049267358398634}
- - component: {fileID: 222450757998435544}
- - component: {fileID: 114959628352932986}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1002778217306388
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224258183212069198}
- - component: {fileID: 222640783511241694}
- - component: {fileID: 114309302740114012}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1006884922380458
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224403130825836048}
- - component: {fileID: 222854376274958610}
- - component: {fileID: 114241371873175968}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1017642418443088
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173696182696932}
- - component: {fileID: 222151966558248882}
- - component: {fileID: 114361114994925350}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1027911615219690
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224683854177371718}
- - component: {fileID: 222099549355236510}
- - component: {fileID: 114127584028882818}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1053098954773202
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224552316755052566}
- - component: {fileID: 222175145861225238}
- - component: {fileID: 114628245657106172}
- m_Layer: 5
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1056902617450444
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224521938705925858}
- - component: {fileID: 222214841815947560}
- - component: {fileID: 114513222812493456}
- - component: {fileID: 114614169603368824}
- - component: {fileID: 114217246228141312}
- m_Layer: 0
- m_Name: 0_Highest
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114335622544578202}
- m_Layer: 5
- m_Name: "Line7_Temperature Change in the Coming Week_\u672A\u6765\u4E00\u5468\u5929\u6C14\u53D8\u5316"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1089955154405330
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224990715926752788}
- - component: {fileID: 222087189479083732}
- - component: {fileID: 114981043377996780}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1091367663263216
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224160045176166254}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1100730568756646
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224178015294786926}
- - component: {fileID: 222733892571018658}
- - component: {fileID: 114442063681203728}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1129423023950962
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224357158427184252}
- - component: {fileID: 222728076071168554}
- - component: {fileID: 114188154748186312}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1138467872172262
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224461784679009788}
- - component: {fileID: 222276566445660968}
- - component: {fileID: 114136752606354592}
- - component: {fileID: 114633046049669452}
- - component: {fileID: 114880367454668550}
- m_Layer: 0
- m_Name: 1_Lowest
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1154524627484318
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224230559277315378}
- - component: {fileID: 222400891240163936}
- - component: {fileID: 114889565492602680}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1164594019577408
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224291427797303176}
- - component: {fileID: 222636124274192416}
- - component: {fileID: 114882244932809286}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1168179929807826
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224304392435598876}
- - component: {fileID: 222592598393023922}
- - component: {fileID: 114042131961543780}
- m_Layer: 5
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1171011732189730
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224234562752443266}
- - component: {fileID: 222847578136400606}
- - component: {fileID: 114944401824803038}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1185255411413516
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973550148719728}
- - component: {fileID: 222014964975727276}
- - component: {fileID: 114190391805066108}
- m_Layer: 5
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1197282442560186
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224072632507066478}
- - component: {fileID: 222986226732682492}
- - component: {fileID: 114515314247698582}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1201069439717858
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224088643922989218}
- - component: {fileID: 222311515873283646}
- - component: {fileID: 114753637287224048}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1211607822199198
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224621353663292562}
- - component: {fileID: 222727439023508136}
- - component: {fileID: 114350571089922882}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1215513477559178
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224479684951851676}
- - component: {fileID: 222572781953631834}
- - component: {fileID: 114310252557613458}
- m_Layer: 0
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1224139237940524
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224182550043971170}
- - component: {fileID: 222610932116420402}
- - component: {fileID: 114254195554902808}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1236629228521010
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224587638508986294}
- - component: {fileID: 222162293231977346}
- - component: {fileID: 114147314513190030}
- m_Layer: 5
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1242276913503108
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224743633032293370}
- - component: {fileID: 222443703113577810}
- - component: {fileID: 114133583591162906}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1246679396377980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979093684800932}
- - component: {fileID: 222953103984985506}
- - component: {fileID: 114825338845355746}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1257380882125698
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224411504929088870}
- - component: {fileID: 222827485352525330}
- - component: {fileID: 114775265973487912}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1301592297122642
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140752341371598}
- - component: {fileID: 222950872742955318}
- - component: {fileID: 114166563003112708}
- m_Layer: 5
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1307471358898980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224496112938999606}
- - component: {fileID: 222225318707008236}
- - component: {fileID: 114356010291426696}
- m_Layer: 5
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1329460026292572
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224935923790566182}
- - component: {fileID: 222544709108097098}
- - component: {fileID: 114724154347660832}
- m_Layer: 5
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1360024164190972
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224588407123308914}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1366747947424886
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224507952623016078}
- m_Layer: 5
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1368987219971874
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224083719015931098}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1370941065534734
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224072173106251942}
- - component: {fileID: 222170397727473412}
- - component: {fileID: 114468658583814430}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1376061983593502
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252217279052890}
- - component: {fileID: 222463422905226512}
- - component: {fileID: 114532502964638564}
- m_Layer: 5
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1380265125515834
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224299259749513814}
- - component: {fileID: 222009894880045366}
- - component: {fileID: 114930603502122510}
- m_Layer: 0
- m_Name: markLine_1_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1394863569341678
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224620847758952290}
- - component: {fileID: 222698748993652270}
- - component: {fileID: 114863791090648168}
- m_Layer: 5
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1399855783598064
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224687284073154992}
- - component: {fileID: 222298365444342882}
- - component: {fileID: 114765844308700230}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1408993591107228
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224453525292817816}
- - component: {fileID: 222658477632257174}
- - component: {fileID: 114027367806950040}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1411034998427288
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224708841543541906}
- m_Layer: 5
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1416769306435626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224849613466458242}
- - component: {fileID: 222889342550321718}
- - component: {fileID: 114441967400359432}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1424801832239460
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224906460427272078}
- - component: {fileID: 222396800439517802}
- - component: {fileID: 114577542685262578}
- m_Layer: 5
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1434207976680334
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224739396414189438}
- - component: {fileID: 222877274536041442}
- - component: {fileID: 114060474746529010}
- m_Layer: 5
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1443918095338938
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224726222949377710}
- - component: {fileID: 222782092735935128}
- - component: {fileID: 114617750107437112}
- m_Layer: 5
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1453692426346540
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224547202804451040}
- - component: {fileID: 222720285128717396}
- - component: {fileID: 114388003717783178}
- m_Layer: 5
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1457974090271952
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224012513082358678}
- - component: {fileID: 222443911589291062}
- - component: {fileID: 114513047503144076}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1466929011588376
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224274534732287924}
- - component: {fileID: 222522154167139324}
- - component: {fileID: 114596461953651016}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1474982046855252
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224921068246828936}
- m_Layer: 5
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1494899783781768
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224125772585077954}
- - component: {fileID: 222359945333678822}
- - component: {fileID: 114542113016496884}
- m_Layer: 5
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1543113298730002
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224850371287545574}
- - component: {fileID: 222681672242420904}
- - component: {fileID: 114422066720059634}
- m_Layer: 0
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1547698271309366
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224540189842929648}
- - component: {fileID: 222428327314905300}
- - component: {fileID: 114905745039450090}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1552254205546688
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224465894002495446}
- - component: {fileID: 222997546427657794}
- - component: {fileID: 114122816174496138}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1554933353082342
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224887088277414926}
- m_Layer: 0
- m_Name: markline
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1556514269239662
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224916173641135118}
- m_Layer: 5
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1559307935334866
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224202808190021490}
- - component: {fileID: 222092365459879612}
- - component: {fileID: 114500330622547452}
- m_Layer: 5
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1570578761152512
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224361767485462756}
- - component: {fileID: 222480013352698834}
- - component: {fileID: 114538083409762124}
- m_Layer: 5
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1574640630610420
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224912313396819254}
- - component: {fileID: 222589808812765694}
- - component: {fileID: 114849661258586930}
- m_Layer: 0
- m_Name: icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1576422519215466
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224195374638266248}
- - component: {fileID: 222625884593130892}
- - component: {fileID: 114181099966682092}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1577987237023080
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224637072934519642}
- m_Layer: 5
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1583990305901370
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664876070329100}
- - component: {fileID: 222988139834358164}
- - component: {fileID: 114831085219387490}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1600825565323764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026462847059712}
- - component: {fileID: 222672113096907652}
- - component: {fileID: 114144422724829538}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1606317862820626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224593842280141920}
- - component: {fileID: 222402544413992822}
- - component: {fileID: 114040618731032206}
- m_Layer: 5
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1611795288459394
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224982743355571038}
- - component: {fileID: 222359323228471198}
- - component: {fileID: 114096433260280646}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1613363950922284
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067787559689464}
- - component: {fileID: 222902386832597922}
- - component: {fileID: 114928446470177062}
- m_Layer: 5
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1655966243143574
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224249737410324214}
- - component: {fileID: 222188750832414712}
- - component: {fileID: 114159589807595064}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1666603460136438
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224914137642966804}
- m_Layer: 5
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1696865098027656
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224487537495016460}
- - component: {fileID: 222678210619210548}
- - component: {fileID: 114940412013359164}
- m_Layer: 0
- m_Name: icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1709976450808898
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224874275528835132}
- - component: {fileID: 222078929164062330}
- - component: {fileID: 114787509741884570}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1733772937256832
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224564011862115442}
- - component: {fileID: 222516948819348198}
- - component: {fileID: 114178464993601810}
- m_Layer: 5
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1735189341421360
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224947594488774708}
- m_Layer: 0
- m_Name: serie_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1752202154569698
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224408417117885246}
- - component: {fileID: 222403658479092182}
- - component: {fileID: 114172216685379844}
- m_Layer: 5
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1754208976018310
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224374556880346820}
- - component: {fileID: 222364152142045404}
- - component: {fileID: 114030482127831824}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1766789731988082
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224614637610198586}
- - component: {fileID: 222783325335017026}
- - component: {fileID: 114492205192198988}
- m_Layer: 5
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1781827636214526
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224991777459466852}
- - component: {fileID: 222568545615398020}
- - component: {fileID: 114865111445931344}
- m_Layer: 0
- m_Name: axis_x5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1805671020075686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817863005621660}
- - component: {fileID: 222345853821087184}
- - component: {fileID: 114213361162744042}
- m_Layer: 5
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1812337738740484
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224242433638540060}
- - component: {fileID: 222381774080969482}
- - component: {fileID: 114500353423402644}
- m_Layer: 5
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813178974584728
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979470739909968}
- - component: {fileID: 222317654664845438}
- - component: {fileID: 114946180245549846}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1855199224640548
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224873094662214086}
- - component: {fileID: 222847990301181452}
- - component: {fileID: 114548834368023324}
- m_Layer: 5
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1878583005977136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224266566883521314}
- - component: {fileID: 222230302485926814}
- - component: {fileID: 114034582093406246}
- m_Layer: 5
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1904219529192394
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776409801051768}
- - component: {fileID: 222737925132155670}
- - component: {fileID: 114805603487244410}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1926944195663502
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224407190968349020}
- - component: {fileID: 222801519257530466}
- - component: {fileID: 114710793663878052}
- m_Layer: 0
- m_Name: axis_x6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1932352809336804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224956954450554882}
- - component: {fileID: 222236824534706502}
- - component: {fileID: 114306954849133848}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1952035351759834
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224132733074439232}
- - component: {fileID: 222925553479547050}
- - component: {fileID: 114388822977351124}
- m_Layer: 0
- m_Name: markLine_0_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1964404076203136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224457852757879590}
- - component: {fileID: 222154888757756804}
- - component: {fileID: 114415422364495954}
- m_Layer: 5
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1975792318281916
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224709491086808056}
- - component: {fileID: 222672612141654674}
- - component: {fileID: 114549553551140134}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1983683141477684
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745833160826210}
- - component: {fileID: 222145621559554436}
- - component: {fileID: 114797770361730316}
- m_Layer: 5
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1991563171543704
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224589817973695092}
- - component: {fileID: 222360460675953424}
- - component: {fileID: 114519866605911720}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114027367806950040
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114030482127831824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114034582093406246
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114040618731032206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114042131961543780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114060474746529010
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114096433260280646
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1611795288459394}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 3
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Highest
---- !u!114 &114122816174496138
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Mon
---- !u!114 &114127584028882818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: "1.4 \xB0C"
---- !u!114 &114133583591162906
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1242276913503108}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114136752606354592
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1138467872172262}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114144422724829538
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Wed
---- !u!114 &114147314513190030
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114159589807595064
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: "11.6 \xB0C"
---- !u!114 &114166563003112708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114172216685379844
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114178464993601810
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114181099966682092
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Tue
---- !u!114 &114188154748186312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114190391805066108
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114213361162744042
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114217246228141312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056902617450444}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -1862395651, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Delegates:
- - eventID: 2
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- - eventID: 0
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- - eventID: 1
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- delegates: []
---- !u!114 &114241371873175968
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1006884922380458}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 3
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Lowest
---- !u!114 &114254195554902808
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114306954849133848
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114309302740114012
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114310252557613458
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215513477559178}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114335622544578202
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.22
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends:
- - m_Show: 1
- m_IconType: 0
- m_SelectedMode: 0
- m_Orient: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.125
- m_Bottom: 0
- m_ItemWidth: 25
- m_ItemHeight: 12
- m_ItemGap: 10
- m_ItemAutoColor: 1
- m_TextAutoColor: 0
- m_Formatter:
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 2, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Data: []
- m_Icons: []
- m_MarkLines:
- - m_Show: 1
- m_SerieIndex: 0
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 0
- m_Data:
- - m_Type: 3
- m_Name: average
- m_Dimension: 1
- m_XPosition: 0
- m_YPosition: 0
- m_XValue: 0
- m_YValue: 0
- m_Group: 0
- m_ZeroPosition: 0
- m_StartSymbol:
- m_Show: 1
- m_Type: 1
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_EndSymbol:
- m_Show: 1
- m_Type: 6
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 1
- m_Color:
- serializedVersion: 2
- rgba: 4294901760
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Label:
- m_Show: 1
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter: '{c}'
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter: f1
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- - m_Show: 1
- m_SerieIndex: 1
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 0
- m_Data:
- - m_Type: 3
- m_Name: average
- m_Dimension: 1
- m_XPosition: 0
- m_YPosition: 0
- m_XValue: 0
- m_YValue: 0
- m_Group: 0
- m_ZeroPosition: 0
- m_StartSymbol:
- m_Show: 1
- m_Type: 1
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_EndSymbol:
- m_Show: 1
- m_Type: 6
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 1
- m_Color:
- serializedVersion: 2
- rgba: 4294901760
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Label:
- m_Show: 1
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter: '{c}'
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter: f1
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: Temperature Change in the Coming Week
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 0
- m_Trigger: 0
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - Mon
- - Tue
- - Wed
- - Thu
- - Fri
- - Sat
- - Sun
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter: "{value} \xB0C"
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: Highest
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 10
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - 11
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 13
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 11
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 12
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 12
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 9
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: Lowest
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 0
- - 1
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 1
- - -2
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 2
- - 2
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 3
- - 5
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 4
- - 3
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 5
- - 2
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 6
- - 0
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114350571089922882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Temperature Change in the Coming Week
---- !u!114 &114356010291426696
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114361114994925350
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388003717783178
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114388822977351124
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1952035351759834}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114415422364495954
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114422066720059634
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1543113298730002}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114441967400359432
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: "4.8 \xB0C"
---- !u!114 &114442063681203728
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114468658583814430
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1370941065534734}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5686275, g: 0.8, b: 0.45882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114492205192198988
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114500330622547452
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114500353423402644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114513047503144076
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1457974090271952}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0.0
---- !u!114 &114513222812493456
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056902617450444}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114515314247698582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114519866605911720
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114532502964638564
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114538083409762124
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114542113016496884
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114548834368023324
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114549553551140134
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1975792318281916}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0.0
---- !u!114 &114577542685262578
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114596461953651016
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: "15 \xB0C"
---- !u!114 &114614169603368824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056902617450444}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 1392445389, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Navigation:
- m_Mode: 3
- m_SelectOnUp: {fileID: 0}
- m_SelectOnDown: {fileID: 0}
- m_SelectOnLeft: {fileID: 0}
- m_SelectOnRight: {fileID: 0}
- m_Transition: 1
- m_Colors:
- m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
- m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
- m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
- m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
- m_ColorMultiplier: 1
- m_FadeDuration: 0.1
- m_SpriteState:
- m_HighlightedSprite: {fileID: 0}
- m_PressedSprite: {fileID: 0}
- m_DisabledSprite: {fileID: 0}
- m_AnimationTriggers:
- m_NormalTrigger: Normal
- m_HighlightedTrigger: Highlighted
- m_PressedTrigger: Pressed
- m_DisabledTrigger: Disabled
- m_Interactable: 1
- m_TargetGraphic: {fileID: 114513222812493456}
- m_OnClick:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0,
- Culture=neutral, PublicKeyToken=null
---- !u!114 &114617750107437112
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114628245657106172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114633046049669452
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1138467872172262}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 1392445389, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Navigation:
- m_Mode: 3
- m_SelectOnUp: {fileID: 0}
- m_SelectOnDown: {fileID: 0}
- m_SelectOnLeft: {fileID: 0}
- m_SelectOnRight: {fileID: 0}
- m_Transition: 1
- m_Colors:
- m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
- m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
- m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
- m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
- m_ColorMultiplier: 1
- m_FadeDuration: 0.1
- m_SpriteState:
- m_HighlightedSprite: {fileID: 0}
- m_PressedSprite: {fileID: 0}
- m_DisabledSprite: {fileID: 0}
- m_AnimationTriggers:
- m_NormalTrigger: Normal
- m_HighlightedTrigger: Highlighted
- m_PressedTrigger: Pressed
- m_DisabledTrigger: Disabled
- m_Interactable: 1
- m_TargetGraphic: {fileID: 114136752606354592}
- m_OnClick:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0,
- Culture=neutral, PublicKeyToken=null
---- !u!114 &114710793663878052
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1926944195663502}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114724154347660832
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114753637287224048
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114765844308700230
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: "8.2 \xB0C"
---- !u!114 &114775265973487912
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257380882125698}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Sat
---- !u!114 &114787509741884570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Fri
---- !u!114 &114797770361730316
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114805603487244410
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114825338845355746
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114831085219387490
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114849661258586930
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1574640630610420}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114863791090648168
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114865111445931344
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1781827636214526}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114880367454668550
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1138467872172262}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -1862395651, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Delegates:
- - eventID: 2
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- - eventID: 0
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- - eventID: 1
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- delegates: []
---- !u!114 &114882244932809286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: "-2 \xB0C"
---- !u!114 &114889565492602680
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Thu
---- !u!114 &114905745039450090
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1547698271309366}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Sun
---- !u!114 &114928446470177062
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114930603502122510
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1380265125515834}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114940412013359164
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1696865098027656}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5686275, g: 0.8, b: 0.45882353, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114944401824803038
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114946180245549846
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114959628352932986
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1001341358857994}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114981043377996780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!222 &222009894880045366
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1380265125515834}
---- !u!222 &222014964975727276
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!222 &222078929164062330
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
---- !u!222 &222087189479083732
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
---- !u!222 &222092365459879612
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
---- !u!222 &222099549355236510
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
---- !u!222 &222145621559554436
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
---- !u!222 &222151966558248882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
---- !u!222 &222154888757756804
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
---- !u!222 &222162293231977346
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
---- !u!222 &222170397727473412
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1370941065534734}
---- !u!222 &222175145861225238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
---- !u!222 &222188750832414712
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
---- !u!222 &222214841815947560
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056902617450444}
---- !u!222 &222225318707008236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
---- !u!222 &222230302485926814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
---- !u!222 &222236824534706502
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
---- !u!222 &222276566445660968
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1138467872172262}
---- !u!222 &222298365444342882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
---- !u!222 &222311515873283646
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
---- !u!222 &222317654664845438
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
---- !u!222 &222345853821087184
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
---- !u!222 &222359323228471198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1611795288459394}
---- !u!222 &222359945333678822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
---- !u!222 &222360460675953424
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
---- !u!222 &222364152142045404
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
---- !u!222 &222381774080969482
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
---- !u!222 &222396800439517802
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
---- !u!222 &222400891240163936
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
---- !u!222 &222402544413992822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
---- !u!222 &222403658479092182
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
---- !u!222 &222428327314905300
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1547698271309366}
---- !u!222 &222443703113577810
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1242276913503108}
---- !u!222 &222443911589291062
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1457974090271952}
---- !u!222 &222450757998435544
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1001341358857994}
---- !u!222 &222463422905226512
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
---- !u!222 &222480013352698834
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
---- !u!222 &222516948819348198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
---- !u!222 &222522154167139324
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
---- !u!222 &222544709108097098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
---- !u!222 &222568545615398020
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1781827636214526}
---- !u!222 &222572781953631834
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215513477559178}
---- !u!222 &222589808812765694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1574640630610420}
---- !u!222 &222592598393023922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
---- !u!222 &222610932116420402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
---- !u!222 &222625884593130892
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
---- !u!222 &222636124274192416
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
---- !u!222 &222640783511241694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
---- !u!222 &222658477632257174
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
---- !u!222 &222672113096907652
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
---- !u!222 &222672612141654674
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1975792318281916}
---- !u!222 &222678210619210548
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1696865098027656}
---- !u!222 &222681672242420904
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1543113298730002}
---- !u!222 &222698748993652270
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
---- !u!222 &222720285128717396
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
---- !u!222 &222727439023508136
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
---- !u!222 &222728076071168554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
---- !u!222 &222733892571018658
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
---- !u!222 &222737925132155670
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
---- !u!222 &222782092735935128
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
---- !u!222 &222783325335017026
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
---- !u!222 &222801519257530466
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1926944195663502}
---- !u!222 &222827485352525330
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257380882125698}
---- !u!222 &222847578136400606
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
---- !u!222 &222847990301181452
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
---- !u!222 &222854376274958610
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1006884922380458}
---- !u!222 &222877274536041442
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
---- !u!222 &222889342550321718
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
---- !u!222 &222902386832597922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
---- !u!222 &222925553479547050
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1952035351759834}
---- !u!222 &222950872742955318
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
---- !u!222 &222953103984985506
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
---- !u!222 &222986226732682492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
---- !u!222 &222988139834358164
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
---- !u!222 &222997546427657794
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
---- !u!224 &224012513082358678
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1457974090271952}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224132733074439232}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 32, y: 26}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224026462847059712
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224049267358398634
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1001341358857994}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224991777459466852}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067787559689464
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224072173106251942
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1370941065534734}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224947594488774708}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224072632507066478
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224083719015931098
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1368987219971874}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224088643922989218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224125772585077954
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224132733074439232
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1952035351759834}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224012513082358678}
- m_Father: {fileID: 224887088277414926}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 11}
- m_SizeDelta: {x: 50, y: 22}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140752341371598
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224874275528835132}
- - {fileID: 224182550043971170}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 152.57141, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: -974.7652}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224593842280141920}
- - {fileID: 224587638508986294}
- - {fileID: 224906460427272078}
- - {fileID: 224067787559689464}
- - {fileID: 224408417117885246}
- - {fileID: 224726222949377710}
- - {fileID: 224202808190021490}
- - {fileID: 224935923790566182}
- - {fileID: 224817863005621660}
- - {fileID: 224125772585077954}
- - {fileID: 224739396414189438}
- - {fileID: 224637072934519642}
- - {fileID: 224547202804451040}
- - {fileID: 224708841543541906}
- - {fileID: 224916173641135118}
- - {fileID: 224921068246828936}
- - {fileID: 224914137642966804}
- - {fileID: 224507952623016078}
- - {fileID: 224887088277414926}
- - {fileID: 224947594488774708}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -10.830725}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224160045176166254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1091367663263216}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224614637610198586}
- - {fileID: 224266566883521314}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224173696182696932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224178015294786926
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224182550043971170
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224195374638266248
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224202808190021490
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224230559277315378
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224234562752443266
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224242433638540060
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224465894002495446}
- - {fileID: 224258183212069198}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -409.7143, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224249737410324214
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224252217279052890
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224374556880346820}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224258183212069198
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224266566883521314
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224956954450554882}
- - {fileID: 224072632507066478}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224274534732287924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224291427797303176
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224299259749513814
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1380265125515834}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224709491086808056}
- m_Father: {fileID: 224887088277414926}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 11}
- m_SizeDelta: {x: 50, y: 22}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224304392435598876
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224687284073154992}
- - {fileID: 224173696182696932}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 412.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224357158427184252
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224361767485462756
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224683854177371718}
- - {fileID: 224453525292817816}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 201.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224374556880346820
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224252217279052890}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224403130825836048
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1006884922380458}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224850371287545574}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 63, y: 22}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224407190968349020
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1926944195663502}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224540189842929648}
- - {fileID: 224743633032293370}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 433.71423, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224408417117885246
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224411504929088870
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257380882125698}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224991777459466852}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224453525292817816
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224457852757879590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224849613466458242}
- - {fileID: 224990715926752788}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 307.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224461784679009788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1138467872172262}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224487537495016460}
- - {fileID: 224850371287545574}
- m_Father: {fileID: 224708841543541906}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 607, y: -100}
- m_SizeDelta: {x: 90, y: 18}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224465894002495446
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224479684951851676
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215513477559178}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224982743355571038}
- m_Father: {fileID: 224521938705925858}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 27, y: 0}
- m_SizeDelta: {x: 67, y: 18}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224487537495016460
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1696865098027656}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224461784679009788}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 25, y: 12}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224496112938999606
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224507952623016078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366747947424886}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224083719015931098}
- - {fileID: 224178015294786926}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224521938705925858
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056902617450444}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224912313396819254}
- - {fileID: 224479684951851676}
- m_Father: {fileID: 224708841543541906}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 503, y: -100}
- m_SizeDelta: {x: 94, y: 18}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224540189842929648
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1547698271309366}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224407190968349020}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224547202804451040
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224552316755052566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224026462847059712}
- - {fileID: 224357158427184252}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -128.57144, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224564011862115442
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224291427797303176}
- - {fileID: 224088643922989218}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224587638508986294
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224588407123308914
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1360024164190972}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224947594488774708}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224589817973695092
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224593842280141920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224614637610198586
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664876070329100}
- - {fileID: 224589817973695092}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224620847758952290
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224195374638266248}
- - {fileID: 224979093684800932}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -269.14285, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224621353663292562
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224637072934519642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1577987237023080}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224621353663292562}
- - {fileID: 224496112938999606}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224664876070329100
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224683854177371718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224687284073154992
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224708841543541906
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1411034998427288}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224521938705925858}
- - {fileID: 224461784679009788}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224709491086808056
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1975792318281916}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224299259749513814}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 32, y: 26}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224726222949377710
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224739396414189438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224743633032293370
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1242276913503108}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224407190968349020}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745833160826210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224274534732287924}
- - {fileID: 224234562752443266}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 624}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224776409801051768
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224817863005621660
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224849613466458242
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224850371287545574
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1543113298730002}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224403130825836048}
- m_Father: {fileID: 224461784679009788}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 27, y: 0}
- m_SizeDelta: {x: 63, y: 18}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224873094662214086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224230559277315378}
- - {fileID: 224776409801051768}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224874275528835132
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224887088277414926
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1554933353082342}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224132733074439232}
- - {fileID: 224299259749513814}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 18
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224906460427272078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224912313396819254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1574640630610420}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224521938705925858}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 25, y: 12}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224914137642966804
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666603460136438}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224564011862115442}
- - {fileID: 224361767485462756}
- - {fileID: 224457852757879590}
- - {fileID: 224304392435598876}
- - {fileID: 224973550148719728}
- - {fileID: 224745833160826210}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224916173641135118
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1556514269239662}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224252217279052890}
- - {fileID: 224160045176166254}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224921068246828936
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1474982046855252}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224242433638540060}
- - {fileID: 224620847758952290}
- - {fileID: 224552316755052566}
- - {fileID: 224873094662214086}
- - {fileID: 224140752341371598}
- - {fileID: 224991777459466852}
- - {fileID: 224407190968349020}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224935923790566182
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224947594488774708
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1735189341421360}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224588407123308914}
- - {fileID: 224072173106251942}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 19
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224956954450554882
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973550148719728
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224249737410324214}
- - {fileID: 224979470739909968}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 518.4}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224979093684800932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224979470739909968
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224982743355571038
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1611795288459394}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224479684951851676}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 67, y: 22}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224990715926752788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224991777459466852
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1781827636214526}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224411504929088870}
- - {fileID: 224049267358398634}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 293.14282, y: -321}
- m_SizeDelta: {x: 140.57143, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line7_Temperature Change in the Coming Week_未来一周天气变化.prefab.meta b/Assets/XChartsDemo/Prefab/Line7_Temperature Change in the Coming Week_未来一周天气变化.prefab.meta
deleted file mode 100644
index 448c5e7d..00000000
--- a/Assets/XChartsDemo/Prefab/Line7_Temperature Change in the Coming Week_未来一周天气变化.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: a9f1b7e6ea1bf4311a282f3781fbb29d
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line8_Area Pieces_折线图区域高亮.prefab b/Assets/XChartsDemo/Prefab/Line8_Area Pieces_折线图区域高亮.prefab
deleted file mode 100644
index ae5ecdfe..00000000
--- a/Assets/XChartsDemo/Prefab/Line8_Area Pieces_折线图区域高亮.prefab
+++ /dev/null
@@ -1,10063 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1001341358857994
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224049267358398634}
- - component: {fileID: 222450757998435544}
- - component: {fileID: 114959628352932986}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1002778217306388
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224258183212069198}
- - component: {fileID: 222640783511241694}
- - component: {fileID: 114309302740114012}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1006884922380458
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224403130825836048}
- - component: {fileID: 222854376274958610}
- - component: {fileID: 114241371873175968}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1017642418443088
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224173696182696932}
- - component: {fileID: 222151966558248882}
- - component: {fileID: 114361114994925350}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1027911615219690
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224683854177371718}
- - component: {fileID: 222099549355236510}
- - component: {fileID: 114127584028882818}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1053098954773202
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224552316755052566}
- - component: {fileID: 222175145861225238}
- - component: {fileID: 114628245657106172}
- m_Layer: 5
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1056902617450444
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224521938705925858}
- - component: {fileID: 222214841815947560}
- - component: {fileID: 114513222812493456}
- - component: {fileID: 114614169603368824}
- - component: {fileID: 114217246228141312}
- m_Layer: 0
- m_Name: 0_Highest
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114536218051695970}
- m_Layer: 5
- m_Name: "Line8_Area Pieces_\u6298\u7EBF\u56FE\u533A\u57DF\u9AD8\u4EAE"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1089955154405330
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224990715926752788}
- - component: {fileID: 222087189479083732}
- - component: {fileID: 114981043377996780}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1091367663263216
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224160045176166254}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1100730568756646
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224178015294786926}
- - component: {fileID: 222733892571018658}
- - component: {fileID: 114442063681203728}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1129423023950962
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224357158427184252}
- - component: {fileID: 222728076071168554}
- - component: {fileID: 114188154748186312}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1138467872172262
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224461784679009788}
- - component: {fileID: 222276566445660968}
- - component: {fileID: 114136752606354592}
- - component: {fileID: 114633046049669452}
- - component: {fileID: 114880367454668550}
- m_Layer: 0
- m_Name: 1_Lowest
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1154524627484318
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224230559277315378}
- - component: {fileID: 222400891240163936}
- - component: {fileID: 114889565492602680}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1164594019577408
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224291427797303176}
- - component: {fileID: 222636124274192416}
- - component: {fileID: 114882244932809286}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1168179929807826
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224304392435598876}
- - component: {fileID: 222592598393023922}
- - component: {fileID: 114042131961543780}
- m_Layer: 5
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1171011732189730
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224234562752443266}
- - component: {fileID: 222847578136400606}
- - component: {fileID: 114944401824803038}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1172282380216948
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224475073206913032}
- - component: {fileID: 222558747966724746}
- - component: {fileID: 114120676793292092}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1185255411413516
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224973550148719728}
- - component: {fileID: 222014964975727276}
- - component: {fileID: 114190391805066108}
- m_Layer: 5
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1197282442560186
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224072632507066478}
- - component: {fileID: 222986226732682492}
- - component: {fileID: 114515314247698582}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1201069439717858
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224088643922989218}
- - component: {fileID: 222311515873283646}
- - component: {fileID: 114753637287224048}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1211607822199198
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224621353663292562}
- - component: {fileID: 222727439023508136}
- - component: {fileID: 114350571089922882}
- m_Layer: 5
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1215513477559178
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224479684951851676}
- - component: {fileID: 222572781953631834}
- - component: {fileID: 114310252557613458}
- m_Layer: 0
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1224139237940524
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224182550043971170}
- - component: {fileID: 222610932116420402}
- - component: {fileID: 114254195554902808}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1236629228521010
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224587638508986294}
- - component: {fileID: 222162293231977346}
- - component: {fileID: 114147314513190030}
- m_Layer: 5
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1242276913503108
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224743633032293370}
- - component: {fileID: 222443703113577810}
- - component: {fileID: 114133583591162906}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1246679396377980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979093684800932}
- - component: {fileID: 222953103984985506}
- - component: {fileID: 114825338845355746}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1257380882125698
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224411504929088870}
- - component: {fileID: 222827485352525330}
- - component: {fileID: 114775265973487912}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1301592297122642
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140752341371598}
- - component: {fileID: 222950872742955318}
- - component: {fileID: 114166563003112708}
- m_Layer: 5
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1307471358898980
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224496112938999606}
- - component: {fileID: 222225318707008236}
- - component: {fileID: 114356010291426696}
- m_Layer: 5
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1325031022027364
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224171307248882660}
- - component: {fileID: 222149627475872766}
- - component: {fileID: 114233229109744586}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1329460026292572
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224935923790566182}
- - component: {fileID: 222544709108097098}
- - component: {fileID: 114724154347660832}
- m_Layer: 5
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1360024164190972
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224588407123308914}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1366747947424886
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224507952623016078}
- m_Layer: 5
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1368987219971874
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224083719015931098}
- m_Layer: 5
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1370941065534734
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224072173106251942}
- - component: {fileID: 222170397727473412}
- - component: {fileID: 114468658583814430}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1376061983593502
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224252217279052890}
- - component: {fileID: 222463422905226512}
- - component: {fileID: 114532502964638564}
- m_Layer: 5
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1380265125515834
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224299259749513814}
- - component: {fileID: 222009894880045366}
- - component: {fileID: 114930603502122510}
- m_Layer: 0
- m_Name: markLine_1_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1394863569341678
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224620847758952290}
- - component: {fileID: 222698748993652270}
- - component: {fileID: 114863791090648168}
- m_Layer: 5
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1399855783598064
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224687284073154992}
- - component: {fileID: 222298365444342882}
- - component: {fileID: 114765844308700230}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1408993591107228
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224453525292817816}
- - component: {fileID: 222658477632257174}
- - component: {fileID: 114027367806950040}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1411034998427288
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224708841543541906}
- m_Layer: 5
- m_Name: legend0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1416769306435626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224849613466458242}
- - component: {fileID: 222889342550321718}
- - component: {fileID: 114441967400359432}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1424801832239460
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224906460427272078}
- - component: {fileID: 222396800439517802}
- - component: {fileID: 114577542685262578}
- m_Layer: 5
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1434207976680334
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224739396414189438}
- - component: {fileID: 222877274536041442}
- - component: {fileID: 114060474746529010}
- m_Layer: 5
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1443918095338938
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224726222949377710}
- - component: {fileID: 222782092735935128}
- - component: {fileID: 114617750107437112}
- m_Layer: 5
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1453692426346540
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224547202804451040}
- - component: {fileID: 222720285128717396}
- - component: {fileID: 114388003717783178}
- m_Layer: 5
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1457974090271952
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224012513082358678}
- - component: {fileID: 222443911589291062}
- - component: {fileID: 114513047503144076}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1466929011588376
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224274534732287924}
- - component: {fileID: 222522154167139324}
- - component: {fileID: 114596461953651016}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1474982046855252
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224921068246828936}
- m_Layer: 5
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1494899783781768
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224125772585077954}
- - component: {fileID: 222359945333678822}
- - component: {fileID: 114542113016496884}
- m_Layer: 5
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1543113298730002
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224850371287545574}
- - component: {fileID: 222681672242420904}
- - component: {fileID: 114422066720059634}
- m_Layer: 0
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1547698271309366
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224540189842929648}
- - component: {fileID: 222428327314905300}
- - component: {fileID: 114905745039450090}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1552254205546688
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224465894002495446}
- - component: {fileID: 222997546427657794}
- - component: {fileID: 114122816174496138}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1554933353082342
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224887088277414926}
- m_Layer: 0
- m_Name: markline
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1556514269239662
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224916173641135118}
- m_Layer: 5
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1559307935334866
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224202808190021490}
- - component: {fileID: 222092365459879612}
- - component: {fileID: 114500330622547452}
- m_Layer: 5
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1569736340932950
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224182632032459472}
- - component: {fileID: 222484574069139660}
- - component: {fileID: 114683086243516260}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1570578761152512
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224361767485462756}
- - component: {fileID: 222480013352698834}
- - component: {fileID: 114538083409762124}
- m_Layer: 5
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1573291710005440
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224746570388614924}
- - component: {fileID: 222503742992414280}
- - component: {fileID: 114530568054375770}
- m_Layer: 0
- m_Name: axis_x8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1574640630610420
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224912313396819254}
- - component: {fileID: 222589808812765694}
- - component: {fileID: 114849661258586930}
- m_Layer: 0
- m_Name: icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1576422519215466
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224195374638266248}
- - component: {fileID: 222625884593130892}
- - component: {fileID: 114181099966682092}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1577987237023080
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224637072934519642}
- m_Layer: 5
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1583990305901370
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224664876070329100}
- - component: {fileID: 222988139834358164}
- - component: {fileID: 114831085219387490}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1600825565323764
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224026462847059712}
- - component: {fileID: 222672113096907652}
- - component: {fileID: 114144422724829538}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1606317862820626
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224593842280141920}
- - component: {fileID: 222402544413992822}
- - component: {fileID: 114040618731032206}
- m_Layer: 5
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1609876380536852
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224977974633392494}
- - component: {fileID: 222798764163206860}
- - component: {fileID: 114095964385687656}
- m_Layer: 0
- m_Name: markLine_0_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1611795288459394
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224982743355571038}
- - component: {fileID: 222359323228471198}
- - component: {fileID: 114096433260280646}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1613363950922284
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224067787559689464}
- - component: {fileID: 222902386832597922}
- - component: {fileID: 114928446470177062}
- m_Layer: 5
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1639892796668066
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224140606526181650}
- - component: {fileID: 222693464099964898}
- - component: {fileID: 114776228686782292}
- m_Layer: 0
- m_Name: axis_x7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1655966243143574
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224249737410324214}
- - component: {fileID: 222188750832414712}
- - component: {fileID: 114159589807595064}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1662752567307946
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224299357896399972}
- - component: {fileID: 222460921130069340}
- - component: {fileID: 114164663347096558}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1666603460136438
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224914137642966804}
- m_Layer: 5
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1688311580030654
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224395355895192594}
- - component: {fileID: 222673133304366156}
- - component: {fileID: 114141552559089162}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1696865098027656
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224487537495016460}
- - component: {fileID: 222678210619210548}
- - component: {fileID: 114940412013359164}
- m_Layer: 0
- m_Name: icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1707333992337544
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224989621926378428}
- - component: {fileID: 222337073013884944}
- - component: {fileID: 114766249041785824}
- m_Layer: 0
- m_Name: markLine_0_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1709976450808898
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224874275528835132}
- - component: {fileID: 222078929164062330}
- - component: {fileID: 114787509741884570}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1733772937256832
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224564011862115442}
- - component: {fileID: 222516948819348198}
- - component: {fileID: 114178464993601810}
- m_Layer: 5
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1735189341421360
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224947594488774708}
- m_Layer: 0
- m_Name: serie_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1752202154569698
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224408417117885246}
- - component: {fileID: 222403658479092182}
- - component: {fileID: 114172216685379844}
- m_Layer: 5
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1754208976018310
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224374556880346820}
- - component: {fileID: 222364152142045404}
- - component: {fileID: 114030482127831824}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1766789731988082
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224614637610198586}
- - component: {fileID: 222783325335017026}
- - component: {fileID: 114492205192198988}
- m_Layer: 5
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1781827636214526
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224991777459466852}
- - component: {fileID: 222568545615398020}
- - component: {fileID: 114865111445931344}
- m_Layer: 0
- m_Name: axis_x5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1782925171488228
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224505909479182272}
- - component: {fileID: 222140228644773934}
- - component: {fileID: 114493114805205484}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1787494150742786
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224931837796466880}
- - component: {fileID: 222927024289137160}
- - component: {fileID: 114453226197252964}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1805671020075686
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224817863005621660}
- - component: {fileID: 222345853821087184}
- - component: {fileID: 114213361162744042}
- m_Layer: 5
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1812337738740484
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224242433638540060}
- - component: {fileID: 222381774080969482}
- - component: {fileID: 114500353423402644}
- m_Layer: 5
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1813178974584728
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224979470739909968}
- - component: {fileID: 222317654664845438}
- - component: {fileID: 114946180245549846}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1824652294524518
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224948281882189976}
- - component: {fileID: 222751013838210944}
- - component: {fileID: 114039205666705642}
- m_Layer: 0
- m_Name: markLine_0_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1855199224640548
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224873094662214086}
- - component: {fileID: 222847990301181452}
- - component: {fileID: 114548834368023324}
- m_Layer: 5
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1878583005977136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224266566883521314}
- - component: {fileID: 222230302485926814}
- - component: {fileID: 114034582093406246}
- m_Layer: 5
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1904219529192394
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224776409801051768}
- - component: {fileID: 222737925132155670}
- - component: {fileID: 114805603487244410}
- m_Layer: 5
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1926944195663502
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224407190968349020}
- - component: {fileID: 222801519257530466}
- - component: {fileID: 114710793663878052}
- m_Layer: 0
- m_Name: axis_x6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1932352809336804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224956954450554882}
- - component: {fileID: 222236824534706502}
- - component: {fileID: 114306954849133848}
- m_Layer: 5
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1952035351759834
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224132733074439232}
- - component: {fileID: 222925553479547050}
- - component: {fileID: 114388822977351124}
- m_Layer: 0
- m_Name: markLine_0_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1964404076203136
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224457852757879590}
- - component: {fileID: 222154888757756804}
- - component: {fileID: 114415422364495954}
- m_Layer: 5
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1975792318281916
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224709491086808056}
- - component: {fileID: 222672612141654674}
- - component: {fileID: 114549553551140134}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1983683141477684
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745833160826210}
- - component: {fileID: 222145621559554436}
- - component: {fileID: 114797770361730316}
- m_Layer: 5
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1991563171543704
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224589817973695092}
- - component: {fileID: 222360460675953424}
- - component: {fileID: 114519866605911720}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114027367806950040
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114030482127831824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114034582093406246
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114039205666705642
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1824652294524518}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114040618731032206
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114042131961543780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114060474746529010
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114095964385687656
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1609876380536852}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114096433260280646
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1611795288459394}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 3
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Highest
---- !u!114 &114120676793292092
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1172282380216948}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0.0
---- !u!114 &114122816174496138
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2019-10-10
---- !u!114 &114127584028882818
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 160
---- !u!114 &114133583591162906
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1242276913503108}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114136752606354592
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1138467872172262}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114141552559089162
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1688311580030654}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0.0
---- !u!114 &114144422724829538
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2019-10-12
---- !u!114 &114147314513190030
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114159589807595064
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 640
---- !u!114 &114164663347096558
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1662752567307946}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2019-10-18
---- !u!114 &114166563003112708
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114172216685379844
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114178464993601810
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114181099966682092
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2019-10-11
---- !u!114 &114188154748186312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114190391805066108
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114213361162744042
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114217246228141312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056902617450444}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -1862395651, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Delegates:
- - eventID: 2
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- - eventID: 0
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- - eventID: 1
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- delegates: []
---- !u!114 &114233229109744586
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1325031022027364}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114241371873175968
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1006884922380458}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 3
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Lowest
---- !u!114 &114254195554902808
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114306954849133848
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114309302740114012
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114310252557613458
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215513477559178}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114350571089922882
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: LineChart
---- !u!114 &114356010291426696
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114361114994925350
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114388003717783178
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114388822977351124
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1952035351759834}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114415422364495954
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114422066720059634
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1543113298730002}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114441967400359432
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 320
---- !u!114 &114442063681203728
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: '''2019-10-10'''
---- !u!114 &114453226197252964
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1787494150742786}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0.0
---- !u!114 &114468658583814430
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1370941065534734}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.18431373, g: 0.27058825, b: 0.32941177, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114492205192198988
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114493114805205484
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1782925171488228}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2019-10-17
---- !u!114 &114500330622547452
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114500353423402644
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114513047503144076
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1457974090271952}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0.0
---- !u!114 &114513222812493456
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056902617450444}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114515314247698582
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114519866605911720
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114530568054375770
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1573291710005440}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114532502964638564
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114536218051695970
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.22
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends: []
- m_MarkLines:
- - m_Show: 1
- m_SerieIndex: 0
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 0
- m_Data:
- - m_Type: 0
- m_Name: average
- m_Dimension: 1
- m_XPosition: 0
- m_YPosition: 0
- m_XValue: 1
- m_YValue: 0
- m_Group: 0
- m_ZeroPosition: 0
- m_StartSymbol:
- m_Show: 0
- m_Type: 1
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_EndSymbol:
- m_Show: 0
- m_Type: 6
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 1
- m_Color:
- serializedVersion: 2
- rgba: 4294901760
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter: '{c}'
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter: f1
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- - m_Type: 0
- m_Name: average
- m_Dimension: 1
- m_XPosition: 0
- m_YPosition: 0
- m_XValue: 3
- m_YValue: 0
- m_Group: 0
- m_ZeroPosition: 0
- m_StartSymbol:
- m_Show: 0
- m_Type: 1
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_EndSymbol:
- m_Show: 0
- m_Type: 6
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 1
- m_Color:
- serializedVersion: 2
- rgba: 4294901760
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter: '{c}'
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter: f1
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- - m_Type: 0
- m_Name: average
- m_Dimension: 1
- m_XPosition: 0
- m_YPosition: 0
- m_XValue: 5
- m_YValue: 0
- m_Group: 0
- m_ZeroPosition: 0
- m_StartSymbol:
- m_Show: 0
- m_Type: 1
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_EndSymbol:
- m_Show: 0
- m_Type: 6
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 1
- m_Color:
- serializedVersion: 2
- rgba: 4294901760
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter: '{c}'
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter: f1
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- - m_Type: 0
- m_Name: average
- m_Dimension: 1
- m_XPosition: 0
- m_YPosition: 0
- m_XValue: 7
- m_YValue: 0
- m_Group: 0
- m_ZeroPosition: 0
- m_StartSymbol:
- m_Show: 0
- m_Type: 1
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_EndSymbol:
- m_Show: 0
- m_Type: 6
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 1
- m_Color:
- serializedVersion: 2
- rgba: 4294901760
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter: '{c}'
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter: f1
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles: []
- m_Tooltips: []
- m_Vessels: []
- m_VisualMaps:
- - m_Show: 1
- m_Type: 1
- m_SelectedMode: 0
- m_SerieIndex: 0
- m_Min: 0
- m_Max: 100
- m_Range:
- - 0
- - 100
- m_Text:
- -
- -
- m_TextGap:
- - 10
- - 10
- m_SplitNumber: 5
- m_Calculable: 0
- m_Realtime: 1
- m_ItemWidth: 20
- m_ItemHeight: 140
- m_ItemGap: 10
- m_BorderWidth: 0
- m_Dimension: 0
- m_HoverLink: 1
- m_AutoMinMax: 1
- m_Orient: 0
- m_Location:
- m_Align: 7
- m_Left: 0.03
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InRange: []
- m_OutOfRange:
- - serializedVersion: 2
- rgba: 16777215
- m_Pieces:
- - m_Min: 1
- m_Max: 3
- m_Label:
- m_Color:
- serializedVersion: 2
- rgba: 4289986560
- - m_Min: 5
- m_Max: 7
- m_Label:
- m_Color:
- serializedVersion: 2
- rgba: 4289986560
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 9
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - 2019-10-10
- - 2019-10-11
- - 2019-10-12
- - 2019-10-13
- - 2019-10-14
- - 2019-10-15
- - 2019-10-16
- - 2019-10-17
- - 2019-10-18
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie0
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 1
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.326
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 0
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 4291194964
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 5
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: 0
- m_DestDetailProgress: 1
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name: '''2019-10-10'''
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 200
- - 200
- - m_Name: '''2019-10-11'''
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 560
- - 560
- - m_Name: '''2019-10-12'''
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 750
- - 750
- - m_Name: '''2019-10-13'''
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 580
- - 580
- - m_Name: '''2019-10-14'''
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 250
- - 250
- - m_Name: '''2019-10-15'''
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 300
- - 300
- - m_Name: '''2019-10-16'''
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 450
- - 450
- - m_Name: '''2019-10-17'''
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 300
- - 300
- - m_Name: '''2019-10-18'''
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_EnableIconStyle: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_EnableLabel: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_EnableItemStyle: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableEmphasis: 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_EnableSymbol: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_Data:
- - 100
- - 100
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114538083409762124
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114542113016496884
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114548834368023324
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114549553551140134
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1975792318281916}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 1.6
---- !u!114 &114577542685262578
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114596461953651016
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 800
---- !u!114 &114614169603368824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056902617450444}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 1392445389, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Navigation:
- m_Mode: 3
- m_SelectOnUp: {fileID: 0}
- m_SelectOnDown: {fileID: 0}
- m_SelectOnLeft: {fileID: 0}
- m_SelectOnRight: {fileID: 0}
- m_Transition: 1
- m_Colors:
- m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
- m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
- m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
- m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
- m_ColorMultiplier: 1
- m_FadeDuration: 0.1
- m_SpriteState:
- m_HighlightedSprite: {fileID: 0}
- m_PressedSprite: {fileID: 0}
- m_DisabledSprite: {fileID: 0}
- m_AnimationTriggers:
- m_NormalTrigger: Normal
- m_HighlightedTrigger: Highlighted
- m_PressedTrigger: Pressed
- m_DisabledTrigger: Disabled
- m_Interactable: 1
- m_TargetGraphic: {fileID: 114513222812493456}
- m_OnClick:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0,
- Culture=neutral, PublicKeyToken=null
---- !u!114 &114617750107437112
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114628245657106172
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114633046049669452
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1138467872172262}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 1392445389, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Navigation:
- m_Mode: 3
- m_SelectOnUp: {fileID: 0}
- m_SelectOnDown: {fileID: 0}
- m_SelectOnLeft: {fileID: 0}
- m_SelectOnRight: {fileID: 0}
- m_Transition: 1
- m_Colors:
- m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
- m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
- m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
- m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
- m_ColorMultiplier: 1
- m_FadeDuration: 0.1
- m_SpriteState:
- m_HighlightedSprite: {fileID: 0}
- m_PressedSprite: {fileID: 0}
- m_DisabledSprite: {fileID: 0}
- m_AnimationTriggers:
- m_NormalTrigger: Normal
- m_HighlightedTrigger: Highlighted
- m_PressedTrigger: Pressed
- m_DisabledTrigger: Disabled
- m_Interactable: 1
- m_TargetGraphic: {fileID: 114136752606354592}
- m_OnClick:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0,
- Culture=neutral, PublicKeyToken=null
---- !u!114 &114683086243516260
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1569736340932950}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114710793663878052
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1926944195663502}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114724154347660832
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114753637287224048
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114765844308700230
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 480
---- !u!114 &114766249041785824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1707333992337544}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114775265973487912
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257380882125698}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2019-10-15
---- !u!114 &114776228686782292
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1639892796668066}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114787509741884570
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2019-10-14
---- !u!114 &114797770361730316
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114805603487244410
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114825338845355746
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114831085219387490
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114849661258586930
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1574640630610420}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.7607843, g: 0.20784314, b: 0.19215687, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114863791090648168
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114865111445931344
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1781827636214526}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114880367454668550
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1138467872172262}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -1862395651, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Delegates:
- - eventID: 2
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- - eventID: 0
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- - eventID: 1
- callback:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.EventSystems.EventTrigger+TriggerEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- delegates: []
---- !u!114 &114882244932809286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114889565492602680
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2019-10-13
---- !u!114 &114905745039450090
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1547698271309366}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 2019-10-16
---- !u!114 &114928446470177062
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114930603502122510
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1380265125515834}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114940412013359164
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1696865098027656}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.18431373, g: 0.27058825, b: 0.32941177, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114944401824803038
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114946180245549846
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114959628352932986
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1001341358857994}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114981043377996780
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!222 &222009894880045366
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1380265125515834}
---- !u!222 &222014964975727276
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!222 &222078929164062330
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
---- !u!222 &222087189479083732
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
---- !u!222 &222092365459879612
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
---- !u!222 &222099549355236510
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
---- !u!222 &222140228644773934
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1782925171488228}
---- !u!222 &222145621559554436
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
---- !u!222 &222149627475872766
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1325031022027364}
---- !u!222 &222151966558248882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
---- !u!222 &222154888757756804
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
---- !u!222 &222162293231977346
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
---- !u!222 &222170397727473412
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1370941065534734}
---- !u!222 &222175145861225238
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
---- !u!222 &222188750832414712
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
---- !u!222 &222214841815947560
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056902617450444}
---- !u!222 &222225318707008236
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
---- !u!222 &222230302485926814
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
---- !u!222 &222236824534706502
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
---- !u!222 &222276566445660968
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1138467872172262}
---- !u!222 &222298365444342882
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
---- !u!222 &222311515873283646
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
---- !u!222 &222317654664845438
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
---- !u!222 &222337073013884944
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1707333992337544}
---- !u!222 &222345853821087184
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
---- !u!222 &222359323228471198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1611795288459394}
---- !u!222 &222359945333678822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
---- !u!222 &222360460675953424
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
---- !u!222 &222364152142045404
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
---- !u!222 &222381774080969482
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
---- !u!222 &222396800439517802
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
---- !u!222 &222400891240163936
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
---- !u!222 &222402544413992822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
---- !u!222 &222403658479092182
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
---- !u!222 &222428327314905300
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1547698271309366}
---- !u!222 &222443703113577810
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1242276913503108}
---- !u!222 &222443911589291062
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1457974090271952}
---- !u!222 &222450757998435544
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1001341358857994}
---- !u!222 &222460921130069340
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1662752567307946}
---- !u!222 &222463422905226512
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
---- !u!222 &222480013352698834
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
---- !u!222 &222484574069139660
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1569736340932950}
---- !u!222 &222503742992414280
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1573291710005440}
---- !u!222 &222516948819348198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
---- !u!222 &222522154167139324
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
---- !u!222 &222544709108097098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
---- !u!222 &222558747966724746
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1172282380216948}
---- !u!222 &222568545615398020
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1781827636214526}
---- !u!222 &222572781953631834
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215513477559178}
---- !u!222 &222589808812765694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1574640630610420}
---- !u!222 &222592598393023922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
---- !u!222 &222610932116420402
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
---- !u!222 &222625884593130892
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
---- !u!222 &222636124274192416
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
---- !u!222 &222640783511241694
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
---- !u!222 &222658477632257174
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
---- !u!222 &222672113096907652
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
---- !u!222 &222672612141654674
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1975792318281916}
---- !u!222 &222673133304366156
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1688311580030654}
---- !u!222 &222678210619210548
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1696865098027656}
---- !u!222 &222681672242420904
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1543113298730002}
---- !u!222 &222693464099964898
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1639892796668066}
---- !u!222 &222698748993652270
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
---- !u!222 &222720285128717396
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
---- !u!222 &222727439023508136
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
---- !u!222 &222728076071168554
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
---- !u!222 &222733892571018658
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
---- !u!222 &222737925132155670
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
---- !u!222 &222751013838210944
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1824652294524518}
---- !u!222 &222782092735935128
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
---- !u!222 &222783325335017026
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
---- !u!222 &222798764163206860
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1609876380536852}
---- !u!222 &222801519257530466
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1926944195663502}
---- !u!222 &222827485352525330
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257380882125698}
---- !u!222 &222847578136400606
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
---- !u!222 &222847990301181452
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
---- !u!222 &222854376274958610
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1006884922380458}
---- !u!222 &222877274536041442
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
---- !u!222 &222889342550321718
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
---- !u!222 &222902386832597922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
---- !u!222 &222925553479547050
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1952035351759834}
---- !u!222 &222927024289137160
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1787494150742786}
---- !u!222 &222950872742955318
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
---- !u!222 &222953103984985506
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
---- !u!222 &222986226732682492
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
---- !u!222 &222988139834358164
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
---- !u!222 &222997546427657794
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
---- !u!224 &224012513082358678
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1457974090271952}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224132733074439232}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 32, y: 26}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224026462847059712
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1600825565323764}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224049267358398634
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1001341358857994}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224991777459466852}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224067787559689464
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1613363950922284}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224072173106251942
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1370941065534734}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224947594488774708}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224072632507066478
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1197282442560186}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224083719015931098
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1368987219971874}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224088643922989218
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1201069439717858}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224125772585077954
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1494899783781768}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224132733074439232
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1952035351759834}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224012513082358678}
- m_Father: {fileID: 224887088277414926}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 50, y: 22}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140606526181650
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1639892796668066}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224505909479182272}
- - {fileID: 224171307248882660}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 381, y: -321}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224140752341371598
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1301592297122642}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224874275528835132}
- - {fileID: 224182550043971170}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 12, y: -321}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: -974.7652}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224593842280141920}
- - {fileID: 224587638508986294}
- - {fileID: 224906460427272078}
- - {fileID: 224067787559689464}
- - {fileID: 224408417117885246}
- - {fileID: 224726222949377710}
- - {fileID: 224202808190021490}
- - {fileID: 224935923790566182}
- - {fileID: 224817863005621660}
- - {fileID: 224125772585077954}
- - {fileID: 224739396414189438}
- - {fileID: 224547202804451040}
- - {fileID: 224637072934519642}
- - {fileID: 224708841543541906}
- - {fileID: 224916173641135118}
- - {fileID: 224921068246828936}
- - {fileID: 224914137642966804}
- - {fileID: 224507952623016078}
- - {fileID: 224887088277414926}
- - {fileID: 224947594488774708}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -10.830725}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224160045176166254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1091367663263216}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224614637610198586}
- - {fileID: 224266566883521314}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224171307248882660
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1325031022027364}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140606526181650}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224173696182696932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1017642418443088}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224178015294786926
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1100730568756646}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224507952623016078}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -40}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224182550043971170
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1224139237940524}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224182632032459472
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1569736340932950}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224746570388614924}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224195374638266248
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1576422519215466}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224202808190021490
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1559307935334866}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224230559277315378
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1154524627484318}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224234562752443266
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1171011732189730}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224242433638540060
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1812337738740484}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224465894002495446}
- - {fileID: 224258183212069198}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -480, y: -321}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224249737410324214
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1655966243143574}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224252217279052890
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1376061983593502}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224374556880346820}
- m_Father: {fileID: 224916173641135118}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 600, y: -400}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224258183212069198
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1002778217306388}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224266566883521314
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1878583005977136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224956954450554882}
- - {fileID: 224072632507066478}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224274534732287924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1466929011588376}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224745833160826210}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224291427797303176
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1164594019577408}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224564011862115442}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224299259749513814
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1380265125515834}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224709491086808056}
- m_Father: {fileID: 224887088277414926}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 520, y: -218.2857}
- m_SizeDelta: {x: 50, y: 22}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224299357896399972
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1662752567307946}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224746570388614924}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224304392435598876
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1168179929807826}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224687284073154992}
- - {fileID: 224173696182696932}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 412.8}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224357158427184252
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1129423023950962}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224552316755052566}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224361767485462756
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1570578761152512}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224683854177371718}
- - {fileID: 224453525292817816}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 201.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224374556880346820
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1754208976018310}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224252217279052890}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224395355895192594
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1688311580030654}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224977974633392494}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 32, y: 26}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224403130825836048
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1006884922380458}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224850371287545574}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 63, y: 22}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224407190968349020
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1926944195663502}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224540189842929648}
- - {fileID: 224743633032293370}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 258, y: -321}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224408417117885246
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752202154569698}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224411504929088870
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1257380882125698}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224991777459466852}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224453525292817816
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1408993591107228}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224457852757879590
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1964404076203136}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224849613466458242}
- - {fileID: 224990715926752788}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 307.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224461784679009788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1138467872172262}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224487537495016460}
- - {fileID: 224850371287545574}
- m_Father: {fileID: 224708841543541906}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 607, y: -100}
- m_SizeDelta: {x: 90, y: 18}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224465894002495446
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1552254205546688}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224242433638540060}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224475073206913032
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1172282380216948}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224989621926378428}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 32, y: 26}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224479684951851676
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1215513477559178}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224982743355571038}
- m_Father: {fileID: 224521938705925858}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 27, y: 0}
- m_SizeDelta: {x: 67, y: 18}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224487537495016460
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1696865098027656}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224461784679009788}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 25, y: 12}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224496112938999606
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1307471358898980}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224505909479182272
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1782925171488228}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140606526181650}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224507952623016078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1366747947424886}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224083719015931098}
- - {fileID: 224178015294786926}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 17
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224521938705925858
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1056902617450444}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224912313396819254}
- - {fileID: 224479684951851676}
- m_Father: {fileID: 224708841543541906}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 503, y: -100}
- m_SizeDelta: {x: 94, y: 18}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224540189842929648
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1547698271309366}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224407190968349020}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224547202804451040
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1453692426346540}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224552316755052566
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1053098954773202}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224026462847059712}
- - {fileID: 224357158427184252}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -234, y: -321}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224564011862115442
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1733772937256832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224291427797303176}
- - {fileID: 224088643922989218}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 96}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224587638508986294
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1236629228521010}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224588407123308914
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1360024164190972}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224947594488774708}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224589817973695092
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1991563171543704}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224593842280141920
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1606317862820626}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224614637610198586
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1766789731988082}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224664876070329100}
- - {fileID: 224589817973695092}
- m_Father: {fileID: 224160045176166254}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224620847758952290
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1394863569341678}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224195374638266248}
- - {fileID: 224979093684800932}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -357, y: -321}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224621353663292562
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1211607822199198}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224637072934519642}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224637072934519642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1577987237023080}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224621353663292562}
- - {fileID: 224496112938999606}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224664876070329100
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1583990305901370}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224614637610198586}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224683854177371718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1027911615219690}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224361767485462756}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224687284073154992
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399855783598064}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224304392435598876}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224708841543541906
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1411034998427288}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224521938705925858}
- - {fileID: 224461784679009788}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224709491086808056
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1975792318281916}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224299259749513814}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 32, y: 26}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224726222949377710
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1443918095338938}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224739396414189438
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1434207976680334}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224743633032293370
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1242276913503108}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224407190968349020}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745833160826210
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1983683141477684}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224274534732287924}
- - {fileID: 224234562752443266}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 624}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224746570388614924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1573291710005440}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224299357896399972}
- - {fileID: 224182632032459472}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 504, y: -321}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224776409801051768
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1904219529192394}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224873094662214086}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224817863005621660
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1805671020075686}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224849613466458242
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1416769306435626}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224850371287545574
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1543113298730002}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224403130825836048}
- m_Father: {fileID: 224461784679009788}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 27, y: 0}
- m_SizeDelta: {x: 63, y: 18}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224873094662214086
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1855199224640548}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224230559277315378}
- - {fileID: 224776409801051768}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -111, y: -321}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224874275528835132
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1709976450808898}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224140752341371598}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224887088277414926
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1554933353082342}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224132733074439232}
- - {fileID: 224299259749513814}
- - {fileID: 224977974633392494}
- - {fileID: 224948281882189976}
- - {fileID: 224989621926378428}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 18
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224906460427272078
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1424801832239460}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224912313396819254
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1574640630610420}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224521938705925858}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 25, y: 12}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224914137642966804
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666603460136438}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224564011862115442}
- - {fileID: 224361767485462756}
- - {fileID: 224457852757879590}
- - {fileID: 224304392435598876}
- - {fileID: 224973550148719728}
- - {fileID: 224745833160826210}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224916173641135118
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1556514269239662}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224252217279052890}
- - {fileID: 224160045176166254}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224921068246828936
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1474982046855252}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224242433638540060}
- - {fileID: 224620847758952290}
- - {fileID: 224552316755052566}
- - {fileID: 224873094662214086}
- - {fileID: 224140752341371598}
- - {fileID: 224991777459466852}
- - {fileID: 224407190968349020}
- - {fileID: 224140606526181650}
- - {fileID: 224746570388614924}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224931837796466880
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1787494150742786}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224948281882189976}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 32, y: 26}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224935923790566182
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1329460026292572}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224947594488774708
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1735189341421360}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224588407123308914}
- - {fileID: 224072173106251942}
- m_Father: {fileID: 224147804559871088}
- m_RootOrder: 19
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224948281882189976
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1824652294524518}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224931837796466880}
- m_Father: {fileID: 224887088277414926}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 50, y: 22}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224956954450554882
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1932352809336804}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224266566883521314}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224973550148719728
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1185255411413516}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224249737410324214}
- - {fileID: 224979470739909968}
- m_Father: {fileID: 224914137642966804}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 112, y: 518.4}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224977974633392494
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1609876380536852}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224395355895192594}
- m_Father: {fileID: 224887088277414926}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 50, y: 22}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224979093684800932
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1246679396377980}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224620847758952290}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224979470739909968
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1813178974584728}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224973550148719728}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224982743355571038
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1611795288459394}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224479684951851676}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 0, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 67, y: 22}
- m_Pivot: {x: 0, y: 0.5}
---- !u!224 &224989621926378428
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1707333992337544}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children:
- - {fileID: 224475073206913032}
- m_Father: {fileID: 224887088277414926}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 50, y: 22}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224990715926752788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089955154405330}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224457852757879590}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224991777459466852
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1781827636214526}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224411504929088870}
- - {fileID: 224049267358398634}
- m_Father: {fileID: 224921068246828936}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 135, y: -321}
- m_SizeDelta: {x: 123, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line8_Area Pieces_折线图区域高亮.prefab.meta b/Assets/XChartsDemo/Prefab/Line8_Area Pieces_折线图区域高亮.prefab.meta
deleted file mode 100644
index 1a672de7..00000000
--- a/Assets/XChartsDemo/Prefab/Line8_Area Pieces_折线图区域高亮.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 666e7b5282740407d956c58ca1ddcfdb
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Line9_Data Transform Filter_数据过滤.prefab b/Assets/XChartsDemo/Prefab/Line9_Data Transform Filter_数据过滤.prefab
deleted file mode 100644
index 2d55f9cc..00000000
--- a/Assets/XChartsDemo/Prefab/Line9_Data Transform Filter_数据过滤.prefab
+++ /dev/null
@@ -1,430 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1067674712461128}
- m_IsPrefabParent: 1
---- !u!1 &1067674712461128
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224147804559871088}
- - component: {fileID: 222072236248669632}
- - component: {fileID: 114021868465902394}
- m_Layer: 5
- m_Name: "Line9_Data Transform Filter_\u6570\u636E\u8FC7\u6EE4"
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114021868465902394
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4281415106
- - serializedVersion: 2
- rgba: 4283712815
- - serializedVersion: 2
- rgba: 4289241185
- - serializedVersion: 2
- rgba: 4284842708
- - serializedVersion: 2
- rgba: 4289644433
- - serializedVersion: 2
- rgba: 4286816116
- - serializedVersion: 2
- rgba: 4280452810
- - serializedVersion: 2
- rgba: 4288324285
- - serializedVersion: 2
- rgba: 4285821038
- - serializedVersion: 2
- rgba: 4285556052
- - serializedVersion: 2
- rgba: 4292070596
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids: []
- m_Legends: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles: []
- m_Tooltips: []
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes: []
- m_YAxes: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines: []
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!222 &222072236248669632
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
---- !u!224 &224147804559871088
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1067674712461128}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: -974.7652}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -10.830725}
- m_SizeDelta: {x: 1200, y: 800}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Line9_Data Transform Filter_数据过滤.prefab.meta b/Assets/XChartsDemo/Prefab/Line9_Data Transform Filter_数据过滤.prefab.meta
deleted file mode 100644
index 9afd6804..00000000
--- a/Assets/XChartsDemo/Prefab/Line9_Data Transform Filter_数据过滤.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: e381dd638b7e64867876847ee25f4603
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 0
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/LineChart.prefab b/Assets/XChartsDemo/Prefab/LineChart.prefab
deleted file mode 100644
index 1b3e3476..00000000
--- a/Assets/XChartsDemo/Prefab/LineChart.prefab
+++ /dev/null
@@ -1,5428 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1700044432086726}
- m_IsPrefabParent: 1
---- !u!1 &1015484651896630
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224048554865839660}
- - component: {fileID: 222510794958699548}
- - component: {fileID: 114017115212627202}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1072579805891786
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224038836724856684}
- - component: {fileID: 222316621023896478}
- - component: {fileID: 114537200859325684}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1089682298309556
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224031641937178766}
- - component: {fileID: 222369946986013888}
- - component: {fileID: 114867047170690444}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1108968658607988
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224921057518311700}
- - component: {fileID: 222579249598671838}
- - component: {fileID: 114742439992323712}
- m_Layer: 0
- m_Name: Background
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1109154813647570
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224641890915339060}
- - component: {fileID: 222701524445281324}
- - component: {fileID: 114726120342669918}
- m_Layer: 0
- m_Name: painter_5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1114005960269606
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224257284426589794}
- - component: {fileID: 222699258488806886}
- - component: {fileID: 114912259370582284}
- m_Layer: 0
- m_Name: axis_x0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1128397565879410
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224215394715338458}
- - component: {fileID: 222648515882722078}
- - component: {fileID: 114904464495128884}
- m_Layer: 0
- m_Name: painter_6
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1132459670935796
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224193615689997170}
- m_Layer: 0
- m_Name: axis_y
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1139345372121158
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224528753523777742}
- - component: {fileID: 222231710332563190}
- - component: {fileID: 114596557810769478}
- m_Layer: 0
- m_Name: painter_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1141407678385846
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224528866078841974}
- - component: {fileID: 222277584783794160}
- - component: {fileID: 114141475942495286}
- m_Layer: 0
- m_Name: axis_x3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1145202387148770
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224971213160402530}
- - component: {fileID: 222334945702150010}
- - component: {fileID: 114620008235908210}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1158807890392728
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224804854271368416}
- - component: {fileID: 222419800721852732}
- - component: {fileID: 114844955170089558}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1161734831462940
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224734041209273858}
- - component: {fileID: 222530620417862044}
- - component: {fileID: 114214985185955408}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1183131023462820
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224543010843343446}
- - component: {fileID: 222551910219947654}
- - component: {fileID: 114036789099598658}
- m_Layer: 0
- m_Name: axis_y2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1191249594294940
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224593736129781522}
- - component: {fileID: 222348919726019412}
- - component: {fileID: 114802702734369042}
- m_Layer: 0
- m_Name: axis_y0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1191558061271660
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224376226445917508}
- - component: {fileID: 222412532993186164}
- - component: {fileID: 114243368529947652}
- m_Layer: 0
- m_Name: label_1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1196969311774670
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224445151188954296}
- - component: {fileID: 222537308122498724}
- - component: {fileID: 114307743968399726}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1229507920419088
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224718290921683130}
- - component: {fileID: 222904546701116324}
- - component: {fileID: 114087422050364204}
- m_Layer: 0
- m_Name: label_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1259085346660108
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224457162141909056}
- m_Layer: 0
- m_Name: title0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1262757040445860
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224184084120738966}
- - component: {fileID: 222210824890119946}
- - component: {fileID: 114720680548712922}
- m_Layer: 0
- m_Name: painter_8
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1273047615278722
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224968991446883632}
- - component: {fileID: 222235971256594854}
- - component: {fileID: 114284515956227884}
- m_Layer: 0
- m_Name: painter_t
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1313112067764078
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224323101557217840}
- - component: {fileID: 222715191664953314}
- - component: {fileID: 114380223248737126}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1321357951303852
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224297463552197332}
- - component: {fileID: 222470757378875468}
- - component: {fileID: 114664773591711618}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1369043656182666
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224675137145799598}
- m_Layer: 0
- m_Name: axis_x
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1377345369275334
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224578097755613266}
- - component: {fileID: 222493232346212224}
- - component: {fileID: 114736229266936102}
- m_Layer: 0
- m_Name: painter_3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1391453500156562
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224688830114429938}
- - component: {fileID: 222353429596490672}
- - component: {fileID: 114828038113043576}
- m_Layer: 0
- m_Name: painter_4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1399201161754962
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224964730181481694}
- - component: {fileID: 222312938983414198}
- - component: {fileID: 114727162705869558}
- m_Layer: 0
- m_Name: axis_x2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1422345996849314
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224751342169061326}
- - component: {fileID: 222414562509336726}
- - component: {fileID: 114793543370012170}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1428550175072788
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224778529753910258}
- - component: {fileID: 222713893758047312}
- - component: {fileID: 114402729931130246}
- m_Layer: 0
- m_Name: axis_y4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1431458441591178
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224855537755387552}
- - component: {fileID: 222119829844484414}
- - component: {fileID: 114635761562178136}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1469612707882528
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224152392284258224}
- - component: {fileID: 222812037865593318}
- - component: {fileID: 114942627485896546}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1485705327073678
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224022285785825490}
- - component: {fileID: 222159910076003066}
- - component: {fileID: 114206911710175016}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1508164841731514
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224790380527606532}
- - component: {fileID: 222425917480504396}
- - component: {fileID: 114262548490685926}
- m_Layer: 0
- m_Name: title_sub
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1513427973907300
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224159782036142984}
- - component: {fileID: 222924535568491122}
- - component: {fileID: 114071023204943496}
- m_Layer: 0
- m_Name: axis_y5
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1531664766188006
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224855952585833844}
- - component: {fileID: 222085862958139222}
- - component: {fileID: 114899895560625080}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1534469007284130
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224614987117491948}
- - component: {fileID: 222046823888478390}
- - component: {fileID: 114295186720762630}
- m_Layer: 0
- m_Name: painter_b
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1572221254821896
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224422244745273426}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1580617463243786
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224334040704040648}
- - component: {fileID: 222887160820074822}
- - component: {fileID: 114882095270133606}
- m_Layer: 0
- m_Name: axis_y3
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1592575595933582
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224434393496429628}
- - component: {fileID: 222819650865444032}
- - component: {fileID: 114819438852810142}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1599533559406836
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224127183895299470}
- - component: {fileID: 222398255977133922}
- - component: {fileID: 114338089345588636}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1599577022979706
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224745338418967948}
- - component: {fileID: 222008079562138080}
- - component: {fileID: 114025649602346734}
- m_Layer: 0
- m_Name: painter_9
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1616574444754258
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224577536358635474}
- - component: {fileID: 222240207612596530}
- - component: {fileID: 114525698068123992}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1623473488704864
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224290712058201226}
- - component: {fileID: 222841220094626560}
- - component: {fileID: 114254729894804930}
- m_Layer: 0
- m_Name: axis_x4
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1660346011749766
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224941082573422454}
- - component: {fileID: 222860587888654206}
- - component: {fileID: 114818344612983130}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1666848579196882
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224395519805827860}
- - component: {fileID: 222412423195741704}
- - component: {fileID: 114213569487159968}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1700044432086726
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224733753315691838}
- - component: {fileID: 222436374126291960}
- - component: {fileID: 114733855709345098}
- m_Layer: 0
- m_Name: LineChart
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1725941602159388
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224052986682525456}
- - component: {fileID: 222952676031231098}
- - component: {fileID: 114644830234047606}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1739013492724362
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224868693259273642}
- - component: {fileID: 222578357141072956}
- - component: {fileID: 114026673054566278}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1752883434730690
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224258020378815712}
- - component: {fileID: 222092336504342310}
- - component: {fileID: 114789483293258972}
- m_Layer: 0
- m_Name: painter_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1765547174723654
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224260509438186924}
- - component: {fileID: 222518149661912090}
- - component: {fileID: 114465355974078512}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1768118473121530
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224478893364670134}
- - component: {fileID: 222341026097197716}
- - component: {fileID: 114494660500028556}
- m_Layer: 0
- m_Name: axis_y1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1780155703430048
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224319130984633556}
- m_Layer: 0
- m_Name: tooltip
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1784921899329190
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224629028079178282}
- - component: {fileID: 222334649368893080}
- - component: {fileID: 114912633121616838}
- m_Layer: 0
- m_Name: painter_7
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1786793340651656
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224028267034556778}
- m_Layer: 0
- m_Name: serie_0
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1806718398382054
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224129865723634288}
- - component: {fileID: 222861202171277154}
- - component: {fileID: 114837596448371226}
- m_Layer: 0
- m_Name: painter_2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1819791575150258
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224092780197138662}
- - component: {fileID: 222688111405983428}
- - component: {fileID: 114492525136384958}
- m_Layer: 0
- m_Name: content
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1821449623905660
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224065294415967788}
- - component: {fileID: 222357864341108658}
- - component: {fileID: 114996903268904456}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1839487532127832
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224648973522574096}
- m_Layer: 0
- m_Name: label
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1846920930434262
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224746391520341532}
- - component: {fileID: 222146341503761088}
- - component: {fileID: 114093051774888308}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1902221925655614
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224960541066925170}
- - component: {fileID: 222483677032470156}
- - component: {fileID: 114794970036930052}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1907287844249088
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224766954975765500}
- - component: {fileID: 222830978942646962}
- - component: {fileID: 114834420918121142}
- m_Layer: 0
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1912674465845902
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224665088364270404}
- - component: {fileID: 222317321251288804}
- - component: {fileID: 114483813186613312}
- m_Layer: 0
- m_Name: title
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1975843912316410
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224381818428373658}
- - component: {fileID: 222046898309141378}
- - component: {fileID: 114002943905686824}
- m_Layer: 0
- m_Name: axis_x1
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1986065398139480
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224555186594954906}
- - component: {fileID: 222836186077092162}
- - component: {fileID: 114454745719644674}
- m_Layer: 0
- m_Name: Icon
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114002943905686824
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1975843912316410}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114017115212627202
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1015484651896630}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114025649602346734
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1599577022979706}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114026673054566278
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1739013492724362}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114036789099598658
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1183131023462820}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114071023204943496
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513427973907300}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114087422050364204
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1229507920419088}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114093051774888308
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1846920930434262}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 34
---- !u!114 &114141475942495286
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1141407678385846}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114206911710175016
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1485705327073678}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: LineChart
---- !u!114 &114213569487159968
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666848579196882}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 68
---- !u!114 &114214985185955408
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1161734831462940}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114243368529947652
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191558061271660}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114254729894804930
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1623473488704864}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114262548490685926
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1508164841731514}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 22
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 1
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114284515956227884
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1273047615278722}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114295186720762630
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1534469007284130}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114307743968399726
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1196969311774670}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114338089345588636
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1599533559406836}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114380223248737126
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1313112067764078}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x1
---- !u!114 &114402729931130246
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1428550175072788}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114454745719644674
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1986065398139480}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114465355974078512
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1765547174723654}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 0
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: Text
---- !u!114 &114483813186613312
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1912674465845902}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.32941177, g: 0.4392157, b: 0.7764706, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114492525136384958
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1819791575150258}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114494660500028556
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1768118473121530}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114525698068123992
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1616574444754258}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114537200859325684
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1072579805891786}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114596557810769478
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1139345372121158}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114620008235908210
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1145202387148770}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114635761562178136
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1431458441591178}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text:
---- !u!114 &114644830234047606
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1725941602159388}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x5
---- !u!114 &114664773591711618
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1321357951303852}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x3
---- !u!114 &114720680548712922
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1262757040445860}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114726120342669918
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1109154813647570}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114727162705869558
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399201161754962}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114733855709345098
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1700044432086726}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: b4f38bd00b4648c448cabfc167538f7c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_DebugMode: 0
- m_EnableTextMeshPro: 0
- m_ChartName:
- m_Theme:
- m_Theme: 0
- m_ThemeName: Default
- m_FontName: Arial
- m_TMPFontName: LiberationSans SDF
- m_FontInstacneId: 640
- m_TMPFontInstanceId: 0
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_ContrastColor:
- serializedVersion: 2
- rgba: 4283256145
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 4294967295
- m_ColorPalette:
- - serializedVersion: 2
- rgba: 4291194964
- - serializedVersion: 2
- rgba: 4285910161
- - serializedVersion: 2
- rgba: 4284008698
- - serializedVersion: 2
- rgba: 4284901102
- - serializedVersion: 2
- rgba: 4292788339
- - serializedVersion: 2
- rgba: 4285702715
- - serializedVersion: 2
- rgba: 4283598076
- - serializedVersion: 2
- rgba: 4290011290
- - serializedVersion: 2
- rgba: 4291591402
- m_Common:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_Title:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 24
- m_SubTitle:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 22
- m_Legend:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1}
- m_Axis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_RadiusAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_AngleAxis:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Polar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_Gauge:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 15
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 15
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 4294967295
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4294967295
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 1308293882
- - serializedVersion: 2
- rgba: 1305004232
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_Radar:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineLength: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitLineType: 0
- m_SplitLineWidth: 0.8
- m_SplitLineLength: 0
- m_SplitLineColor:
- serializedVersion: 2
- rgba: 542200145
- m_TickWidth: 0.8
- m_TickLength: 5
- m_TickColor:
- serializedVersion: 2
- rgba: 4283256145
- m_SplitAreaColors:
- - serializedVersion: 2
- rgba: 4294375158
- - serializedVersion: 2
- rgba: 4293388263
- m_Tooltip:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 1, g: 1, b: 1, a: 1}
- m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374}
- m_FontSize: 20
- m_LineType: 0
- m_LineWidth: 0.8
- m_LineColor:
- serializedVersion: 2
- rgba: 1680419113
- m_AreaColor:
- serializedVersion: 2
- rgba: 542200145
- m_LabelTextColor:
- serializedVersion: 2
- rgba: 4294967295
- m_LabelBackgroundColor:
- serializedVersion: 2
- rgba: 4280887593
- m_DataZoom:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 20
- m_BorderWidth: 0.5
- m_DataLineWidth: 0.5
- m_FillerColor:
- serializedVersion: 2
- rgba: 1858910119
- m_BorderColor:
- serializedVersion: 2
- rgba: 4292730333
- m_DataLineColor:
- serializedVersion: 2
- rgba: 4283712815
- m_DataAreaColor:
- serializedVersion: 2
- rgba: 1431586095
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_VisualMap:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
- m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 18
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 4291611852
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_TriangeLen: 20
- m_Serie:
- m_LineWidth: 1.8
- m_LineSymbolSize: 4
- m_LineSymbolSelectedSize: 8
- m_ScatterSymbolSize: 20
- m_ScatterSymbolSelectedSize: 30
- m_PieTooltipExtraRadius: 8
- m_PieSelectedOffset: 8
- m_CandlestickColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_CandlestickBorderWidth: 1
- m_CandlestickBorderColor:
- serializedVersion: 2
- rgba: 4281415106
- m_CandlestickBorderColor0:
- serializedVersion: 2
- rgba: 4283844145
- m_Settings:
- m_MaxPainter: 10
- m_ReversePainter: 0
- m_BasePainterMaterial: {fileID: 0}
- m_SeriePainterMaterial: {fileID: 0}
- m_TopPainterMaterial: {fileID: 0}
- m_LineSmoothStyle: 3
- m_LineSmoothness: 2
- m_LineSegmentDistance: 3
- m_CicleSmoothness: 2
- m_LegendIconLineWidth: 2
- m_LegendIconCornerRadius:
- - 0.25
- - 0.25
- - 0.25
- - 0.25
- m_AngleAxes: []
- m_Backgrounds: []
- m_DataZooms: []
- m_Grids:
- - m_Show: 1
- m_Left: 0.1
- m_Right: 0.08
- m_Top: 0.22
- m_Bottom: 0.12
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_Legends: []
- m_MarkLines: []
- m_MarkAreas: []
- m_Polars: []
- m_Radars: []
- m_RadiusAxes: []
- m_Titles:
- - m_Show: 1
- m_Text: LineChart
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_SubText:
- m_SubTextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 1
- m_ItemGap: 0
- m_Location:
- m_Align: 2
- m_Left: 0
- m_Right: 0
- m_Top: 0.03
- m_Bottom: 0
- m_Tooltips:
- - m_Show: 1
- m_Type: 0
- m_Trigger: 0
- m_Formatter:
- m_ItemFormatter:
- m_TitleFormatter:
- m_FixedWidth: 0
- m_FixedHeight: 0
- m_MinWidth: 0
- m_MinHeight: 0
- m_NumericFormatter:
- m_PaddingLeftRight: 5
- m_PaddingTopBottom: 5
- m_IgnoreDataShow: 0
- m_IgnoreDataDefaultContent: '-'
- m_AlwayShow: 0
- m_Offset: {x: 18, y: -25}
- m_BackgroundImage: {fileID: 0}
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Vessels: []
- m_VisualMaps: []
- m_XAxes:
- - m_Show: 1
- m_Type: 1
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 2
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 1
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data:
- - x1
- - x2
- - x3
- - x4
- - x5
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 1
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_YAxes:
- - m_Show: 1
- m_Type: 0
- m_MinMaxType: 0
- m_GridIndex: 0
- m_PolarIndex: 0
- m_Position: 0
- m_Offset: 0
- m_Min: 0
- m_Max: 0
- m_SplitNumber: 5
- m_Interval: 0
- m_BoundaryGap: 0
- m_MaxCache: 0
- m_LogBase: 10
- m_LogBaseE: 0
- m_CeilRate: 0
- m_Inverse: 0
- m_Clockwise: 1
- m_InsertDataToHead: 0
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_Icons: []
- m_Data: []
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_OnZero: 1
- m_ShowArrow: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_AxisName:
- m_Show: 0
- m_Name: axisName
- m_Location: 2
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AlignWithLabel: 0
- m_Inside: 0
- m_ShowStartTick: 0
- m_ShowEndTick: 1
- m_AxisLabel:
- m_Show: 1
- m_Formatter:
- m_Interval: 0
- m_Inside: 0
- m_Margin: 8
- m_NumericFormatter:
- m_ShowAsPositiveNumber: 0
- m_OnZero: 0
- m_Width: 0
- m_Height: 0
- m_ShowStartLabel: 1
- m_ShowEndLabel: 1
- m_TextLimit:
- m_Enable: 0
- m_MaxWidth: 0
- m_Gap: 1
- m_Suffix: '...'
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 5
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_Interval: 0
- m_SplitArea:
- m_Show: 0
- m_Color: []
- m_SerieBars: []
- m_SerieCandlesticks: []
- m_SerieEffectScatters: []
- m_SerieGauges: []
- m_SerieHeatmaps: []
- m_SerieLines:
- - context:
- pointerEnter: 0
- pointerDataIndex: -1
- pointerAxisDataIndex: -1
- m_Show: 1
- m_CoordSystem: GridCoord
- m_SerieType: Line
- m_SerieName: serie0
- m_Stack:
- m_XAxisIndex: 0
- m_YAxisIndex: 0
- m_RadarIndex: 0
- m_VesselIndex: 0
- m_PolarIndex: 0
- m_MinShow: 0
- m_MaxShow: 0
- m_MaxCache: 0
- m_AreaStyle:
- m_Show: 0
- m_Origin: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 0.6
- m_TooltipHighlight: 0
- m_HighlightColor:
- serializedVersion: 2
- rgba: 0
- m_HighlightToColor:
- serializedVersion: 2
- rgba: 0
- m_Symbol:
- m_Show: 1
- m_Type: 0
- m_SizeType: 0
- m_Size: 0
- m_SelectedSize: 0
- m_DataIndex: 1
- m_DataScale: 1
- m_SelectedDataScale: 1.5
- m_StartIndex: 0
- m_Interval: 0
- m_ForceShowLast: 0
- m_Gap: 0
- m_Width: 0
- m_Height: 0
- m_Repeat: 0
- m_Offset: {x: 0, y: 0}
- m_Image: {fileID: 0}
- m_ImageType: 0
- m_SampleDist: 0
- m_SampleType: 1
- m_SampleAverage: 0
- m_LineType: 0
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarType: 0
- m_BarPercentStack: 0
- m_BarWidth: 0.6
- m_BarGap: 0.3
- m_BarCategoryGap: 0.2
- m_BarZebraWidth: 4
- m_BarZebraGap: 2
- m_Min: 0
- m_Max: 0
- m_MinSize: 0
- m_MaxSize: 1
- m_StartAngle: 0
- m_EndAngle: 0
- m_MinAngle: 0
- m_Clockwise: 1
- m_RoundCap: 0
- m_RingGap: 10
- m_SplitNumber: 0
- m_GaugeType: 0
- m_GaugeAxis:
- m_Show: 1
- m_AxisLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_BarColor:
- serializedVersion: 2
- rgba: 0
- m_BarBackgroundColor:
- serializedVersion: 2
- rgba: 4291348680
- m_StageColor:
- - m_Percent: 0.2
- m_Color:
- serializedVersion: 2
- rgba: 4289644433
- - m_Percent: 0.8
- m_Color:
- serializedVersion: 2
- rgba: 4288579171
- - m_Percent: 1
- m_Color:
- serializedVersion: 2
- rgba: 4281415106
- m_SplitLine:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_AxisTick:
- m_Show: 1
- m_LineStyle:
- m_Show: 1
- m_Type: 0
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_Width: 0
- m_Length: 0
- m_Opacity: 1
- m_SplitNumber: 5
- m_AxisLabel:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_AxisLabelText: []
- runtimeStageAngle: []
- runtimeLabelPosition: []
- m_GaugePointer:
- m_Show: 1
- m_Length: 0.8
- m_Width: 15
- m_ClickOffset: 1
- m_RoseType: 0
- m_Space: 0
- m_Center:
- - 0.5
- - 0.45
- m_Radius:
- - 0
- - 80
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 15, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 1
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_Animation:
- m_Enable: 1
- m_Easting: 0
- m_Threshold: 2000
- m_FadeInDuration: 1000
- m_FadeInDelay: 0
- m_FadeOutDuration: 1000
- m_FadeOutDelay: 0
- m_DataChangeEnable: 1
- m_DataChangeDuration: 500
- m_ActualDuration: 0
- m_AlongWithLinePath: 0
- m_CurrDetailProgress: -184.44
- m_DestDetailProgress: 196.04001
- m_LineArrow:
- m_Show: 0
- m_Position: 0
- m_Arrow:
- m_Width: 10
- m_Height: 15
- m_Offset: 0
- m_Dent: 3
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_Emphasis:
- m_Show: 0
- m_Label:
- m_Show: 0
- m_Position: 0
- m_Offset: {x: 0, y: 0, z: 0}
- m_Margin: 0
- m_Formatter:
- m_PaddingLeftRight: 2
- m_PaddingTopBottom: 2
- m_BackgroundWidth: 0
- m_BackgroundHeight: 0
- m_Line: 1
- m_LineType: 0
- m_LineColor:
- serializedVersion: 2
- rgba: 0
- m_LineWidth: 1
- m_LineGap: 1
- m_LineLength1: 25
- m_LineLength2: 15
- m_Border: 0
- m_BorderWidth: 0.5
- m_BorderColor:
- serializedVersion: 2
- rgba: 4286611584
- m_NumericFormatter:
- m_AutoOffset: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_ItemStyle:
- m_Show: 1
- m_Color:
- serializedVersion: 2
- rgba: 0
- m_Color0:
- serializedVersion: 2
- rgba: 0
- m_ToColor:
- serializedVersion: 2
- rgba: 0
- m_ToColor2:
- serializedVersion: 2
- rgba: 0
- m_BackgroundColor:
- serializedVersion: 2
- rgba: 0
- m_BackgroundWidth: 0
- m_CenterColor:
- serializedVersion: 2
- rgba: 0
- m_CenterGap: 0
- m_BorderType: 0
- m_BorderWidth: 0
- m_BorderColor:
- serializedVersion: 2
- rgba: 0
- m_BorderColor0:
- serializedVersion: 2
- rgba: 0
- m_BorderToColor:
- serializedVersion: 2
- rgba: 0
- m_Opacity: 1
- m_TooltipFormatter:
- m_NumericFormatter:
- m_CornerRadius:
- - 0
- - 0
- - 0
- - 0
- m_TitleStyle:
- m_Show: 0
- m_TextStyle:
- m_Font: {fileID: 0}
- m_AutoWrap: 0
- m_AutoAlign: 1
- m_Rotate: 0
- m_Offset: {x: 0, y: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_BackgroundColor: {r: 0, g: 0, b: 0, a: 0}
- m_FontSize: 0
- m_FontStyle: 0
- m_LineSpacing: 1
- m_Alignment: 4
- m_IconStyle:
- m_Show: 0
- m_Layer: 0
- m_Align: 1
- m_Sprite: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_Width: 20
- m_Height: 20
- m_Offset: {x: 0, y: 0, z: 0}
- m_AutoHideWhenLabelEmpty: 0
- m_ShowDataDimension: 1
- m_ShowDataName: 0
- m_ShowDataIcon: 0
- m_Clip: 0
- m_Ignore: 0
- m_IgnoreValue: 0
- m_IgnoreLineBreak: 0
- m_ShowAsPositiveNumber: 0
- m_Large: 1
- m_LargeThreshold: 200
- m_AvoidLabelOverlap: 0
- m_WaveHeight: 10
- m_WaveLength: 20
- m_WaveSpeed: 5
- m_WaveOffset: 0
- m_RadarType: 0
- m_DataSortType: 2
- m_Orient: 1
- m_Align: 0
- m_Left: 0
- m_Right: 0
- m_Top: 0
- m_Bottom: 0
- m_InsertDataToHead: 0
- m_Data:
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_ItemStyles: []
- m_Labels: []
- m_Emphases: []
- m_Symbols: []
- m_IconStyles: []
- m_Data:
- - 0
- - 27
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_ItemStyles: []
- m_Labels: []
- m_Emphases: []
- m_Symbols: []
- m_IconStyles: []
- m_Data:
- - 1
- - 14
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_ItemStyles: []
- m_Labels: []
- m_Emphases: []
- m_Symbols: []
- m_IconStyles: []
- m_Data:
- - 2
- - 38
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_ItemStyles: []
- m_Labels: []
- m_Emphases: []
- m_Symbols: []
- m_IconStyles: []
- m_Data:
- - 3
- - 65
- - m_Name:
- m_Selected: 0
- m_Ignore: 0
- m_Radius: 0
- m_ItemStyles: []
- m_Labels: []
- m_Emphases: []
- m_Symbols: []
- m_IconStyles: []
- m_Data:
- - 4
- - 82
- m_SerieLiquids: []
- m_SeriePies: []
- m_SerieRadars: []
- m_SerieRings: []
- m_SerieScatters: []
---- !u!114 &114736229266936102
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1377345369275334}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114742439992323712
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108968658607988}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114789483293258972
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752883434730690}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114793543370012170
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1422345996849314}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114794970036930052
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1902221925655614}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114802702734369042
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191249594294940}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114818344612983130
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1660346011749766}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x2
---- !u!114 &114819438852810142
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1592575595933582}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 51
---- !u!114 &114828038113043576
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1391453500156562}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114834420918121142
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1907287844249088}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 85
---- !u!114 &114837596448371226
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1806718398382054}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114844955170089558
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1158807890392728}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: x4
---- !u!114 &114867047170690444
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089682298309556}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 0
---- !u!114 &114882095270133606
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1580617463243786}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114899895560625080
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1531664766188006}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114904464495128884
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1128397565879410}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114912259370582284
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1114005960269606}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 61287841bdc4142caba8e77985cd8715, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0, g: 0, b: 0, a: 0}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114912633121616838
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1784921899329190}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 01c85cd323a9f4dfb803470695bd0944, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
---- !u!114 &114942627485896546
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1469612707882528}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 18
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 10
- m_MaxSize: 40
- m_Alignment: 5
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 1
- m_VerticalOverflow: 1
- m_LineSpacing: 1
- m_Text: 17
---- !u!114 &114996903268904456
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1821449623905660}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!222 &222008079562138080
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1599577022979706}
---- !u!222 &222046823888478390
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1534469007284130}
---- !u!222 &222046898309141378
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1975843912316410}
---- !u!222 &222085862958139222
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1531664766188006}
---- !u!222 &222092336504342310
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752883434730690}
---- !u!222 &222119829844484414
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1431458441591178}
---- !u!222 &222146341503761088
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1846920930434262}
---- !u!222 &222159910076003066
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1485705327073678}
---- !u!222 &222210824890119946
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1262757040445860}
---- !u!222 &222231710332563190
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1139345372121158}
---- !u!222 &222235971256594854
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1273047615278722}
---- !u!222 &222240207612596530
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1616574444754258}
---- !u!222 &222277584783794160
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1141407678385846}
---- !u!222 &222312938983414198
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399201161754962}
---- !u!222 &222316621023896478
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1072579805891786}
---- !u!222 &222317321251288804
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1912674465845902}
---- !u!222 &222334649368893080
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1784921899329190}
---- !u!222 &222334945702150010
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1145202387148770}
---- !u!222 &222341026097197716
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1768118473121530}
---- !u!222 &222348919726019412
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191249594294940}
---- !u!222 &222353429596490672
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1391453500156562}
---- !u!222 &222357864341108658
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1821449623905660}
---- !u!222 &222369946986013888
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089682298309556}
---- !u!222 &222398255977133922
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1599533559406836}
---- !u!222 &222412423195741704
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666848579196882}
---- !u!222 &222412532993186164
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191558061271660}
---- !u!222 &222414562509336726
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1422345996849314}
---- !u!222 &222419800721852732
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1158807890392728}
---- !u!222 &222425917480504396
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1508164841731514}
---- !u!222 &222436374126291960
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1700044432086726}
---- !u!222 &222470757378875468
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1321357951303852}
---- !u!222 &222483677032470156
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1902221925655614}
---- !u!222 &222493232346212224
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1377345369275334}
---- !u!222 &222510794958699548
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1015484651896630}
---- !u!222 &222518149661912090
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1765547174723654}
---- !u!222 &222530620417862044
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1161734831462940}
---- !u!222 &222537308122498724
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1196969311774670}
---- !u!222 &222551910219947654
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1183131023462820}
---- !u!222 &222578357141072956
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1739013492724362}
---- !u!222 &222579249598671838
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108968658607988}
---- !u!222 &222648515882722078
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1128397565879410}
---- !u!222 &222688111405983428
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1819791575150258}
---- !u!222 &222699258488806886
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1114005960269606}
---- !u!222 &222701524445281324
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1109154813647570}
---- !u!222 &222713893758047312
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1428550175072788}
---- !u!222 &222715191664953314
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1313112067764078}
---- !u!222 &222812037865593318
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1469612707882528}
---- !u!222 &222819650865444032
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1592575595933582}
---- !u!222 &222830978942646962
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1907287844249088}
---- !u!222 &222836186077092162
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1986065398139480}
---- !u!222 &222841220094626560
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1623473488704864}
---- !u!222 &222860587888654206
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1660346011749766}
---- !u!222 &222861202171277154
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1806718398382054}
---- !u!222 &222887160820074822
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1580617463243786}
---- !u!222 &222904546701116324
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1229507920419088}
---- !u!222 &222924535568491122
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513427973907300}
---- !u!222 &222952676031231098
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1725941602159388}
---- !u!224 &224022285785825490
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1485705327073678}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224457162141909056}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 24}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224028267034556778
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1786793340651656}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224422244745273426}
- - {fileID: 224665088364270404}
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 16
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224031641937178766
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1089682298309556}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224593736129781522}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224038836724856684
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1072579805891786}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224478893364670134}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -20, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224048554865839660
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1015484651896630}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224376226445917508}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224052986682525456
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1725941602159388}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224290712058201226}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 95.12, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224065294415967788
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1821449623905660}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224964730181481694}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -19.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224092780197138662
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1819791575150258}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224260509438186924}
- m_Father: {fileID: 224319130984633556}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 290, y: -150}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224127183895299470
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1599533559406836}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224290712058201226}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -19.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224129865723634288
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1806718398382054}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224152392284258224
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1469612707882528}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224478893364670134}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224159782036142984
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1513427973907300}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224766954975765500}
- - {fileID: 224577536358635474}
- m_Father: {fileID: 224193615689997170}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 50, y: 234}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224184084120738966
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1262757040445860}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 9
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224193615689997170
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1132459670935796}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224593736129781522}
- - {fileID: 224478893364670134}
- - {fileID: 224543010843343446}
- - {fileID: 224334040704040648}
- - {fileID: 224778529753910258}
- - {fileID: 224159782036142984}
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 15
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224215394715338458
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1128397565879410}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 7
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224257284426589794
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1114005960269606}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224323101557217840}
- - {fileID: 224751342169061326}
- m_Father: {fileID: 224675137145799598}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -184.44, y: -131}
- m_SizeDelta: {x: 95.12, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224258020378815712
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1752883434730690}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224260509438186924
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1765547174723654}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224092780197138662}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 0, y: 1}
- m_AnchoredPosition: {x: 3, y: -3}
- m_SizeDelta: {x: 100, y: 100}
- m_Pivot: {x: 0, y: 1}
---- !u!224 &224290712058201226
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1623473488704864}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224052986682525456}
- - {fileID: 224127183895299470}
- m_Father: {fileID: 224675137145799598}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 196.04001, y: -131}
- m_SizeDelta: {x: 95.12, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224297463552197332
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1321357951303852}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224964730181481694}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 95.12, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224319130984633556
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1780155703430048}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224092780197138662}
- - {fileID: 224648973522574096}
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 13
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224323101557217840
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1313112067764078}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224257284426589794}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 95.12, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224334040704040648
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1580617463243786}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224434393496429628}
- - {fileID: 224960541066925170}
- m_Father: {fileID: 224193615689997170}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 50, y: 154.79999}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224376226445917508
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191558061271660}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224048554865839660}
- - {fileID: 224971213160402530}
- m_Father: {fileID: 224648973522574096}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224381818428373658
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1975843912316410}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224941082573422454}
- - {fileID: 224868693259273642}
- m_Father: {fileID: 224675137145799598}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -89.31999, y: -131}
- m_SizeDelta: {x: 95.12, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224395519805827860
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1666848579196882}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224778529753910258}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224422244745273426
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1572221254821896}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224028267034556778}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224434393496429628
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1592575595933582}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224334040704040648}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224445151188954296
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1196969311774670}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224778529753910258}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -20, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224457162141909056
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1259085346660108}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224022285785825490}
- - {fileID: 224790380527606532}
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 11
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -9}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224478893364670134
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1768118473121530}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224152392284258224}
- - {fileID: 224038836724856684}
- m_Father: {fileID: 224193615689997170}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 50, y: 75.6}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224528753523777742
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1139345372121158}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224528866078841974
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1141407678385846}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224804854271368416}
- - {fileID: 224734041209273858}
- m_Father: {fileID: 224675137145799598}
- m_RootOrder: 3
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 100.92001, y: -131}
- m_SizeDelta: {x: 95.12, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224543010843343446
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1183131023462820}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224746391520341532}
- - {fileID: 224855952585833844}
- m_Father: {fileID: 224193615689997170}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 50, y: 115.2}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224555186594954906
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1986065398139480}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224593736129781522}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -15, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224577536358635474
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1616574444754258}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224159782036142984}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -20, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224578097755613266
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1377345369275334}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224593736129781522
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1191249594294940}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224031641937178766}
- - {fileID: 224555186594954906}
- m_Father: {fileID: 224193615689997170}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 50, y: 36}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224614987117491948
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1534469007284130}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224629028079178282
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1784921899329190}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 8
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224641890915339060
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1109154813647570}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 6
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224648973522574096
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1839487532127832}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224718290921683130}
- - {fileID: 224376226445917508}
- m_Father: {fileID: 224319130984633556}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224665088364270404
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1912674465845902}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224028267034556778}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -15}
- m_SizeDelta: {x: 50, y: 12}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224675137145799598
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1369043656182666}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224257284426589794}
- - {fileID: 224381818428373658}
- - {fileID: 224964730181481694}
- - {fileID: 224528866078841974}
- - {fileID: 224290712058201226}
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 14
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224688830114429938
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1391453500156562}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 5
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224718290921683130
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1229507920419088}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224921057518311700}
- - {fileID: 224855537755387552}
- m_Father: {fileID: 224648973522574096}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 100, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224733753315691838
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1700044432086726}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224614987117491948}
- - {fileID: 224258020378815712}
- - {fileID: 224528753523777742}
- - {fileID: 224129865723634288}
- - {fileID: 224578097755613266}
- - {fileID: 224688830114429938}
- - {fileID: 224641890915339060}
- - {fileID: 224215394715338458}
- - {fileID: 224629028079178282}
- - {fileID: 224184084120738966}
- - {fileID: 224968991446883632}
- - {fileID: 224457162141909056}
- - {fileID: 224745338418967948}
- - {fileID: 224319130984633556}
- - {fileID: 224675137145799598}
- - {fileID: 224193615689997170}
- - {fileID: 224028267034556778}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224734041209273858
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1161734831462940}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224528866078841974}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -19.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224745338418967948
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1599577022979706}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 12
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224746391520341532
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1846920930434262}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224543010843343446}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224751342169061326
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1422345996849314}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224257284426589794}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -19.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224766954975765500
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1907287844249088}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224159782036142984}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 0.1, y: 10}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224778529753910258
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1428550175072788}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224395519805827860}
- - {fileID: 224445151188954296}
- m_Father: {fileID: 224193615689997170}
- m_RootOrder: 4
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 0, y: 0}
- m_AnchoredPosition: {x: 50, y: 194.4}
- m_SizeDelta: {x: 0.1, y: 20}
- m_Pivot: {x: 1, y: 0.5}
---- !u!224 &224790380527606532
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1508164841731514}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224457162141909056}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -24}
- m_SizeDelta: {x: 580, y: 22}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224804854271368416
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1158807890392728}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224528866078841974}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 95.12, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224855537755387552
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1431458441591178}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224718290921683130}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224855952585833844
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1531664766188006}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224543010843343446}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -20, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224868693259273642
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1739013492724362}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224381818428373658}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -19.5, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224921057518311700
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1108968658607988}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224718290921683130}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 4, y: 4}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224941082573422454
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1660346011749766}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224381818428373658}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 95.12, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224960541066925170
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1902221925655614}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0, y: 0, z: 0}
- m_Children: []
- m_Father: {fileID: 224334040704040648}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: -20, y: 0}
- m_SizeDelta: {x: 20, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224964730181481694
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399201161754962}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224297463552197332}
- - {fileID: 224065294415967788}
- m_Father: {fileID: 224675137145799598}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 5.800003, y: -131}
- m_SizeDelta: {x: 95.12, y: 20}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224968991446883632
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1273047615278722}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224733753315691838}
- m_RootOrder: 10
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 580, y: 300}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224971213160402530
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1145202387148770}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224376226445917508}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/LineChart.prefab.meta b/Assets/XChartsDemo/Prefab/LineChart.prefab.meta
deleted file mode 100644
index 54e22da7..00000000
--- a/Assets/XChartsDemo/Prefab/LineChart.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 4ab3460720d0f47f4ab339cf8cba5a25
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 100100000
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Prefab/Thumb.prefab b/Assets/XChartsDemo/Prefab/Thumb.prefab
deleted file mode 100644
index 0404ac7c..00000000
--- a/Assets/XChartsDemo/Prefab/Thumb.prefab
+++ /dev/null
@@ -1,445 +0,0 @@
-%YAML 1.1
-%TAG !u! tag:unity3d.com,2011:
---- !u!1001 &100100000
-Prefab:
- m_ObjectHideFlags: 1
- serializedVersion: 2
- m_Modification:
- m_TransformParent: {fileID: 0}
- m_Modifications: []
- m_RemovedComponents: []
- m_ParentPrefab: {fileID: 0}
- m_RootGameObject: {fileID: 1193884583766258}
- m_IsPrefabParent: 1
---- !u!1 &1023889020065772
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224498995510391718}
- m_Layer: 5
- m_Name: desc
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1193884583766258
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224457778121662608}
- - component: {fileID: 222539473495237668}
- - component: {fileID: 114656818258355322}
- m_Layer: 5
- m_Name: Thumb
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 0
---- !u!1 &1399349534157804
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224195826273946622}
- - component: {fileID: 222447077409147954}
- - component: {fileID: 114038891576819350}
- m_Layer: 5
- m_Name: Text
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1469835152884344
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224459326322377154}
- - component: {fileID: 222315113265366012}
- - component: {fileID: 114919977981523934}
- m_Layer: 5
- m_Name: chart
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1876512226706300
-GameObject:
- m_ObjectHideFlags: 0
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224825352985075562}
- - component: {fileID: 222838392271989024}
- - component: {fileID: 114936933209995772}
- - component: {fileID: 114501721475720118}
- m_Layer: 5
- m_Name: btn
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!1 &1956389367569800
-GameObject:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- serializedVersion: 5
- m_Component:
- - component: {fileID: 224960384289850946}
- - component: {fileID: 222693556488268584}
- - component: {fileID: 114577082724077218}
- m_Layer: 5
- m_Name: Text2
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &114038891576819350
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399349534157804}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 24
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 2
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 0
- m_VerticalOverflow: 0
- m_LineSpacing: 1
- m_Text: New Text
---- !u!114 &114501721475720118
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1876512226706300}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 1392445389, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Navigation:
- m_Mode: 3
- m_SelectOnUp: {fileID: 0}
- m_SelectOnDown: {fileID: 0}
- m_SelectOnLeft: {fileID: 0}
- m_SelectOnRight: {fileID: 0}
- m_Transition: 1
- m_Colors:
- m_NormalColor: {r: 1, g: 1, b: 1, a: 0}
- m_HighlightedColor: {r: 0.16078432, g: 0.5137255, b: 1, a: 0.32941177}
- m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
- m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
- m_ColorMultiplier: 1
- m_FadeDuration: 0.1
- m_SpriteState:
- m_HighlightedSprite: {fileID: 0}
- m_PressedSprite: {fileID: 0}
- m_DisabledSprite: {fileID: 0}
- m_AnimationTriggers:
- m_NormalTrigger: Normal
- m_HighlightedTrigger: Highlighted
- m_PressedTrigger: Pressed
- m_DisabledTrigger: Disabled
- m_Interactable: 1
- m_TargetGraphic: {fileID: 114936933209995772}
- m_OnClick:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0,
- Culture=neutral, PublicKeyToken=null
---- !u!114 &114577082724077218
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1956389367569800}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 0.3602941, g: 0.3602941, b: 0.3602941, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_FontData:
- m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
- m_FontSize: 20
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 2
- m_MaxSize: 40
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 1
- m_HorizontalOverflow: 0
- m_VerticalOverflow: 0
- m_LineSpacing: 1
- m_Text: New Text
---- !u!114 &114656818258355322
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1193884583766258}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 0.392}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114919977981523934
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1469835152884344}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!114 &114936933209995772
-MonoBehaviour:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1876512226706300}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
- Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
- m_Sprite: {fileID: 0}
- m_Type: 1
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
---- !u!222 &222315113265366012
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1469835152884344}
---- !u!222 &222447077409147954
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399349534157804}
---- !u!222 &222539473495237668
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1193884583766258}
---- !u!222 &222693556488268584
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1956389367569800}
---- !u!222 &222838392271989024
-CanvasRenderer:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1876512226706300}
---- !u!224 &224195826273946622
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1399349534157804}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224498995510391718}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 1, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 6.4799995}
- m_SizeDelta: {x: 0, y: 30}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224457778121662608
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1193884583766258}
- m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224459326322377154}
- - {fileID: 224498995510391718}
- - {fileID: 224825352985075562}
- m_Father: {fileID: 0}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 283.5, y: 242.54}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224459326322377154
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1469835152884344}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 0.23, y: 0.23, z: 1}
- m_Children: []
- m_Father: {fileID: 224457778121662608}
- m_RootOrder: 0
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 1}
- m_AnchorMax: {x: 1, y: 1}
- m_AnchoredPosition: {x: 0, y: -95.37}
- m_SizeDelta: {x: 0, y: 197.4}
- m_Pivot: {x: 0.5, y: 1}
---- !u!224 &224498995510391718
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1023889020065772}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children:
- - {fileID: 224195826273946622}
- - {fileID: 224960384289850946}
- m_Father: {fileID: 224457778121662608}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 1, y: 0}
- m_AnchoredPosition: {x: 0, y: 7.760002}
- m_SizeDelta: {x: 0, y: 66.4}
- m_Pivot: {x: 0.5, y: 0}
---- !u!224 &224825352985075562
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1876512226706300}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224457778121662608}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0}
- m_AnchorMax: {x: 1, y: 1}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 0, y: 0}
- m_Pivot: {x: 0.5, y: 0.5}
---- !u!224 &224960384289850946
-RectTransform:
- m_ObjectHideFlags: 1
- m_PrefabParentObject: {fileID: 0}
- m_PrefabInternal: {fileID: 100100000}
- m_GameObject: {fileID: 1956389367569800}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_Children: []
- m_Father: {fileID: 224498995510391718}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0, y: 0.5}
- m_AnchorMax: {x: 1, y: 0.5}
- m_AnchoredPosition: {x: 0, y: -21.79}
- m_SizeDelta: {x: 0, y: 30}
- m_Pivot: {x: 0.5, y: 0.5}
diff --git a/Assets/XChartsDemo/Prefab/Thumb.prefab.meta b/Assets/XChartsDemo/Prefab/Thumb.prefab.meta
deleted file mode 100644
index 0d106165..00000000
--- a/Assets/XChartsDemo/Prefab/Thumb.prefab.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 63a05c4a877ba4d129b65ab08d796190
-NativeFormatImporter:
- externalObjects: {}
- mainObjectFileID: 100100000
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Runtime.meta b/Assets/XChartsDemo/Runtime.meta
deleted file mode 100644
index 760ca6d7..00000000
--- a/Assets/XChartsDemo/Runtime.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 7a51c10c0ca30408fba6f8e59145ce69
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/XChartsDemo/Runtime/Demo.cs b/Assets/XChartsDemo/Runtime/Demo.cs
deleted file mode 100644
index 0e409dae..00000000
--- a/Assets/XChartsDemo/Runtime/Demo.cs
+++ /dev/null
@@ -1,321 +0,0 @@
-
-using System.Collections.Generic;
-using UnityEngine;
-using UnityEngine.EventSystems;
-using UnityEngine.UI;
-using XCharts;
-
-namespace XChartsDemo
-{
- [System.Serializable]
- public class ChartModule
- {
- [SerializeField] private string m_Name = "Name";
- [SerializeField] private string m_SubName = "SubName";
- [SerializeField] private int m_Column = 3;
-
- [SerializeField] private string m_Title = "Title";
- [SerializeField] private bool m_Selected;
- [SerializeField] private GameObject m_Panel;
- [SerializeField] private List m_ChartPrefabs;
-
- public int column { get { return m_Column; } set { m_Column = value; } }
- public string name { get { return m_Name; } set { m_Name = value; } }
- public string subName { get { return m_SubName; } set { m_SubName = value; } }
- public string title { get { return m_Title; } set { m_Title = value; } }
- public bool select { get { return m_Selected; } set { m_Selected = value; } }
- public GameObject panel { get { return m_Panel; } set { m_Panel = value; } }
- public Button button { get; set; }
- public List chartPrefabs { get { return m_ChartPrefabs; } }
- public int index { get; internal set; }
- }
-
- [DisallowMultipleComponent]
- [ExecuteInEditMode]
- public class Demo : MonoBehaviour
- {
- [SerializeField] private float m_LeftWidth = 150;
- [SerializeField] private float m_LeftButtonHeight = 60;
- //[SerializeField] private Vector2 m_ChartSpacing = new Vector2(5, 5);
- //[SerializeField] private Vector2 m_ChartSizeRatio = new Vector2(5, 3);
- [SerializeField] private Color m_ButtonNormalColor;
- [SerializeField] private Color m_ButtonSelectedColor;
- [SerializeField] private Color m_ButtonHighlightColor;
- [SerializeField] public int lastSelectedModuleIndex = -1;
- [SerializeField] private List m_ChartModule = new List();
-
- private GameObject m_BtnClone;
- private GameObject m_ThumbClone;
- private ThemeType m_SelectedTheme;
- private GameObject m_SelectedPanel;
- private int m_LastSelectedModuleIndex;
- private float m_LastCheckLeftWidth;
-
- private Toggle m_DarkThemeToggle;
-
- private Text m_Title;
-
- private ScrollRect m_ScrollRect;
- private Mask m_Mark;
- private GameObject m_DetailRoot;
- private GameObject m_DetailChartRoot;
-
- public List chartModules { get { return m_ChartModule; } }
-
- void Awake()
- {
- m_SelectedTheme = ThemeType.Default;
-
- m_ButtonNormalColor = ChartHelper.GetColor("#293C55FF");
- m_ButtonSelectedColor = ChartHelper.GetColor("#e43c59ff");
- m_ButtonHighlightColor = ChartHelper.GetColor("#0E151FFF");
- Init();
- }
-
-
- void Init()
- {
- m_ScrollRect = transform.Find("chart_list").GetComponent();
- m_Mark = transform.Find("chart_list/Viewport").GetComponent();
- m_Mark.enabled = true;
- m_Title = transform.Find("chart_title/Text").GetComponent();
- m_ThumbClone = transform.Find("clone_thumb").gameObject;
- m_ThumbClone.SetActive(false);
- m_DetailRoot = transform.Find("chart_detail").gameObject;
- m_DetailChartRoot = transform.Find("chart_detail/chart").gameObject;
- m_DetailRoot.SetActive(false);
- InitThemeButton();
- InitModuleButton();
- InitChartList();
- InitSize();
- }
-
- void InitSize()
- {
- UIUtil.SetRectTransformWidth(transform, m_LeftWidth, "chart_btn");
- UIUtil.SetRectTransformLeft(transform, m_LeftWidth, "chart_list");
- UIUtil.SetRectTransformLeft(transform, m_LeftWidth, "chart_title");
- UIUtil.SetGridLayoutGroup(transform, new Vector2(m_LeftWidth, m_LeftButtonHeight), new Vector2(0, 2), "chart_btn");
- foreach (var module in m_ChartModule)
- {
- SetChartRootInfo(module);
- }
- }
-
- private void SetChartGridLayoutGroup(GridLayoutGroup grid, int column)
- {
-// if (grid == null) return;
-// var screenWidth = Screen.width;
-// var screenHeight = Screen.height;
-// #if UNITY_EDITOR
-// screenWidth = Camera.main.pixelWidth;
-// #endif
-// var chartWidth = (screenWidth - m_LeftWidth - m_ChartSpacing.x * (column + 1)) / column;
-
-// var rect = grid.gameObject.GetComponent();
-// rect.anchorMin = new Vector2(0, 1);
-// rect.anchorMax = new Vector2(1, 1);
-// rect.pivot = new Vector2(0, 1);
-// rect.anchoredPosition = Vector2.zero;
-// rect.sizeDelta = new Vector2(0, rect.sizeDelta.y);
-// grid.spacing = m_ChartSpacing;
-// grid.cellSize = new Vector2(chartWidth, chartWidth * m_ChartSizeRatio.y / m_ChartSizeRatio.x);
- }
-
- private void SetChartRootInfo(ChartModule module)
- {
- m_SelectedPanel = module.panel;
- if (m_SelectedPanel == null) return;
- var grid = m_SelectedPanel.GetComponent();
- var hig = Mathf.CeilToInt(m_SelectedPanel.transform.childCount * 1f / module.column) * (grid.cellSize.y + grid.spacing.y);
- SetChartGridLayoutGroup(grid, module.column);
- UIUtil.SetRectTransformHeight(m_SelectedPanel.transform, hig);
- }
-
- void ResetParam()
- {
- var charts = transform.GetComponentsInChildren();
- foreach (var chart in charts)
- {
- chart.RemoveChartObject();
- }
- }
-
- void Update()
- {
-#if UNITY_EDITOR
- if (m_ChartModule.Count <= 0) return;
- if (!Application.isPlaying) m_Mark.enabled = false;
-
- if (m_LastCheckLeftWidth != m_LeftWidth)
- {
- m_LastCheckLeftWidth = m_LeftWidth;
- InitSize();
- }
-#endif
- }
-
- public int GetSelectedModule()
- {
- for (int i = 0; i < m_ChartModule.Count; i++)
- {
- if (m_ChartModule[i].select) return i;
- }
- return -1;
- }
-
- public void InitModuleButton()
- {
- var btnPanel = transform.Find("chart_btn");
- m_BtnClone = transform.Find("clone_btn").gameObject;
- m_BtnClone.SetActive(false);
- ChartHelper.DestroyAllChildren(btnPanel.transform);
- for (int i = 0; i < m_ChartModule.Count; i++)
- {
- var module = m_ChartModule[i];
- module.index = i;
- var btnName = "btn_" + module.name;
- GameObject btn;
- if (btnPanel.Find(btnName))
- {
- btn = btnPanel.Find(btnName).gameObject;
- btn.name = btnName;
- ChartHelper.SetActive(btn, true);
- }
- else
- {
- btn = GameObject.Instantiate(m_BtnClone);
- btn.SetActive(true);
- btn.name = btnName;
- btn.transform.SetParent(btnPanel);
- btn.transform.localPosition = Vector3.zero;
- }
- btn.transform.localScale = Vector3.one;
- module.button = btn.GetComponent