Version: 2019.1
public Color[] GetPixels (int miplevel);

パラメーター

miplevelThe mipmap level to be accessed.

戻り値

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

説明

この機能は、3D テクスチャの 1 ミップレベルを描画するピクセル色の配列を返します。

Color32 データと GetPixels32 は高速で、メモリの消費が少なくて済みます。

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