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 PySide6.Qt3DRender.Qt3DRender.QCameraSelector([parent=None])¶
- Parameters
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
The constructor creates an instance with the specified parent
.
- PySide6.Qt3DRender.Qt3DRender.QCameraSelector.camera()¶
- Return type
Holds the currently selected camera.
- PySide6.Qt3DRender.Qt3DRender.QCameraSelector.cameraChanged(camera)¶
- Parameters
camera –
PySide6.Qt3DCore.Qt3DCore.QEntity
- PySide6.Qt3DRender.Qt3DRender.QCameraSelector.setCamera(camera)¶
- Parameters
camera –
PySide6.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.