| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.resource.loader | |
| org.achtern.AchternEngine.core.resource.loader.json |
| Modifier and Type | Method and Description |
|---|---|
void |
Loader.load(String name,
I input)
This performs any type of loading and parsing.
|
void |
TextureLoader.load(String name,
InputStream input)
This performs any type of loading and parsing.
|
void |
PassThroughLoader.load(String name,
String input)
This performs any type of loading and parsing.
|
void |
MeshLoader.load(String name,
String file)
If the
OBJParser
has not been called as LineBasedParser
during loading (because of caching). |
void |
GLSLProgramLoader.load(String name,
String file)
This performs any type of loading and parsing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonLoader.load(String name,
String input)
Constructs the
JSONObject and parses it. |
Copyright © 2014. All rights reserved.