getMaterialInstanceAt method

Future<MaterialInstance> getMaterialInstanceAt({
  1. ThermionEntity? entity,
  2. int index = 0,
})

Implementation

Future<MaterialInstance> getMaterialInstanceAt(
    {ThermionEntity? entity, int index = 0})  async {
  throw UnimplementedError();
}