getMaterialInstancesAsMap method

Future<Map<ThermionEntity, List<MaterialInstance>>> getMaterialInstancesAsMap()

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();
}