Refactor Editor UI style for selection and drag drop interactions

#1741
This commit is contained in:
Wojtek Figat
2024-03-07 16:45:09 +01:00
parent 9518d77da9
commit 8de2249ed8
23 changed files with 92 additions and 46 deletions

View File

@@ -170,6 +170,18 @@ namespace FlaxEngine.GUI
[EditorOrder(200)]
public Color ProgressNormal;
/// <summary>
/// The selection and drag drop highlights colors.
/// </summary>
[EditorOrder(205)]
public Color Selection;
/// <summary>
/// The selection and drag drop highlights border colors.
/// </summary>
[EditorOrder(206)]
public Color SelectionBorder;
/// <summary>
/// The status bar style
/// </summary>