public class Textures
extends java.lang.Object
| Constructor and Description |
|---|
Textures() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dispose() |
static com.badlogic.gdx.graphics.Texture |
get(java.lang.String name) |
static com.badlogic.gdx.scenes.scene2d.utils.Drawable |
getDrawable(java.lang.String name) |
static boolean |
has(java.lang.String name) |
static void |
load(java.lang.String path) |
static void |
put(java.lang.String name,
com.badlogic.gdx.graphics.Texture texture) |
static void |
repeatWrap(java.lang.String... textures) |
public static void load(java.lang.String path)
public static void repeatWrap(java.lang.String... textures)
public static com.badlogic.gdx.graphics.Texture get(java.lang.String name)
public static com.badlogic.gdx.scenes.scene2d.utils.Drawable getDrawable(java.lang.String name)
public static boolean has(java.lang.String name)
public static void put(java.lang.String name,
com.badlogic.gdx.graphics.Texture texture)
public static void dispose()