Inspector window to combine asset properties and components editor

This commit is contained in:
Simon Lübeß
2024-06-09 01:16:21 +02:00
parent ace51b396d
commit f61d1bc644
9 changed files with 185 additions and 137 deletions
@@ -339,7 +339,7 @@ namespace GlitchyEditor.EditWindows
parentView = parentTransformCmp.WorldTransform.Invert();
}
_editor.ComponentEditWindow.DrawSceneGUI(entity);
ComponentEditWindow.DrawSceneGUI(entity);
float3 snap = (float3)_snap;
if (_gizmoType.HasFlag(.ROTATE))