C++ API Reference
|
Introduced in 2023.0 More...
#include <MTimeSliderCustomDrawManager.h>
Public Member Functions | |
virtual void | operator() (MTime offset, bool snap, MTime currentTime, MTimeSliderDrawPrimitive::MEditPrimitiveType editType)=0 |
Called on mouse drag while editing primitives. More... | |
Introduced in 2023.0
|
pure virtual |
Called on mouse drag while editing primitives.
[in] | offset | Time difference between this call and the last. |
[in] | snap | Indicates that the edit operation should snap to whole frames. |
[in] | currentTime | Time at the current frame. |
[in] | editType | The type of edit operation being performed. |