Package com.badlogic.gdx.graphics.g2d

Examples of com.badlogic.gdx.graphics.g2d.SpriteCache$Cache


  /** @param cacheSize The maximum number of tiles that can be cached. */
  public OrthoCachedTiledMapRenderer (TiledMap map, float unitScale, int cacheSize) {
    this.map = map;
    this.unitScale = unitScale;
    spriteCache = new SpriteCache(cacheSize, true);
  }
View Full Code Here

TOP

Related Classes of com.badlogic.gdx.graphics.g2d.SpriteCache$Cache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.