RenderSettings QML Type
El tipo RenderSettings contiene ajustes relacionados con el proceso de renderizado y aloja el FrameGraph activo. Más...
| Import Statement: | import Qt3D.Render 2.11 |
| In C++: | QRenderSettings |
| Status: | Deprecated |
Propiedades
- activeFrameGraph : FrameGraphNode
- pickingSettings : PickingSettings
- renderCapabilities : RenderCapabilities
- renderPolicy : enumeration
Descripción detallada
El componente RenderSettings debe establecerse como un componente de la entidad raíz de la escena. Especifica la política de renderizado y los ajustes de picking, así como aloja el FrameGraph activo.
Documentación de Propiedades
activeFrameGraph : FrameGraphNode
Contiene el FrameGraph activo en ese momento.
pickingSettings : PickingSettings [read-only]
Contiene la configuración de selección actual para el FrameGraph.
renderCapabilities : RenderCapabilities [read-only]
Contiene los detalles del motor de renderizado compatible
renderPolicy : enumeration
Contiene la política de renderizado actual.
- RenderSettingsA petición
- RenderSettings.siempre
Véase también Qt3DRender::QRenderSettings::RenderPolicy.
© 2026 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.