class flixel.group.FlxSpriteGroup extends FlxTypedSpriteGroup<FlxSprite>

Available on all platforms

FlxSpriteGroup is a special FlxGroup that can be treated like * a single sprite even if it's made up of several member sprites.

Instance Fields

function new(?X:Float = 0, ?Y:Float = 0, ?MaxSize:Int = 0):Void

X

The initial X position of the group *

Y

The initial Y position of the group *

MaxSize

Maximum amount of members allowed