DebugScreenCapture
A raw data representation of a screenshot.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: Unity.Profiling
- Assembly: UnityEngine.CoreModule
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 |
|---|---|
| Height | Height of the image. |
| ImageFormat | The format in which the image was captured. |
| RawImageDataReference | A non-owning reference to the image data. |
| Width | Width of the image. |