class flixel.addons.ui.Anchor implements IFlxDestroyable

Available on all platforms

A class that describes how some object should be positioned relative to another * * @author

Class Fields

static var BOTTOM:String

static var CENTER:String

static var LEFT:String

static var RIGHT:String

static var TOP:String

Instance Fields

function new(XOff:Float, YOff:Float, XSide:String, YSide:String, XFlush:String, YFlush:String):Void

function anchorThing(thing:FlxObject, destination:FlxObject):Void

function destroy():Void