Adding collections background color in global settings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user