Uses of Class
com.badlogic.gdx.utils.viewport.ScalingViewport
-
Packages that use ScalingViewport Package Description com.badlogic.gdx.utils.viewport -
-
Uses of ScalingViewport in com.badlogic.gdx.utils.viewport
Subclasses of ScalingViewport in com.badlogic.gdx.utils.viewport Modifier and Type Class Description classFillViewportA ScalingViewport that usesScaling.fillso it keeps the aspect ratio by scaling the world up to take the whole screen (some of the world may be off screen).classFitViewportA ScalingViewport that usesScaling.fitso it keeps the aspect ratio by scaling the world up to fit the screen, adding black bars (letterboxing) for the remaining space.classStretchViewportA ScalingViewport that usesScaling.stretchso it does not keep the aspect ratio, the world is scaled to take the whole screen.
-