Class TPAtlas
- java.lang.Object
 - 
- com.nevergarden.myna.ds.texturepacker.TPAtlas
 
 
- 
public class TPAtlas extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description TPAtlasInfoatlasInfoTexturetexture 
- 
Constructor Summary
Constructors Constructor Description TPAtlas(Texture texture, TPAtlasInfo info) 
 - 
 
- 
- 
Field Detail
- 
texture
public final Texture texture
 
- 
atlasInfo
public final TPAtlasInfo atlasInfo
 
 - 
 
- 
Constructor Detail
- 
TPAtlas
public TPAtlas(Texture texture, TPAtlasInfo info)
 
 - 
 
 -