SceneRestorePoint

data class SceneRestorePoint(val characterRestorePoints: List<CharacterRestorePoint>, val step: Int)

Provides a restore point for a Scene with a specified list of characterRestorePoints and step.

Constructors

Link copied to clipboard
constructor(characterRestorePoints: List<CharacterRestorePoint>, step: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val step: Int