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 FlxAtlasFrameProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
duration | readonly | number | Optional display duration in seconds supplied by source metadata. |
index | readonly | number | 0-based position in insertion order. |
name | readonly | string | - |
texture | readonly | Texture | Pixi sub-texture view into the shared atlas source. |