Receives render capture result. 更多...
| import 语句: |
import Qt3D.Render 2.8
|
| 在 C++: | QRenderCaptureReply |
| 状态: | Deprecated |
|
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.