Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SCALE_MODES

The scale modes that are supported by pixi.

The {@link 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.

memberof

PIXI

static
name

SCALE_MODES

property

{number} LINEAR Smooth scaling

property

{number} NEAREST Pixelating scaling

Index

Enumeration members

Enumeration members

LINEAR

LINEAR: = 1

NEAREST

NEAREST: = 0

Generated using TypeDoc