com.badlogic.gdx.graphics.g2d
Class PolygonRegionLoader.PolygonRegionParameters

java.lang.Object
  extended by com.badlogic.gdx.assets.AssetLoaderParameters<PolygonRegion>
      extended by 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
 int readerBuffer
          what buffer size of the reader should be used to read the texturePrefix line
 String[] textureExtensions
          the possible file name extensions of the texture file
 String texturePrefix
          what the line starts with that contains the file name of the texture for this PolygonRegion
 
Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
loadedCallback
 
Constructor Summary
PolygonRegionLoader.PolygonRegionParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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:
FileHandle.reader(int)

textureExtensions

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

Constructor Detail

PolygonRegionLoader.PolygonRegionParameters

public PolygonRegionLoader.PolygonRegionParameters()


Copyright © 2014. All Rights Reserved.