Project Arrhythmia
A video game developed by Vitamin Games.
Loading...
Searching...
No Matches
VGFunctions.Screenshot Class Reference

A static class that handles screenshot operations. More...

Static Public Member Functions

static void TakeScreenshot ()
 
static void CaptureScreenshot (System.Action< Texture2D > callback)
 
async static void CopyToClipboard (Texture2D _texture, bool _destroy=true)
 
static void CopyToClipboard (string _text)
 

Static Private Member Functions

static IEnumerator CaptureScreenshotLoop (System.Action< Texture2D > callback)
 

Detailed Description

A static class that handles screenshot operations.

This class contains methods for taking screenshots and saving them to a directory. It also includes methods for capturing screenshots and passing them to a callback function, and copying a Texture2D to the clipboard.


The documentation for this class was generated from the following file: