Fix 436 and 1251

This commit is contained in:
NoriteSC
2023-10-13 00:20:34 +02:00
parent fe49811779
commit 13686ae13f
4 changed files with 26 additions and 4 deletions

View File

@@ -306,6 +306,8 @@ namespace FlaxEditor.Viewport
var orient = ViewOrientation;
((FPSCamera)ViewportCamera).ShowActors(TransformGizmo.SelectedParents, ref orient);
}
/// <inheritdoc />
public EditorViewport Viewport => this;
/// <inheritdoc />
public GizmosCollection Gizmos { get; }