Codename LogoCodename Logo

funkin.backend.assets.MultiFramesCollection

APIWiki

Base class for all frame collections.

Static methods

View in GitHub

staticfindFrame(graphic:FlxGraphic, ?border:FlxPoint):MultiFramesCollection

Returns the FlxAtlasFrame of the specified FlxGraphic object.

Parameters:

graphic

FlxGraphic object to find the FlxAtlasFrames collection for.

Returns:

FlxAtlasFrames collection for the specified FlxGraphic object Could be null if FlxGraphic doesn't have it yet.

Constructor

View in GitHub

new(parent:FlxGraphic, ?border:FlxPoint)

Variables

@:value([])parentedFrames:Array<FlxFramesCollection> = []

Methods

View in GitHub

addFrames(collection:FlxFramesCollection):Void