public void SetPixel (int x, int y, int z, Color color, int mipLevel);

Parámetros

xX coordinate to access a pixel.
yY coordinate to access a pixel.
zZ coordinate to access a pixel.
colorLos colores para establecer los píxeles a.
mipLevelEl nivel mipmap a ser afectado por los nuevos colores.

Descripción

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

This function works only on RGBA32, ARGB32, RGB24 and Alpha8 texture formats. For other formats, SetPixel is ignored. The texture also has to have the Read/Write Enabled flag set in the Import Settings.

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