NovelateScene

Wrapper around a scene configuration.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

updateScene
void updateScene(string line)

Updates the scene with a line to parse from the parsed Novelate content.

Properties

actions
NovelateSceneAction[] actions [@property getter]

Gets the actions of the scene.

animation
string animation [@property getter]

Gets the animation of the scene.

animationDirection
string animationDirection [@property getter]

Gets the animation direction of the scene.

animationStartPosition
string animationStartPosition [@property getter]

Gets the animation start position of the scene.

background
string background [@property getter]

Gets the background of the scene.

displaySceneName
bool displaySceneName [@property getter]

Gets a boolean determining whether the scene name should be displayed or not.

music
string music [@property getter]

Gets the music of the scene.

name
string name [@property getter]

Gets the name of the scene.

Meta