class flixel.util.FlxPool_flixel_util_FlxRect

Available on all platforms

Instance Fields

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