getGltfAnimationDuration method

Future<double> getGltfAnimationDuration(
  1. int animationIndex
)

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

Implementation

Future<double> getGltfAnimationDuration(int animationIndex) {
  throw UnimplementedError();
}