Helper class for sort() in FlxTypedGroup, but could theoretically be used on regular arrays as well.
Static variables
Static methods
staticinlinebyValues(Order:Int, Value1:Float, Value2:Float):Int
You can use this function as a backend to write a custom sorting function (see byY() for an example).