Class ManualStep

Class that hold information about currently shown/displayed step.

Author

Matej Hakoš

Hierarchy

  • ManualStep

Constructors

Properties

animation?: AnimationDef

Optional animation.

computedPostions: ComputedPostions = ...

A map with computed exact positions of all of the objects in scene

name: string = ''

Name of currenty drawn/displayed step.

next: null | ManualStep = null

Link to next Manual Step.

positions: Position[] = []

An array of objects with Pose, where they should move.

prev: null | ManualStep = null

Link to previous Manual Step.

Generated using TypeDoc