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
Smooth scaling
1 Copy
1
Pixelating scaling
0 Copy
0
Generated using TypeDoc
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