Class AssetManager.WebTextureRegion

java.lang.Object
com.badlogic.gdx.graphics.g2d.TextureRegion
com.prineside.tdi2.managers.AssetManager.WebTextureRegion
Enclosing class:
AssetManager

public static class AssetManager.WebTextureRegion extends com.badlogic.gdx.graphics.g2d.TextureRegion
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

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

    flip, 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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • src

      public String src
    • textureLoaded

      public boolean textureLoaded
  • Constructor Details

    • WebTextureRegion

      public WebTextureRegion()
  • Method Details