Fix rubber band to ignore inactive actors
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user