GizmoManipulationCallback.kl¶
Interfaces¶
GizmoManipulationCallback (interface)¶
バージョン 1.12.0 で追加.
Object supporting the GizmoManipulationCallback interface is used by the GizmoHandlers to apply the manipulation data to the scene.
Functions¶
onDrag ! ( io MouseEvent mouseEvent, in Xfo space, in Xfo delta, in UInt32 flags ) | |
onDragBegin ! ( io MouseEvent mouseEvent ) | |
onDragEnd ! ( io MouseEvent mouseEvent ) |
Functions in detail¶
GizmoManipulationCallback.onDrag! ( io MouseEvent mouseEvent, in Xfo space, in Xfo delta, in UInt32 flags )
Invoked during a drag on a gizmo.
GizmoManipulationCallback.onDragBegin! ( io MouseEvent mouseEvent )
Invoked by the GizmoHandler when the mouse drag is starting
GizmoManipulationCallback.onDragEnd! ( io MouseEvent mouseEvent )
Invoked by the GizmoHandler when the mouse drag is ending