removeLight method

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

Implementation

@override
Future removeLight(ThermionEntity light) async {
  _module.ccall("remove_light", "void", ["void*".toJS, "int".toJS].toJS,
      [_viewer!, light.toJS].toJS, null);
}