Merge branch 'fix-collections' of git://github.com/Crawcik/FlaxEngine into Crawcik-fix-collections

This commit is contained in:
Wojtek Figat
2021-06-09 09:54:28 +02:00
9 changed files with 98 additions and 31 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>