Kanzi  3.9.2
Java API
PanManipulatorMetadata.BaseMessageArguments Interface Reference

Metadata definitions for BaseMessageArguments. More...

Public Attributes

AbstractMetaclass metaclass
 Metaclass for BaseMessageArguments. More...
 
DynamicPropertyType< Vector2PanDeltaProperty
 Holds the change in pan position since the last update in global screen coordinates. More...
 
DynamicPropertyType< Vector2PanVelocityProperty
 Holds the current estimate of the pan velocity in global screen coordinates. More...
 

Detailed Description

Metadata definitions for BaseMessageArguments.

Member Data Documentation

◆ metaclass

AbstractMetaclass metaclass
Initial value:
=
new AbstractMetaclass("Kanzi.PanManipulator.BaseMessageArguments")

Metaclass for BaseMessageArguments.

◆ PanDeltaProperty

DynamicPropertyType<Vector2> PanDeltaProperty
Initial value:
=
new DynamicPropertyType<>("PanManipulator.PanDelta", Vector2.class)

Holds the change in pan position since the last update in global screen coordinates.

◆ PanVelocityProperty

DynamicPropertyType<Vector2> PanVelocityProperty
Initial value:
=
new DynamicPropertyType<>("PanManipulator.PanVelocity", Vector2.class)

Holds the current estimate of the pan velocity in global screen coordinates.