getAnimationDuration abstract method
Returns the length (in seconds) of the animation at the given index.
Implementation
Future<double> getAnimationDuration(
ThermionEntity entity, int animationIndex);
Returns the length (in seconds) of the animation at the given index.
Future<double> getAnimationDuration(
ThermionEntity entity, int animationIndex);