class flixel.addons.ui.FlxUIGroup extends FlxSpriteGroup implements IFlxUIWidget

Available on all platforms

A cheap extension of FlxUIGroup that lets you move all the children around * without having to call reset() * @author Lars Doucet

Instance Fields

var autoBounds:Bool

PUBLIC GETTER/SETTERS

var id:String

PUBLIC VARS

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

PUBLIC FUNCTIONS

function add(Object:FlxSprite):FlxSprite

function calcBounds():Void

function destroy():Void

function floorAll():Void

Floor the positions of all children

function hasThis(Object:FlxSprite):Bool

function remove(Object:FlxSprite, ?Splice:Bool = false):FlxSprite