Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DebugScreenCapture

A raw data representation of a screenshot.
Read time 1 minuteLast updated 4 days ago

Definition

public struct DebugScreenCapture

Remarks

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

Property

Description

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