QScreenRayCaster露
- PyQt5.Qt3DRender.QScreenRayCaster
Inherits from QAbstractRayCaster.
Description露
Performe ray casting test based on screen coordinates.
QScreenRayCaster can be used to perform ray casting tests by specifying coordinates in screen space, which will be used to construct an actual 3D ray between the near and far planes.
See also
QRayCaster.
Methods露
- __init__(parent: QNode = None)
TODO
- position() → QPoint
See also
- setPosition(QPoint)
See also
- trigger()
Convenience method to enable the component and trigger tests using the current coordinate value.
- trigger(QPoint)
Convenience method to set the coordinate value position and enable the component to trigger tests.