XrHandInput QML Type
Represents a hand input. More...
Import Statement: | import QtQuick3D.Xr |
Since: | Qt 6.8 |
Inherits: | |
Status: | Technical Preview |
Properties
- isActive : bool
- posePosition : vector3d
- poseRotation : Quaternion
- poseSpace : enumeration
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:
Constant | Value |
---|---|
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
.