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

パラメーター

faceCubemap 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.