getAnimation<R> abstract method

Animation<R> getAnimation<R>(
  1. String name
)

get the animation of provided name

It will throw if Animator.tweenMap is null

Implementation

Animation<R> getAnimation<R>(String name);