Class ResolutionFileResolver.Resolution
- java.lang.Object
-
- com.badlogic.gdx.assets.loaders.resolvers.ResolutionFileResolver.Resolution
-
- Enclosing class:
- ResolutionFileResolver
public static class ResolutionFileResolver.Resolution extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringfolderThe name of the folder, where the assets which fit this resolution, are located.intportraitHeightintportraitWidth
-
Constructor Summary
Constructors Constructor Description Resolution(int portraitWidth, int portraitHeight, java.lang.String folder)Constructs aResolution.
-
-
-
Constructor Detail
-
Resolution
public Resolution(int portraitWidth, int portraitHeight, java.lang.String folder)Constructs aResolution.- Parameters:
portraitWidth- This resolution's width.portraitHeight- This resolution's height.folder- The name of the folder, where the assets which fit this resolution, are located.
-
-