RenderSettings QML Type
RenderSettings 类型用于保存与渲染过程相关的设置以及活动FrameGraph 的主机。更多
| Import Statement: | import Qt3D.Render 2.11 |
| In C++: | QRenderSettings |
| Status: | Deprecated |
属性
- activeFrameGraph : FrameGraphNode
- pickingSettings : PickingSettings
- renderCapabilities : RenderCapabilities
- renderPolicy : enumeration
详细说明
RenderSettings 组件必须设置为场景根实体的一个组件。它指定了渲染策略和拾取设置,并托管活动的FrameGraph。
属性文档
activeFrameGraph : FrameGraphNode
保存当前活动的FrameGraph。
pickingSettings : PickingSettings [read-only]
保存FrameGraph 的当前选取设置。
renderCapabilities : RenderCapabilities [read-only]
保存所支持的渲染引擎的详细信息
renderPolicy : enumeration
保存当前的渲染策略。
- RenderSettings.按需
- RenderSettings.始终
© 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.