RenderCaptureReply QML Type

Receives render capture result. 更多...

导入语句: import Qt3D.Render 2.12
Since: Qt 5.8
实例化: QRenderCaptureReply

特性

方法

详细描述

特性文档编制

captureId : int

Holds the captureId, which was passed to the renderCapture.


complete : bool

Holds the complete state of the render capture.


image : variant

Holds the image, which was produced as a result of render capture.


方法文档编制

bool saveImage ( fileName )

Saves the render capture result as an image to fileName . Returns true if the image was successfully saved; otherwise returns false.

This method was introduced in Qt 5.9.