Add more indentation to scene tree items to make it more readable

This commit is contained in:
Wojtek Figat
2021-05-23 12:09:35 +02:00
parent 198d9d9dd5
commit c78fb7995e

View File

@@ -50,6 +50,7 @@ namespace FlaxEditor.SceneGraph.GUI
public ActorTreeNode()
: base(true)
{
ChildrenIndent = 16.0f;
}
internal virtual void LinkNode(ActorNode node)