Scene

class Scene

A scene within a Chapter.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Get the background for this Scene.

Link copied to clipboard

Get the index of the current Step.

Link copied to clipboard

Get the layout for this Scene.

Link copied to clipboard

Get the music for this Scene.

Link copied to clipboard

Get the name of this Scene.

Link copied to clipboard

Get the number of Step that make up this Scene.

Link copied to clipboard

Get the type of Scene this is.

Functions

Link copied to clipboard
infix fun background(background: Background)

Set the background.

infix fun background(key: String)

Set the background, specified by key.

Link copied to clipboard
infix fun layout(layout: Layout)

Set the layout for this scene.

Link copied to clipboard
infix fun music(music: Track)

Set the music.

infix fun music(key: String)

Set the music, specified by key.

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

Set the name for this scene.

Link copied to clipboard
infix fun steps(steps: List<Step>)

Set the steps that make up this scene.

Link copied to clipboard
infix fun transitionIn(transition: SceneTransition)

Set the transition in for this scene.

Link copied to clipboard
infix fun transitionOut(transition: SceneTransition)

Set the transition out for this scene.

Link copied to clipboard
infix fun type(type: SceneType)

Set the type of scene this is.