Adding collections background color in global settings

This commit is contained in:
Crawcik
2021-06-03 14:29:42 +02:00
parent e459707b0d
commit 9b55ffdf6c
6 changed files with 17 additions and 11 deletions

View File

@@ -152,6 +152,11 @@ namespace FlaxEngine.GUI
[EditorOrder(190)]
public Color TextBoxBackgroundSelected;
/// <summary>
/// The collection background color.
/// </summary>
[EditorOrder(195)]
public Color CollectionBackgroundColor;
/// <summary>
/// The progress normal color.
/// </summary>