Uses of Class
io.qt.qt3d.render.QRayCasterHit
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QRayCasterHit in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QRayCasterHit Modifier and Type Field Description QObject.Signal1<QList<QRayCasterHit>>
QAbstractRayCaster. hitsChanged
Methods in io.qt.qt3d.render that return QRayCasterHit Modifier and Type Method Description QRayCasterHit
QRayCasterHit. clone()
Methods in io.qt.qt3d.render that return types with arguments of type QRayCasterHit Modifier and Type Method Description QList<QRayCasterHit>
QAbstractRayCaster. hits()
QList<QRayCasterHit>
QRayCaster. pick(QVector3D origin, QVector3D direction, float length)
QList<QRayCasterHit>
QScreenRayCaster. pick(QPoint position)
Constructors in io.qt.qt3d.render with parameters of type QRayCasterHit Constructor Description QRayCasterHit(QRayCasterHit other)