AnimationsRegister

indigo.shared.AnimationsRegister
final class AnimationsRegister

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def fetchAnimationForSprite(gameTime: GameTime, bindingKey: BindingKey, animationKey: AnimationKey, animationActions: Batch[AnimationAction]): Option[AnimationRef]
def fetchAnimationInLastState(bindingKey: BindingKey, animationKey: AnimationKey): Option[AnimationRef]
def findByAnimationKey(animationKey: AnimationKey): Option[AnimationRef]
def kill(): Unit
def register(animation: Animation): Unit