Chapter

class Chapter

A chapter within a Story.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Get the name of this Chapter.

Link copied to clipboard

Get the number of the Scene in this Chapter.

Functions

Link copied to clipboard
infix fun add(scene: Scene)

Add a scene to this Chapter.

Link copied to clipboard
infix fun name(name: String)

Set the name of this Chapter.

Link copied to clipboard
infix fun transition(transition: ChapterTransition)

Set the transition for this chapter.