Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions HierarchyDecorator/Scripts/Editor/Data/GlobalData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ public class GlobalData
public bool showTags = true;
public bool showLayers = true;
public bool applyChildLayers = true;
public bool coloringTags = true;
public bool coloringLayers = true;
[Range(0, 1)] public float coloringTagLayerS = 0.6f;
[Range(0, 2)] public float coloringTagLayerV = 2f;

// Components

Expand Down
Loading