Version: 2022.2
언어: 한국어

ScreenCapture

class in UnityEngine

매뉴얼로 전환

설명

Provides methods to take screenshots.

정적 함수

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.