Skip to content

@blooper.gg/toodle


@blooper.gg/toodle / textures/types / CpuTextureAtlas

Type Alias: CpuTextureAtlas

CpuTextureAtlas = object

Defined in: textures/types.ts:58

A CpuTextureAtlas is a texture atlas that has been loaded into memory.

It contains the texture and a map of texture ids to TextureRegions.

Properties

texture

texture: ImageBitmap

Defined in: textures/types.ts:59


textureRegions

textureRegions: Map<string, TextureRegion>

Defined in: textures/types.ts:60