Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ScreenCapture

class in UnityEngine

/

Implemented in:UnityEngine.ScreenCaptureModule

Description

Provides methods to take screenshots.

Static Methods

CaptureScreenshotCaptures a screenshot and saves it as a .png file to a specified path.
CaptureScreenshotAsTextureCaptures a screenshot of the game view into a Texture2D object.
CaptureScreenshotIntoRenderTextureCaptures a screenshot of the game view into a RenderTexture object.