Class PanManipulatorComponent

Class Hierarchy

PanManipulatorComponent installs a PanManipulator to a node. Use PanManipulatorComponent to enable nodes to react to pan events and to control the behavior of the installed PanManipulator.

Since Kanzi 3.8.0

Enables the node to react to the pan gesture.

Inherits properties and message types from PanManipulatorComponentMetadata.

Synopsis

Methods
create()

Creates an instance of a PanManipulatorComponent node component

PanManipulatorComponent.PanManipulatorComponent:create(name)

Creates an instance of a PanManipulatorComponent node component.

Parameters
name (string)

The name of the PanManipulatorComponent instance.

Return Values
(PanManipulatorComponent)

The created PanManipulatorComponent.