RenderCaptureReply QML Type

接收渲染捕获结果。更多

Import Statement: import Qt3D.Render 2.9
In C++: QRenderCaptureReply
Status: Deprecated

属性

方法

详细说明

属性文档

captureId : int [read-only]

保存传递给 renderCapture 的 captureId。


complete : bool [read-only]

保存渲染捕捉的完整状态。


image : variant [read-only]

保存渲染捕捉后生成的图像。


方法文档

bool saveImage(fileName)

将渲染捕获结果保存为图像,地址为fileName 。如果图片保存成功,则返回 true;否则返回 false。


© 2025 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.