public Color32[] GetPixels32 (int arrayElement, int miplevel= 0);

파라미터

arrayElementArray slice to read pixels from.
miplevelMipmap level to read pixels from.

반환

Color32[] Array of pixel colors in low precision (8 bits/channel) format.

설명

Returns pixel colors of a single array slice.