class flixel.system.layer.TileSheetExt extends Tilesheet implements IFlxDestroyable

Available on all platforms

Class Fields

static var _DRAWCALLS:Int

Instance Fields

function new(bitmap:BitmapData):Void

function addTileRectID(rect:Rectangle, ?point:Point = null):Int

Adds new tileRect to tileSheet object *

returns

id of added tileRect

function destroy():Void