Static methods

staticaddAtlasAnimation(target:FlxSprite, anim:AnimationData):Void

Properly adds an animation to a sprite based on the provided animation data.

staticaddAtlasAnimations(target:FlxSprite, animations:Array<AnimationData>):Void

Properly adds multiple animations to a sprite based on the provided animation data.

staticaddTextureAtlasAnimation(target:FunkinSprite, anim:AnimationData):Void

Properly adds an animation to a texture atlas sprite based on the provided animation data.

staticaddTextureAtlasAnimations(target:FunkinSprite, animations:Array<AnimationData>):Void

Properly adds multiple animations to a texture atlas sprite based on the provided animation data.

staticcombineFramesCollections(a:FlxFramesCollection, b:FlxFramesCollection):FlxFramesCollection

Combine two FlxFramesCollection objects into one.

Parameters:

a

The first FlxFramesCollection

b

The second FlxFramesCollection

Returns:

FlxFramesCollection The combined FlxFramesCollection