public static class ResourceLoadingUtils.TexProps
extends java.lang.Object
Constructor and Description |
---|
TexProps(int id,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getId() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setId(int id) |
void |
setWidth(int width) |