clearLights method

  1. @override
Future<void> clearLights()
override

Remove all lights (excluding IBL) from the scene.

Implementation

@override
Future<void> clearLights() async {
  await _shim.clearLights().toDart;
}