QCameraSelector¶
Class to allow for selection of camera to be used. More…
Synopsis¶
Functions¶
def
camera
()
Slots¶
def
setCamera
(camera)
Signals¶
def
cameraChanged
(camera)
Detailed Description¶
A
QCameraSelector
can be used to select the camera, which is used by the FrameGraph when drawing the entities.
- class PySide2.Qt3DRender.Qt3DRender.QCameraSelector([parent=None])¶
- param parent:
The constructor creates an instance with the specified
parent
.
- PySide2.Qt3DRender.Qt3DRender.QCameraSelector.camera()¶
- Return type:
Holds the currently selected camera.
- PySide2.Qt3DRender.Qt3DRender.QCameraSelector.cameraChanged(camera)¶
- Parameters:
camera –
PySide2.Qt3DCore.Qt3DCore.QEntity
- PySide2.Qt3DRender.Qt3DRender.QCameraSelector.setCamera(camera)¶
- Parameters:
camera –
PySide2.Qt3DCore.Qt3DCore.QEntity
Holds the currently selected camera.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.