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