View source
abstract FlxUVRect(FlxRect)
package flixel.graphics.frames
from FlxRect to IFlxPooled
import flixel.graphics.frames.FlxFrame
FlxRect, but instead of x
, y
, width
and height
, it takes a left
, right
, top
and
bottom
. This is for optimization reasons, to reduce arithmetic when drawing vertices