WasdController QML Type
Control node position and orientation with keys and mouse. More...
Import Statement: | import QtQuick3D.Helpers 1.15 |
Properties
- acceptedButtons : enumeration
- backSpeed : real
- controlledObject : QtQuick3D::Node
- downSpeed : real
- forwardSpeed : real
- inputsNeedProcessing : bool
- keysEnabled : bool
- leftSpeed : real
- mouseEnabled : bool
- rightSpeed : real
- shiftSpeed : real
- speed : real
- upSpeed : real
- xInvert : bool
- xSpeed : real
- yInvert : bool
- ySpeed : real
Detailed Description
This helper allows the user to control a node using wasd or arrow keys and mouse. Usually the controlled node is camera.
Property Documentation
Specify the buttons accepted by the controller.
See also DragHandler and MultiPointHandler.
controlledObject : QtQuick3D::Node |
Specifies the node to control.
This property is true when there are inputs needing processing.