Skip to content

Documentation / device / AtlasInfo

Interface: AtlasInfo

Defined in: libs/device/src/helpers/textureatlas.ts:11

Information of a texture atlas

Properties

atlasIndex

atlasIndex: number

Defined in: libs/device/src/helpers/textureatlas.ts:12


width

width: number

Defined in: libs/device/src/helpers/textureatlas.ts:13


height

height: number

Defined in: libs/device/src/helpers/textureatlas.ts:14


uMin

uMin: number

Defined in: libs/device/src/helpers/textureatlas.ts:15


vMin

vMin: number

Defined in: libs/device/src/helpers/textureatlas.ts:16


uMax

uMax: number

Defined in: libs/device/src/helpers/textureatlas.ts:17


vMax

vMax: number

Defined in: libs/device/src/helpers/textureatlas.ts:18

Released under the MIT License.