View source
class ScreenshotPlugin
package funkin.util.plugins
extends FlxBasic
Available on all platforms
A Flixel plugin, which renders on top of the game, and provides the functionality and visual feedback for taking screenshots.
Static variables
Static methods
Constructor
Variables
read onlyonPostScreenshot:FlxTypedSignal<Bitmap ‑> Void>
A signal fired after the screenshot is taken.
Parameters:
bitmap | The bitmap that was captured. |
|---|