getAnimationNames method
Gets the names of all glTF animations embedded in the specified entity.
Implementation
@override
Future<List<String>> getAnimationNames(ThermionEntity entity) {
// TODO: implement getAnimationNames
throw UnimplementedError();
}