HomeSort by relevance Sort by last modified time
    Searched refs:setTextureRegion (Results 1 - 7 of 7) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
TiledMapTile.java 45 public void setTextureRegion(TextureRegion textureRegion);
TiledMapImageLayer.java 39 public void setTextureRegion (TextureRegion region) {
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/objects/
TextureMapObject.java 110 public void setTextureRegion (TextureRegion region) {
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/objects/
TiledMapTileMapObject.java 44 setTextureRegion(textureRegion);
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/tiles/
StaticTiledMapTile.java 72 public void setTextureRegion(TextureRegion textureRegion) {
AnimatedTiledMapTile.java 88 public void setTextureRegion (TextureRegion textureRegion) {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
Decal.java 547 public void setTextureRegion (TextureRegion textureRegion) {
670 decal.setTextureRegion(textureRegion);
690 decal.setTextureRegion(textureRegion);

Completed in 86 milliseconds