ChapterRestorePoint

data class ChapterRestorePoint(val sceneRestorePoint: SceneRestorePoint, val scene: Int)

Provides a restore point for a Chapter with a specified sceneRestorePoint and scene.

Constructors

Link copied to clipboard
constructor(sceneRestorePoint: SceneRestorePoint, scene: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val scene: Int
Link copied to clipboard