class flixel.group.FlxGroup extends FlxTypedGroup<FlxBasic>

Available on all platforms

This is an organizational class that can update and render a bunch of FlxBasics. * NOTE: Although FlxGroup extends FlxBasic, it will not automatically * add itself to the global collisions quad tree, it will only add its members.

Instance Fields

function new(?MaxSize:Int):Void