Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
com.linxonline.mallet.resources.model.Model Class Reference
Inheritance diagram for com.linxonline.mallet.resources.model.Model:
Inheritance graph
[legend]
Collaboration diagram for com.linxonline.mallet.resources.model.Model:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Model (final GeometryInterface _geometry)
final< T > T getGeometry (Class< T > _type)
String type ()

Public Attributes

GeometryInterface geometry = null

Constructor & Destructor Documentation


Member Function Documentation

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.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables