Version: 2022.1

ScreenCapture

class in UnityEngine

切换到手册

描述

Provides methods to take screenshots.

静态函数

CaptureScreenshotCaptures a screenshot and saves it as a .png file to a specified path.
CaptureScreenshotAsTexture将此游戏对象的截屏捕获到 Texture2D 对象中。
CaptureScreenshotIntoRenderTexture将此游戏对象的截屏捕获到 RenderTexture 对象中。