Fix duplicating spline

#452
This commit is contained in:
Wojtek Figat
2021-04-12 21:06:34 +02:00
parent 3bfeb1db76
commit 55155630ca
5 changed files with 25 additions and 3 deletions

View File

@@ -57,7 +57,9 @@ namespace FlaxEditor.SceneGraph
/// </summary>
public virtual RootNode Root => ParentNode?.Root;
/// <inheritdoc />
/// <summary>
/// Gets or sets the transform of the node.
/// </summary>
public abstract Transform Transform { get; set; }
/// <summary>