class flixel.group.FlxGroup extends FlxTypedGroup<FlxBasic>
Available on all platforms
Sub classes | ||||
![]() | FlxState |
|
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.