ScaleChangedGesture#

class omni.kit.manipulator.transform.ScaleChangedGesture(**kwargs)#

Bases: TransformChangedGesture

A gesture representing a change in scaling during an interaction with a manipulator.

This gesture is used internally to handle manipulator interactions in a omni.ui.scene.SceneView for scaling operations. It is part of the gesture system that responds to the beginning, modification, ending, or canceling of a scaling action and is responsible for updating the state of the transformation and optionally blocking other omni.ui.scene.SceneView interactions while active.

Methods

Attributes

__init__(**kwargs)#

Initializes the TransformChangedGesture.