Add HideInEditor attribute to DirectionGizmo

This commit is contained in:
2026-02-06 21:56:25 -06:00
parent 1b9f6ed20f
commit 37e776e407
+1
View File
@@ -6,6 +6,7 @@ using FlaxEngine.GUI;
namespace FlaxEditor.Gizmo;
[HideInEditor]
public class DirectionGizmo : ContainerControl
{
private IGizmoOwner _owner;