getNameForEntity method
Retrieves the name assigned to the given ThermionEntity (usually corresponds to the glTF mesh name).
Implementation
@override
String? getNameForEntity(ThermionEntity entity) {
// TODO: implement getNameForEntity
throw UnimplementedError();
}