XrHandInput QML Type

Represents a hand input. More...

Import Statement: import QtQuick3D.Xr
Since: Qt 6.8
Inherits:

Item

Status: Technical Preview

Properties

Signals

Detailed Description

This type provides information about hand poses, position, and rotation.

Property Documentation

isActive : bool

Indicates whether the hand input is active.


posePosition : vector3d

The position of the hand pose in 3D space.


poseRotation : Quaternion

The rotation of the hand pose.


poseSpace : enumeration

Specifies the hand pose space. Can be one of the following:

ConstantValue
XrHandInput.GripPose
XrHandINput.AimPose

Signal Documentation

isActiveChanged()

Emitted when the isActive property changes.

Note: The corresponding handler is onIsActiveChanged.


posePositionChanged()

Emitted when the posePosition property changes.

Note: The corresponding handler is onPosePositionChanged.


poseRotationChanged()

Emitted when the poseRotation property changes.

Note: The corresponding handler is onPoseRotationChanged.


poseSpaceChanged()

Emitted when the poseSpace property changes.

Note: The corresponding handler is onPoseSpaceChanged.