removeLight method

  1. @JSExport()
JSPromise<JSAny?> removeLight(
  1. ThermionEntity light
)

Implementation

@JSExport()
JSPromise removeLight(ThermionEntity light) => viewer.removeLight(light).toJS;