Version: 2022.3
言語: 日本語

ScreenCapture

class in UnityEngine

マニュアルに切り替える

説明

Provides methods to take screenshots.

Static 関数

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.