Add main content nodes to not be duplicated.
This commit is contained in:
@@ -15,6 +15,9 @@ namespace FlaxEditor.Content
|
||||
/// <inheritdoc />
|
||||
protected override bool _canDelete => false;
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override bool _canDuplicate => false;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MainContentTreeNode"/> class.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user