<constant> scaleModes
The scale modes that are supported by Pixi.
The DEFAULT scale mode affects the default scaling mode of future operations.
It can be re-assigned to either LINEAR or NEAREST, depending upon suitability.
Properties:
Name | Type | Default | Description |
---|---|---|---|
Phaser.scaleModes | Object | ||
scaleModes.DEFAULT | Number | LINEAR | |
scaleModes.LINEAR | Number | Smooth scaling | |
scaleModes.NEAREST | Number | Pixelating scaling |
Please login to continue.