RenderCaptureReply QML Type

Receives render capture result. More...

Instantiates: QRenderCaptureReply

Properties

Methods

Detailed Description

\inheritsQObject \inqmlmodule Qt3D.Render \since 5.8

Property Documentation

[read-only] captureId : int

Holds the captureId, which was passed to the renderCapture.


[read-only] complete : bool

Holds the complete state of the render capture.


[read-only] image : variant

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


Method Documentation

bool saveImage(fileName)

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

\since5.9