-Update: by default features will be disabled

This commit is contained in:
yenmoc 2024-06-20 21:51:42 +07:00
parent cc9538b748
commit 8cc5448d96
2 changed files with 11 additions and 11 deletions

View File

@ -110,10 +110,10 @@ namespace Alchemy.Editor
[SerializeField] HierarchyObjectMode hierarchyObjectMode = HierarchyObjectMode.RemoveInBuild;
[SerializeField] bool showHierarchyToggles;
[SerializeField] bool showComponentIcons;
[SerializeField] bool showTreeMap = true;
[SerializeField] bool showTreeMap;
[SerializeField] Color treeMapColor = new(0.53f, 0.53f, 0.53f, 0.45f);
[SerializeField] bool showSeparator = true;
[SerializeField] bool showRowShading = true;
[SerializeField] bool showSeparator;
[SerializeField] bool showRowShading;
[SerializeField] Color separatorColor = new(0.19f, 0.19f, 0.19f, 0f);
[SerializeField] Color evenRowColor = new(0f, 0f, 0f, 0.07f);
[SerializeField] Color oddRowColor = Color.clear;

View File

@ -1,16 +1,16 @@
{
"hierarchyObjectMode": 2,
"showHierarchyToggles": true,
"showComponentIcons": true,
"showTreeMap": true,
"showTreeMap": false,
"treeMapColor": {
"r": 0.529411792755127,
"g": 0.529411792755127,
"b": 0.529411792755127,
"a": 0.45098039507865908
"r": 0.5299999713897705,
"g": 0.5299999713897705,
"b": 0.5299999713897705,
"a": 0.44999998807907107
},
"showSeparator": true,
"showRowShading": true,
"showSeparator": false,
"showRowShading": false,
"separatorColor": {
"r": 0.1899999976158142,
"g": 0.1899999976158142,