QCameraSelector

PyQt5.Qt3DRender.QCameraSelector

Inherits from QFrameGraphNode.

Description

Class to allow for selection of camera to be used.

A QCameraSelector can be used to select the camera, which is used by the FrameGraph when drawing the entities.

Methods

__init__(parent: QNode = None)

The constructor creates an instance with the specified parent.


camera() → QEntity

See also

setCamera().


setCamera(QEntity)

See also

camera().

Signals

cameraChanged(QEntity)

TODO