XrSimpleHapticEffect QML Type
Allows setting controller haptics using amplitude, duration and frequency. More...
Import Statement: | import QtQuick3D.Xr |
Since: | Qt 6.9 |
Inherits: | |
Status: | Technical Preview |
Properties
- amplitude() : bool
- duration() : bool
- frequency() : bool
Detailed Description
XrSimpleHapticEffect { amplitude: 0.5 duration: 300 frequency: 3000 }
See also XrHapticFeedback.
Property Documentation
amplitude() : bool |
Defines the amplitude of the effect's vibration. Acceptable values are from 0.0 to 1.0
duration() : bool |
Defines the duration of the haptic effect in milliseconds.
frequency() : bool |
Defines the frequency of the haptic effect in Hz
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.