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>
  • Field Details

    • texturePrefix

      public String texturePrefix
      what the line starts with that contains the file name of the texture for this PolygonRegion
    • readerBuffer

      public int readerBuffer
      what buffer size of the reader should be used to read the texturePrefix line
      See Also:
    • textureExtensions

      public String[] textureExtensions
      the possible file name extensions of the texture file
  • Constructor Details

    • PolygonRegionParameters

      public PolygonRegionParameters()