Skip to content
InterfaceAnimation & Atlases@public

FlxAtlasFrame

A named region inside a shared atlas texture. index is the stable 0-based insertion order within this atlas.

ts
export interface FlxAtlasFrame

Properties

PropertyModifiersTypeDescription
durationreadonlynumberOptional display duration in seconds supplied by source metadata.
indexreadonlynumber0-based position in insertion order.
namereadonlystring-
texturereadonlyTexturePixi sub-texture view into the shared atlas source.

Released under the MIT License.