Version: 2017.1
public Color[] GetPixels (CubemapFace face, int arrayElement, int miplevel= 0);

パラメーター

face Cubemap face to read pixels from.
arrayElement ピクセルを読み込む配列スライス (データ元)
miplevel ピクセルを読み込むミップマップレベル

戻り値

Color[] ピクセルの色の配列

説明

Returns pixel colors of a single array slice/face.

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

See Also: GetPixels32, SetPixels, Graphics.CopyTexture.