Version: 1.1
LanguageEnglish
  • C#

DebugScreenCapture

struct in Unity.Profiling

/

Implemented in:UnityEngine.CoreModule

Description

A raw data representation of a screenshot.

The representation is populated by the Profiling API internals with data about the correlating screenshot. You can use this type to extract the screenshot data.

Properties

HeightHeight of the image.
ImageFormatThe format in which the image was captured.
RawImageDataReferenceA non-owning reference to the image data.
WidthWidth of the image.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答