Improve Animation Scene curve keyframe editing

Improves Animation Scene timeline curve editing, including vector keyframe selection/editing, tangent interaction, draggable edit popup, and several related editor UI fixes.
This commit is contained in:
Andrei Gagua
2026-06-12 16:26:35 +03:00
parent 057e5684e9
commit 752dc644e5
8 changed files with 785 additions and 83 deletions
+2
View File
@@ -463,6 +463,8 @@ namespace FlaxEngine.GUI
// Click change
Value = _value + (mousePosition < _thumbCenter ? -1 : 1) * _clickChange;
}
return true;
}
return base.OnMouseDown(location, button);