Starts a dragging action
Performs a drag. Depending on the mode (translation or rotation), this will perform a translation or rotation
Screen "X" coordinate
Screen "Y" coordinate
The Three.js renderer
Which axis (X, Y, Z) the X and Y screen coordinates are pointing to
The 3D position of the center of this gizmo
The 3D rotation of this gizmo around its center
Highlights the 3D axis (X, Y, or Z) being hovered
Whether the X component of this gizmo should be visible
Whether the Y component of this gizmo should be visible
Whether the Z component of this gizmo should be visible
Sets the position of this gizmo
Initial position of the gizmo
Function to be called when the position changes
Sets the rotation of this gizmo
Initial rotation of the gizmo
Function to be called when the rotation changes
Stops a dragging action
Generated using TypeDoc
Manager for a Translation and a Rotation gizmo, allowing for easy switching between the two of them