getMaterialInstancesAsMap method
Returns a map of all renderable entities attached to this asset, and a list of material instances for each primitive for the respective entity.
Implementation
Future<Map<ThermionEntity, List<MaterialInstance>>>
getMaterialInstancesAsMap() {
throw UnimplementedError();
}