Phaser.Textures

Scope: static

Source: src/textures/index.js#L10

Static functions

Static functions

Static functions

LINEAR

LINEAR: number

Description:

Linear filter type.

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


NEAREST

NEAREST: number

Description:

Nearest Neighbor filter type.

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


Updated on