C++ API Reference
MEditPrimitiveFct Class Referenceabstract

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...
 

Detailed Description

Introduced in 2023.0

2023.0:
Introduced in this version.

Member Function Documentation

virtual void operator() ( MTime  offset,
bool  snap,
MTime  currentTime,
MTimeSliderDrawPrimitive::MEditPrimitiveType  editType 
)
pure virtual

Called on mouse drag while editing primitives.

Parameters
[in]offsetTime difference between this call and the last.
[in]snapIndicates that the edit operation should snap to whole frames.
[in]currentTimeTime at the current frame.
[in]editTypeThe type of edit operation being performed.

The documentation for this class was generated from the following files: