removeLight method

  1. @override
Future removeLight(
  1. ThermionEntity light
)
override

Remove a light from the scene.

Implementation

@override
Future removeLight(ThermionEntity light) {
  // TODO: implement removeLight
  throw UnimplementedError();
}