Uses of Class
com.badlogic.gdx.graphics.g2d.PolygonRegionLoader.PolygonRegionParameters
-
Packages that use PolygonRegionLoader.PolygonRegionParameters Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of PolygonRegionLoader.PolygonRegionParameters in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d with parameters of type PolygonRegionLoader.PolygonRegionParameters Modifier and Type Method Description Array<AssetDescriptor>PolygonRegionLoader. getDependencies(java.lang.String fileName, FileHandle file, PolygonRegionLoader.PolygonRegionParameters params)If the PSH file contains a line starting withparams.texturePrefix, anAssetDescriptorfor the file referenced on that line will be added to the returned Array.PolygonRegionPolygonRegionLoader. load(AssetManager manager, java.lang.String fileName, FileHandle file, PolygonRegionLoader.PolygonRegionParameters parameter)
-