XrHandModel QML Type
Represents a 3D model for a hand. More...
Import Statement: | import QtQuick3D.Xr |
Since: | Qt 6.8 |
Inherits: | |
Status: | Technical Preview |
Properties
- handTracker : XrHandTrackerInput
Signals
Detailed Description
Contains a 3D model that is animated by a XrHandTrackerInput.
Property Documentation
handTracker : XrHandTrackerInput |
Contains the XrHandTrackerInput that animates this model.
Warning: Changing hand trackers is not supported.
Signal Documentation
handChanged() |
Emitted when the associated hand changes.
Note: The corresponding handler is onHandChanged
.
handTrackerChanged() |
Emitted when the handTracker property changes.
Note: The corresponding handler is onHandTrackerChanged
.