View source
extended by FixedHeightScaleMode, FixedScaleMode, UniformScaleMode
package haxepunk.screen
class ScaleMode
extended by FixedHeightScaleMode, FixedScaleMode, UniformScaleMode
The default ScaleMode stretches the game area to fill the screen. This can result in non-uniform scaling.
Available since:
2.6.0
Constructor
View source
Parameters:
new (integer : Bool = false) : Void
Parameters:
integer | Whether scale should be rounded to an integer. |