class flixel.util.loaders.TextureRegion implements IFlxDestroyable
Available on all platforms
var data:CachedGraphics
var region:Region
function new(data:CachedGraphics, ?startX:Int = 0, ?startY:Int = 0, ?tileWidth:Int = 0, ?tileHeight:Int = 0, ?spacingX:Int = 0, ?spacingY:Int = 0, ?width:Int = 0, ?height:Int = 0):Void
function clone():TextureRegion
function destroy():Void