playGltfAnimation method
Schedules the glTF animation at index in asset to start playing on the next frame.
Implementation
Future playGltfAnimation(int index,
{bool loop = false,
bool reverse = false,
bool replaceActive = true,
double crossfade = 0.0,
double startOffset = 0.0}) {
throw UnimplementedError();
}