|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
AbstractGame
should implement this interface if
they wish to be editable in the level editor.boolean
that will be editable by the level editor.double
that will be editable by the level editor.int
that will be editable by the level editor.String
that will be editable by the level editor.EventObject
used to signify that the current level should
end.EventObject
.
EventObject
.
EventListener
which can be implemented by classes such as
subclasses of AbstractGame
to listen for requests to end a level.EventObject
functionality within
the game engine.EventTest.TestCameraListener
interface was
chosen (arbitrarily) as an engine specific event to be used.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |