OrientationSphericalGizmoHandler (object)

バージョン 1.12.0 で追加.

The OrientationSphericalGizmoHandler converts mouse events into rotation around an axis defined by the direction of the mouse stroke.

OrientationSphericalGizmoHandler OrientationSphericalGizmoHandler OrientationSphericalGizmoHandler BaseGizmoHandler BaseGizmoHandler OrientationSphericalGizmoHandler->BaseGizmoHandler GizmoHandler GizmoHandler BaseGizmoHandler->GizmoHandler

Members

Ref<InlineInstance> owner The instance that owns the handler. reference to the owner, which would cause a circular reference.
Color ownerColor The un-highlighted color of the owner
GizmoManipulationCallback callback The callback to be invoked when the gizmo is manipulated.
EvalContext evalContext The evaluation context provided when the handler was constructed. on the gizmo generates changes in the host DCC graph.

Methods in detail

OrientationSphericalGizmoHandler ( in InlineInstance owner, in Scalar orbitSpeed, in GizmoManipulationCallback callback )


OrientationSphericalGizmoHandler ( in InlineInstance owner, in Scalar orbitSpeed, in GizmoManipulationCallback callback, in EvalContext evalContext )


OrientationSphericalGizmoHandler ( in OrientationSphericalGizmoHandler other )

copy constructor


OrientationSphericalGizmoHandler ()

default constructor


OrientationSphericalGizmoHandler OrientationSphericalGizmoHandler.clone? ()

clone method


OrientationSphericalGizmoHandler.onEvent! ( io MouseEvent mouseEvent )

The method invoked when the gizmo is active.