public Color32[] GetPixels32(int miplevel);
Parameters
| miplevel | The mipmap level to be accessed. |
Returns
Color32[] The colors to get the array of pixels.
Description 描述
Returns an array of pixel colors representing one mip level of the 3D texture.
See Also: SetPixel, SetPixels, SetPixels32, GetPixel, GetPixelBilinear, GetPixels, Apply functions.