Skip to main content
Version: Phaser v4.0.0-rc.6

Phaser.Textures

Scope: static

Source: src/textures/index.js#L11

Static functions

Static functions

Static functions

LINEAR

LINEAR: number

Description:

Linear filter type.

Source: src/textures/index.js#L15
Since: 3.0.0


NEAREST

NEAREST: number

Description:

Nearest Neighbor filter type.

Source: src/textures/index.js#L24
Since: 3.0.0