RenderCaptureReply QML Type

Receives render capture result. 更多...

import 語句: import Qt3D.Render 2.10
在 C++: QRenderCaptureReply
狀態: 棄用

特性

方法

詳細描述

特性文檔編製

captureId : int [read-only]

Holds the captureId, which was passed to the renderCapture.

complete : bool [read-only]

Holds the complete state of the render capture.

image : variant [read-only]

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.