Class CutsceneTickComponent
java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.cutscene.runtime.components.CutsceneTickComponent
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCutsceneTickComponent
(CutsceneOrchestrator orchestrator) Create a tick component with a cutscene orchestrator -
Method Summary
Modifier and TypeMethodDescriptionvoid
update()
Called once per frame of the game, and should be used for most component logic.Methods inherited from class com.csse3200.game.components.Component
create, dispose, earlyUpdate, getEntity, getPriority, setEnabled, setEntity, toString, triggerEarlyUpdate, triggerUpdate
-
Constructor Details
-
CutsceneTickComponent
Create a tick component with a cutscene orchestrator- Parameters:
orchestrator
- The orchestrator that is being ticked
-
-
Method Details