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

Phaser.Types.Textures

Scope: static

Source: src/textures/typedefs/index.js#L7

Static functions

CaptureConfig

CaptureConfig

Description:

Configuration object for the DynamicTexture.capture method.

Source: src/textures/typedefs/CaptureConfig.js#L1
Since: 4.0.0


CompressedTextureData

CompressedTextureData

Description:

An object containing the dimensions and mipmap data for a Compressed Texture.

Source: src/textures/typedefs/CompressedTextureData.js#L1
Since: 3.60.0


MipmapType

MipmapType

Description:

A Mipmap Data entry for a Compressed Texture.

Source: src/textures/typedefs/MipmapType.js#L1
Since: 3.60.0


PixelConfig

PixelConfig

Description:

An object containing the position and color data for a single pixel in a CanvasTexture.

Source: src/textures/typedefs/PixelConfig.js#L1
Since: 3.16.0


RepeatConfig

RepeatConfig

Description:

Configuration options for the DynamicTexture.repeat method.

Source: src/textures/typedefs/RepeatConfig.js#L1
Since: 4.0.0


SpriteSheetConfig

SpriteSheetConfig

Source: src/textures/typedefs/SpriteSheetConfig.js#L1
Since: 3.0.0


SpriteSheetFromAtlasConfig

SpriteSheetFromAtlasConfig

Source: src/textures/typedefs/SpriteSheetFromAtlasConfig.js#L1
Since: 3.0.0


StampConfig

StampConfig

Description:

Configuration object for the DynamicTexture.stamp method.

Source: src/textures/typedefs/StampConfig.js#L1
Since: 3.60.0