Fork me on GitHub
View source

package haxepunk.screen

abstract UniformScaleType

defined in haxepunk.screen.UniformScaleMode;

Instance Fields

View source

read only Expand : UniformScaleType

When the screen ratio changes, zoom out (show more of the game.)

View source

read only Letterbox : UniformScaleType

When the screen ratio changes, zoom out and hide the overflow behind black bars.

View source

read only ZoomIn : UniformScaleType

When the screen ratio changes, zoom in (show less of the game.)