removeLight method

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

Implementation

@JS('removeLight')
external JSPromise removeLight(ThermionEntity light);