Options
All
  • Public
  • Public/Protected
  • All
Menu

Class used to record delta files between 2 scene states

Hierarchy

  • SceneRecorder

Index

Constructors

Methods

  • getDelta(): any
  • Get the delta between current state and original state

    Returns any

    a any containing the delta

  • track(scene: Scene): void
  • Track a given scene. This means the current scene state will be considered the original state

    Parameters

    • scene: Scene

      defines the scene to track

    Returns void

  • ApplyDelta(deltaJSON: any, scene: Scene): void
  • Apply a given delta to a given scene

    Parameters

    • deltaJSON: any

      defines the JSON containing the delta

    • scene: Scene

      defines the scene to apply the delta to

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme