Example usage for com.badlogic.gdx.graphics.g2d TextureAtlas subclass-usage

List of usage examples for com.badlogic.gdx.graphics.g2d TextureAtlas subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.graphics.g2d TextureAtlas subclass-usage.

Usage

From source file com.agateau.ui.StrictTextureAtlas.java

/**
 * An atlas which:
 * - fails immediately when it does not find a region
 * - cache the found regions
 */
public class StrictTextureAtlas extends TextureAtlas {