java.lang.Object
com.csse3200.game.cutscene.models.object.Cutscene

public class Cutscene extends Object
Stores cutscene information.
  • Constructor Details

    • Cutscene

      public Cutscene(String id, List<Character> characters, List<Background> backgrounds, List<Sound> sounds, List<Beat> beats)
      Creates a Cutscene object with specified id, characters, backgrounds, sounds, and beats
      Parameters:
      id - The ID of the cutscene (the file name)
      characters - A list of Characters that are used in the cutscene
      backgrounds - A list of Backgrounds that are used in the cutscene
      sounds - A list of Sounds that are used in the cutscene
      beats - A list of Beats that are in the cutscene
  • Method Details