Class ResourcePack.AtlasTextureRegion

java.lang.Object
com.badlogic.gdx.graphics.g2d.TextureRegion
com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasRegion
com.prineside.tdi2.ResourcePack.AtlasTextureRegion
Enclosing class:
ResourcePack

public static class ResourcePack.AtlasTextureRegion extends com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasRegion
  • Field Summary

    Fields inherited from class com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasRegion

    degrees, index, name, names, offsetX, offsetY, originalHeight, originalWidth, packedHeight, packedWidth, rotate, values
  • Method Summary

    Modifier and Type
    Method
    Description
    com.badlogic.gdx.graphics.g2d.TextureAtlas
     

    Methods inherited from class com.badlogic.gdx.graphics.g2d.TextureAtlas.AtlasRegion

    findValue, flip, getRotatedPackedHeight, getRotatedPackedWidth, toString

    Methods inherited from class com.badlogic.gdx.graphics.g2d.TextureRegion

    getRegionHeight, getRegionWidth, getRegionX, getRegionY, getTexture, getU, getU2, getV, getV2, isFlipX, isFlipY, scroll, setRegion, setRegion, setRegion, setRegion, setRegion, setRegionHeight, setRegionWidth, setRegionX, setRegionY, setTexture, setU, setU2, setV, setV2, split, split

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • getAtlas

      public com.badlogic.gdx.graphics.g2d.TextureAtlas getAtlas()