Skip to content
InterfaceAnimation & Atlases@public

FlxAtlasAnimationOptions

Options when registering an animation from link.

ts
export interface FlxAtlasAnimationOptions

Properties

PropertyModifiersTypeDescription
frameHeight-numberOutput cell height when baking atlas frames into the sprite strip.
frameWidth-numberOutput cell width when baking atlas frames into the sprite strip.

Released under the MIT License.