Contents

SKTextureFilteringMode.nearest

Each pixel is drawn using the nearest point in the texture. This mode is faster, but the results are often pixelated.

Declaration

case nearest

See Also

Constants