Package com.badlogic.gdx.graphics.g2d
Class PolygonRegionLoader.PolygonRegionParameters
java.lang.Object
com.badlogic.gdx.assets.AssetLoaderParameters<PolygonRegion>
com.badlogic.gdx.graphics.g2d.PolygonRegionLoader.PolygonRegionParameters
- Enclosing class:
- PolygonRegionLoader
public static class PolygonRegionLoader.PolygonRegionParameters
extends AssetLoaderParameters<PolygonRegion>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
AssetLoaderParameters.LoadedCallback
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
what buffer size of the reader should be used to read thetexturePrefix
lineString[]
the possible file name extensions of the texture filewhat the line starts with that contains the file name of the texture for thisPolygonRegion
Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
loadedCallback
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
texturePrefix
what the line starts with that contains the file name of the texture for thisPolygonRegion
-
readerBuffer
public int readerBufferwhat buffer size of the reader should be used to read thetexturePrefix
line- See Also:
-
textureExtensions
the possible file name extensions of the texture file
-
-
Constructor Details
-
PolygonRegionParameters
public PolygonRegionParameters()
-