Class Cutscene
java.lang.Object
com.csse3200.game.cutscene.models.object.Cutscene
Stores cutscene information.
-
Constructor Details
-
Cutscene
public Cutscene(String id, List<Character> characters, List<Background> backgrounds, List<Sound> sounds, List<Beat> beats) Creates aCutscene
object with specified id, characters, backgrounds, sounds, and beats- Parameters:
id
- The ID of the cutscene (the file name)characters
- A list ofCharacter
s that are used in the cutscenebackgrounds
- A list ofBackground
s that are used in the cutscenesounds
- A list ofSound
s that are used in the cutscenebeats
- A list ofBeat
s that are in the cutscene
-
-
Method Details
-
getId
-
getCharacters
-
getBackgrounds
-
getSounds
-
getBeats
-