Show / Hide Table of Contents

Class ScreenCapture

Inheritance
Object
ScreenCapture
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
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
Type Name Description
String filename
Int32 superSize
| Improve this Doc View Source

CaptureScreenshot(String, ScreenCapture.StereoScreenCaptureMode)

Declaration
public static void CaptureScreenshot(string filename, ScreenCapture.StereoScreenCaptureMode stereoCaptureMode)
Parameters
Type Name Description
String filename
ScreenCapture.StereoScreenCaptureMode stereoCaptureMode
| Improve this Doc View Source

CaptureScreenshotAsTexture()

Declaration
public static Texture2D CaptureScreenshotAsTexture()
Returns
Type Description
Texture2D
| Improve this Doc View Source

CaptureScreenshotAsTexture(Int32)

Declaration
public static Texture2D CaptureScreenshotAsTexture(int superSize)
Parameters
Type Name Description
Int32 superSize
Returns
Type Description
Texture2D
| Improve this Doc View Source

CaptureScreenshotAsTexture(ScreenCapture.StereoScreenCaptureMode)

Declaration
public static Texture2D CaptureScreenshotAsTexture(ScreenCapture.StereoScreenCaptureMode stereoCaptureMode)
Parameters
Type Name Description
ScreenCapture.StereoScreenCaptureMode stereoCaptureMode
Returns
Type Description
Texture2D
  • Improve this Doc
  • View Source
Back to top Generated by DocFX