Version: 2021.3
Experimental: this API is experimental and might be changed or removed in the future.

DebugScreenCapture

struct in UnityEngine.Profiling.Experimental

切换到手册

描述

截屏的原始数据表示形式。

表示形式由性能分析 API 内部数据和相关截屏的数据填充。可以使用此类型提取截屏数据。

变量

height图像的高度。
imageFormat图像捕获格式。
rawImageDataReference对图像数据的非拥有引用。
width图像的宽度。