Provides methods to take screenshots.
| Method | Description | 
|---|---|
| CaptureScreenshot | Captures a screenshot and saves it as a .png file to a specified path. | 
| CaptureScreenshotAsTexture | Captures a screenshot of the game view into a Texture2D object. | 
| CaptureScreenshotIntoRenderTexture | Captures a screenshot of the game view into a RenderTexture object. |