struct in UnityEngine.Profiling.Experimental
/
Implemented in:UnityEngine.CoreModule
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.
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. |