AnimationLocation

data class AnimationLocation(val type: AnimationType, val location: List<PixelLocation>)

Constructors

Link copied to clipboard
constructor(type: AnimationType, duration: Int, imageEquation: EquationTriple)
constructor(section: YamlObject)
constructor(type: AnimationType, location: List<PixelLocation>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard