class flixel.util.FlxPool<T>
Available on all platforms
A generic container that facilitates pooling and recycling of objects. * WARNING: Pooled objects must have parameterless constructors: function new()
class flixel.util.FlxPool<T>
Available on all platforms
A generic container that facilitates pooling and recycling of objects. * WARNING: Pooled objects must have parameterless constructors: function new()