VisualNovel

abstract class VisualNovel(val story: Story, val configuration: GameConfiguration, val desiredResolution: Resolution = Resolution.NOT_SPECIFIED)

A visual novel. Contains all the components required to create a Game including a story and configuration. A desiredResolution can be specified if a specific resolution should be targeted.

Constructors

Link copied to clipboard
constructor(story: Story, configuration: GameConfiguration, desiredResolution: Resolution = Resolution.NOT_SPECIFIED)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Get the structure of the story as an array of StepIdentifier.