public Color[] GetPixels (int miplevel);

Parameters

miplevelThe mipmap level to be accessed.

Returns

Color[] The colors to get the array of pixels.

Description

返回表示一个 Mip 级别 3D 纹理的像素颜色数组。

注意,使用 Color32 数据和 GetPixels32 时速度更快,且占用的内存更少。

See Also: SetPixel, SetPixels, SetPixels32, GetPixel, GetPixelBilinear, GetPixels32, Apply functions.