A collection of extension methods for flixel.FlxObject
Static methods
staticinlineget_anchor (object:FlxObject):FlxPoint
Returns a bottom center point of a FlxObject
* @param object input object
* @return FlxPoint
staticinlineset_anchor_position (object:FlxObject, point:FlxPoint):Void
Sets the anchor (bottom center) position of a FlxObject using a FlxPoint
* @param object input object
* @param point anchor position
staticinlineset_midpoint_position (object:FlxObject, point:FlxPoint):Void
Sets the midpoint position of a FlxObject using a FlxPoint
* @param object input object
* @param point midpoint position
staticinlineset_position (object:FlxObject, point:FlxPoint):Void
Sets the position of a FlxObject using a FlxPoint
* @param object input object
* @param point position