Cleanup and improve #2045

This commit is contained in:
Wojtek Figat
2024-02-24 12:53:33 +01:00
parent de4ee1372f
commit 8bcf4fdaf0
15 changed files with 507 additions and 479 deletions

View File

@@ -274,6 +274,12 @@ namespace FlaxEditor.Gizmo
return _selectionParents[index];
}
/// <inheritdoc />
protected override Transform GetSelectedTransform(int index)
{
return _selectionParents[index].Transform;
}
/// <inheritdoc />
protected override void GetSelectedObjectsBounds(out BoundingBox bounds, out bool navigationDirty)
{