Version: 2021.3
言語: 日本語
public void SetPixel (int x, int y, int z, Color color, int mipLevel= 0);

パラメーター

x X coordinate to access a pixel.
y Y coordinate to access a pixel.
z Z coordinate to access a pixel.
color ピクセルに設定するカラー
mipLevel 新規のカラーの反映先となるミップレベル

説明

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. Texture.isReadable must be true.

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