PIXI.SCALE_MODES

SCALE_MODES

The scale modes that are supported by pixi.

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

Summary


Properties from SCALE_MODES

Public Properties


LINEAR index.ts:293
static LINEAR: number

Smooth scaling

NEAREST index.ts:293
static NEAREST: number

Pixelating scaling


Powered by webdoc!