Animatable

animus.Animatable
See theAnimatable companion object
trait Animatable[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type A0 = A
Implicitly added by animatableIterable
type A0 = A
type Anim
Implicitly added by animatableIterable
type Anim

Value members

Abstract methods

def fromAnim(anim: Anim): A
Implicitly added by animatableIterable
def fromAnim(anim: Anim): A
def tick(anim: Anim, time: Double): Boolean
Implicitly added by animatableIterable
def tick(anim: Anim, time: Double): Boolean
def toAnim(value: A, configure: Spring => Spring): Anim
Implicitly added by animatableIterable
def toAnim(value: A, configure: Spring => Spring): Anim
def update(anim: Anim, newValue: A): Unit
Implicitly added by animatableIterable
def update(anim: Anim, newValue: A): Unit