flixel.util.helpers
.. | |
---|---|
FlxBounds | Helper object for holding minimum and maximum values of various properties. |
FlxPointRangeBounds | Helper object for holding beginning minimum/maximum and ending minimum/maximum values of FlxPoints, which have both an x and y component.
This would extends Range |
FlxRange | Helper object for holding beginning and ending values of various properties. |
FlxRangeBounds | Helper object for holding beginning minimum/maximum and ending minimum/maximum values of different properties.
It would extend Range |