ScreenshotRequest

from panda3d.core import ScreenshotRequest
class ScreenshotRequest

Bases:

Bases: AsyncFuture

A class representing an asynchronous request to save a screenshot.

Inheritance diagram

Inheritance diagram of ScreenshotRequest

add_output_file(filename: Filename, image_comment: str)

Adds a filename to write the screenshot to when it is available. If the request is already done, performs the write synchronously.

static get_class_type() TypeHandle