Class ScreenCapture
Inheritance
ScreenCapture
Assembly: UnityEngine.dll
Syntax
public static class ScreenCapture
Methods
|
Improve this Doc
View Source
CaptureScreenshot(String)
Declaration
public static void CaptureScreenshot(string filename)
Parameters
Type |
Name |
Description |
String |
filename |
|
|
Improve this Doc
View Source
CaptureScreenshot(String, Int32)
Declaration
public static void CaptureScreenshot(string filename, int superSize)
Parameters
|
Improve this Doc
View Source
CaptureScreenshot(String, ScreenCapture.StereoScreenCaptureMode)
Declaration
public static void CaptureScreenshot(string filename, ScreenCapture.StereoScreenCaptureMode stereoCaptureMode)
Parameters
|
Improve this Doc
View Source
CaptureScreenshotAsTexture()
Declaration
public static Texture2D CaptureScreenshotAsTexture()
Returns
|
Improve this Doc
View Source
CaptureScreenshotAsTexture(Int32)
Declaration
public static Texture2D CaptureScreenshotAsTexture(int superSize)
Parameters
Type |
Name |
Description |
Int32 |
superSize |
|
Returns
|
Improve this Doc
View Source
CaptureScreenshotAsTexture(ScreenCapture.StereoScreenCaptureMode)
Declaration
public static Texture2D CaptureScreenshotAsTexture(ScreenCapture.StereoScreenCaptureMode stereoCaptureMode)
Parameters
Returns