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.

Memberof

PIXI

Static

Enumeration Members

Enumeration Members

LINEAR: 1

Smooth scaling

Default

1
NEAREST: 0

Pixelating scaling

Default

0

Generated using TypeDoc