class flixel.atlas.FlxNode implements IFlxDestroyable

Available on all platforms

Atlas Node holds BitmapData and it's position on Atlas * @author Zaphod

Instance Fields

var x:Int

var y:Int

function new(rect:Rectangle, ?filled:Bool = false, ?key:String = ''):Void

function canPlace(width:Int, height:Int):Bool

function destroy():Void