Package nl.colorize.multimedialib.scene
Class SceneWrapper
- java.lang.Object
-
- nl.colorize.multimedialib.scene.SceneWrapper
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(Application app, GraphicsContext2D graphicsContext)voidstart(Application app)Initiallization logic that should be performed every time the scene is started.voidupdate(Application app, float deltaTime)static Scenewrap(Updatable updateCallback, Drawable... graphics)
-
-
-
Method Detail
-
start
public void start(Application app)
Description copied from interface:SceneInitiallization logic that should be performed every time the scene is started. This method is called by the application that contains the scene.
-
update
public void update(Application app, float deltaTime)
-
render
public void render(Application app, GraphicsContext2D graphicsContext)
-
-