Class ScreenshotTool.ScreenshotCommands
public static class ScreenshotTool.ScreenshotCommands
- Inheritance
-
ScreenshotTool.ScreenshotCommands
- Inherited Members
Methods
TakeScreenshot()
[ConsoleMethod("screenshot", "Take a screenshot", new string[] { })]
public static void TakeScreenshot()
TakeScreenshot(bool, int)
[ConsoleMethod("screenshot", "Take a screenshot with more settings. includeUI: Whether to include overlay ui; superSize: Image supersize when `includeUI` is off.", new string[] { })]
public static void TakeScreenshot(bool includeUI, int superSize)