getAnimationDuration abstract method

Future<double> getAnimationDuration(
  1. ThermionEntity entity,
  2. int animationIndex
)

Returns the length (in seconds) of the animation at the given index.

Implementation

Future<double> getAnimationDuration(
    ThermionEntity entity, int animationIndex);