Made it so the visuals of dragging an actor will only show between the nodes and on the node.

This commit is contained in:
Chandler Cox
2023-04-14 12:55:40 -05:00
parent 4bdeb26e74
commit d813078e91
3 changed files with 11 additions and 3 deletions

View File

@@ -40,6 +40,11 @@ namespace FlaxEditor.GUI.Tree
private Margin _margin;
private bool _autoSize = true;
/// <summary>
/// The TreeNode that is being dragged over. This could have a value when not dragging.
/// </summary>
public TreeNode DraggedOverNode = null;
/// <summary>
/// Action fired when tree nodes selection gets changed.
/// </summary>