public Color GetPixel (int x, int y);

Description

返回坐标 (x, y) 上的像素颜色。

如果这些像素坐标超出边界(大于宽度/高度或小于 0), 则将被限制或者将根据该纹理的包裹模式进行重复。

如果从纹理读取大块像素, 使用 GetPixels 可能更快,它返回整块像素颜色。

Note: For depth data based WebCamTexture instances, the depth value (distance in meters) can be accessed using the Color.r property. See Also: WebCamTexture.isDepth.