| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.resource | |
| org.achtern.AchternEngine.core.resource.loader |
| Modifier and Type | Method and Description |
|---|---|
static <T,C> T |
ResourceLoader.load(String name,
BinaryLoader<T,C> loader,
boolean forceLoading)
Loads a Object from an
InputStream using a AsciiFileLoader. |
| Modifier and Type | Class and Description |
|---|---|
class |
TextureLoader
This
TextureLoader uses
ImageIO to load the image and then converts it into
a usable ByteBuffer for the Texture. |
Copyright © 2014. All rights reserved.