Phaser.Textures.WrapMode
Scope: static
Source: src/textures/const-wrap.js#L7
Since: 4.0.0
Static functions
CLAMP_TO_EDGE
CLAMP_TO_EDGE: number
Description:
Clamp to edge wrap mode.
Source: src/textures/const-wrap.js#L15
Since: 4.0.0
MIRRORED_REPEAT
MIRRORED_REPEAT: number
Description:
Mirrored repeat wrap mode.
Source: src/textures/const-wrap.js#L35
Since: 4.0.0
REPEAT
REPEAT: number
Description:
Repeat wrap mode.
Source: src/textures/const-wrap.js#L25
Since: 4.0.0