ScreenshotRequest
from panda3d.core import ScreenshotRequest
- class ScreenshotRequest
Bases:
AsyncFuture
A class representing an asynchronous request to save a screenshot.
Inheritance diagram
- __init__(*args, **kwargs)
- addOutputFile()
C++ Interface: add_output_file(const ScreenshotRequest self, const Filename filename, str image_comment)
- /**
Adds a filename to write the screenshot to when it is available. If the
request is already done, performs the write synchronously.
*/
- add_output_file()
C++ Interface: add_output_file(const ScreenshotRequest self, const Filename filename, str image_comment)
- /**
Adds a filename to write the screenshot to when it is available. If the
request is already done, performs the write synchronously.
*/
- getClassType()
C++ Interface: get_class_type()
- get_class_type()
C++ Interface: get_class_type()