public final class Resource
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Resource.Kind
Resource type variants.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
GLYPHS |
static int |
SOURCE |
static int |
SPRITE_IMAGE |
static int |
SPRITE_JSON |
static int |
STYLE
Style sheet JSON file
|
static int |
TILE |
static int |
UNKNOWN
Unknown type
|
| Constructor and Description |
|---|
Resource() |
public static final int UNKNOWN
public static final int STYLE
public static final int SOURCE
public static final int TILE
public static final int GLYPHS
public static final int SPRITE_IMAGE
public static final int SPRITE_JSON