PickEvent QML Type▲
-
Import Statement: import Qt3D.Render 2.12
-
Since: Qt 5.7
-
Instantiates:: QPickEvent
Detailed Description▲
Property Documentation▲
accepted : bool▲
Specifies if event has been accepted
[read-only] button : int▲
[read-only] buttons : int▲
[read-only] distance : real▲
Specifies the distance of the hit to the camera
[read-only] localIntersection : Vector3D▲
Specifies the coordinates of the hit in the local coordinate system of the picked entity
[read-only] modifiers : int▲
Specifies state of the mouse buttons for the event
[read-only] position : Point2D▲
Specifies the mouse position with respect to the render area (window or quick item)
[read-only] worldIntersection : Vector3D▲
Specifies the coordinates of the hit in world coordinate system