QRenderTargetSelector¶
Provides a way of specifying a render target. More…
Synopsis¶
Functions¶
def
target
()
Slots¶
def
setTarget
(target)
Signals¶
def
targetChanged
(target)
Detailed Description¶
A QRenderTargetSelector
is used to select active QRenderTarget
for the FrameGraph. When QRenderTargetSelector
is present in the FrameGraph, the rendering is directed into QTexture objects or draw buffers instead of the surface specified in the QRenderSurfaceSelector
.
- class PySide6.Qt3DRender.Qt3DRender.QRenderTargetSelector([parent=None])¶
- Parameters
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
Constructs QRenderTargetSelector
with given parent
.
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetSelector.setTarget(target)¶
- Parameters
Holds the current render target
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetSelector.target()¶
- Return type
Holds the current render target
- PySide6.Qt3DRender.Qt3DRender.QRenderTargetSelector.targetChanged(target)¶
- Parameters
© 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.