Cleanup and improve #2045
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user