ScreenshotRequest
from panda3d.core import ScreenshotRequest
- class ScreenshotRequest
Bases:
Bases:
AsyncFutureA class representing an asynchronous request to save a screenshot.
Inheritance diagram
- 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
