indigo.shared.animation
package indigo.shared.animation
Members list
Packages
package indigo.shared.animation.timeline
Type members
Classlikes
final case class Animation(animationKey: AnimationKey, currentCycleLabel: CycleLabel, cycles: NonEmptyList[Cycle])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Animation
enum AnimationAction
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AnimationKey
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
AnimationKey.type
final case class AnimationMemento(bindingKey: BindingKey, currentCycleLabel: CycleLabel, currentCycleMemento: CycleMemento)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class AnimationRef(animationKey: AnimationKey, currentCycleLabel: CycleLabel, cycles: Map[CycleLabel, CycleRef])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object AnimationRef
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AnimationRef.type
final case class Cycle(label: CycleLabel, frames: NonEmptyList[Frame], playheadPosition: Int, lastFrameAdvance: Millis)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Cycle
object CycleLabel
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CycleLabel.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class CycleRef(label: CycleLabel, frames: Batch[Frame], playheadPosition: Int, lastFrameAdvance: Millis)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object CycleRef
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article