interface TransformControlsDragEvent {
    axis: TransformControlsAxis;
    mode: TransformControlsMode;
    space: TransformControlsSpace;
}

Properties

Properties

The handle axis the drag is operating on. One of "X", "Y", "Z", "XY", "YZ", "XZ", "XYZ", "E", "XYZE".

The active mode at the moment the drag event fires.

The active coordinate space at the moment the drag event fires.