Fix rubber band to ignore inactive actors

This commit is contained in:
Wojtek Figat
2025-03-17 11:40:23 +01:00
parent 17e30ff904
commit 62354e81e2
5 changed files with 38 additions and 36 deletions

View File

@@ -33,12 +33,6 @@ namespace FlaxEditor.SceneGraph.Actors
}
}
/// <inheritdoc />
public override bool CanSelectActorNodeWithSelector()
{
return false;
}
/// <summary>
/// Gets the scene.
/// </summary>
@@ -53,6 +47,9 @@ namespace FlaxEditor.SceneGraph.Actors
{
}
/// <inheritdoc />
public override bool CanSelectInViewport => false;
/// <inheritdoc />
public override bool CanCreatePrefab => false;