Mallet Engine
2
Entity-Component based game engine, written in Java.
|
Public Member Functions | |
ObjectVariable () | |
ObjectVariable (final String _name, final Object _value) | |
void | setObject (final Object _value) |
String | toString () |
Public Attributes | |
Object | value |
com.linxonline.mallet.util.settings.ObjectVariable.ObjectVariable | ( | final String | _name, |
final Object | _value | ||
) |
void com.linxonline.mallet.util.settings.ObjectVariable.setObject | ( | final Object | _value | ) |
Reimplemented from com.linxonline.mallet.util.settings.VariableInterface.