XrSimpleHapticEffect QML Type
Ermöglicht die Einstellung der Haptik des Controllers über Amplitude, Dauer und Frequenz. Mehr...
Import Statement: | import QtQuick3D.Xr |
Since: | Qt 6.9 |
Inherits: | |
Status: | Technical Preview |
Eigenschaften
- amplitude() : bool
- duration() : bool
- frequency() : bool
Ausführliche Beschreibung
XrSimpleHapticEffect { amplitude: 0.5 duration: 300 frequency: 3000 }
Siehe auch XrHapticFeedback.
Eigenschaft Dokumentation
amplitude() : bool |
Legt die Amplitude der Schwingung des Effekts fest. Akzeptable Werte liegen zwischen 0,0 und 1,0
duration() : bool |
Legt die Dauer des haptischen Effekts in Millisekunden fest.
frequency() : bool |
Legt die Frequenz des haptischen Effekts in Hz fest
© 2025 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.