Mallet Engine
2
Entity-Component based game engine, written in Java.
|
Public Member Functions | |
Model (final GeometryInterface _geometry) | |
final< T > T | getGeometry (Class< T > _type) |
String | type () |
Public Attributes | |
GeometryInterface | geometry = null |
com.linxonline.mallet.resources.model.Model.Model | ( | final GeometryInterface | _geometry | ) |
final<T> T com.linxonline.mallet.resources.model.Model.getGeometry | ( | Class< T > | _type | ) |
String com.linxonline.mallet.resources.model.Model.type | ( | ) |
Returns a String that denotes the type of resource ie: SOUND, TEXTURE, MODEL.
Reimplemented from com.linxonline.mallet.resources.Resource.