QPickPointEvent Class▲
-
Header: QPickPointEvent
-
Since: Qt 5.10
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
-
qmake: QT += 3drender
-
Inherited By:
-
Instantiated By: qml-qt3d-render-pickpointevent.xml
-
Inherits: Qt3DRender::QPickEvent
Detailed Description▲
Property Documentation▲
[read-only] pointIndex : const uint▲
Member Function Documentation▲
QPickPointEvent::QPickPointEvent()▲
Constructs a new QPickPointEvent.
uint QPickPointEvent::pointIndex() const▲
QPickPointEvent::pointIndex Returns the index of the picked point
Getter function for property pointIndex.