class flixel.util.FlxPool_flixel_util_FlxRect
Available on all platforms
var length:Int
function new(classObj:Class<FlxRect>):Void
function clear():Array<FlxRect>
function get():FlxRect
function preAllocate(numObjects:Int):Void
function put(obj:FlxRect):Void
function putUnsafe(obj:FlxRect):Void