Enumeration SCALE_MODES

The scale modes that are supported by pixi.

The PIXI.BaseTexture.defaultOptions.scaleMode scale mode affects the default scaling mode of future operations. It can be re-assigned to either LINEAR or NEAREST, depending upon suitability.

PIXI

Enumeration Members

Enumeration Members

LINEAR: 1

Smooth scaling

1
NEAREST: 0

Pixelating scaling

0