XrSimpleHapticEffect QML Type
진폭, 지속 시간 및 주파수를 사용하여 컨트롤러 햅틱을 설정할 수 있습니다. 더 보기...
Import Statement: | import QtQuick3D.Xr |
Since: | Qt 6.9 |
Inherits: | |
Status: | Technical Preview |
속성
- amplitude() : bool
- duration() : bool
- frequency() : bool
자세한 설명
XrSimpleHapticEffect { amplitude: 0.5 duration: 300 frequency: 3000 }
XrHapticFeedback 를참조하세요 .
프로퍼티 문서
amplitude() : bool |
이펙트의 진동 진폭을 정의합니다. 허용되는 값은 0.0에서 1.0 사이입니다.
duration() : bool |
햅틱 효과의 지속 시간을 밀리초 단위로 정의합니다.
frequency() : bool |
햅틱 효과의 주파수를 Hz 단위로 정의합니다.
© 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.