public Color GetPixel (int x, int y, int z, int mipLevel);

Parámetros

xX coordinate to access a pixel.
yY coordinate to access a pixel.
zZ coordinate to access a pixel.
mipLevelThe mipmap level to be accessed.

Valor de retorno

Color The color of the pixel.

Descripción

Returns the pixel color that represents one mip level of the 3D texture at coordinates (x,y,z).

The texture must have the Read/Write Enabled flag set in the Import Settings, otherwise this function will fail. GetPixel is not available on Textures using Crunch texture compression.

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