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 |
|
---|
Returns:
FlxAtlasFrames
collection for the specified FlxGraphic
object
Could be null
if FlxGraphic
doesn't have it yet.