getMaterialInstanceAt method

  1. @override
Future<MaterialInstance?> getMaterialInstanceAt(
  1. ThermionEntity entity,
  2. int index
)
override

Implementation

@override
Future<MaterialInstance?> getMaterialInstanceAt(ThermionEntity entity, int index) {
  // TODO: implement getMaterialInstanceAt
  throw UnimplementedError();
}