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:
@@ -463,6 +463,8 @@ namespace FlaxEngine.GUI
|
||||
// Click change
|
||||
Value = _value + (mousePosition < _thumbCenter ? -1 : 1) * _clickChange;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
return base.OnMouseDown(location, button);
|
||||
|
||||
Reference in New Issue
Block a user