Package net.dermetfan.gdx
Interface CutsceneManager.Cutscene
- Enclosing class:
- CutsceneManager
public static interface CutsceneManager.Cutscene
-
Method Summary
Modifier and Type Method Description voidend()called byCutsceneManager.end(Cutscene)voidinit()called byCutsceneManager.start(Cutscene)booleanupdate(float delta)called byCutsceneManager.update(float)
-
Method Details
-
init
void init()called byCutsceneManager.start(Cutscene) -
update
boolean update(float delta)called byCutsceneManager.update(float)- Parameters:
delta- the time passes since last update- Returns:
- if the cutscene is finished
-
end
void end()called byCutsceneManager.end(Cutscene)
-