Refactor Editor UI style for selection and drag drop interactions
#1741
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user