menu
flutter_scene
scene.dart
PointLightComponent
PointLightComponent.new constructor
PointLightComponent.new
dark_mode
light_mode
PointLightComponent
constructor
PointLightComponent
(
PointLight
light
)
Creates a component that lights the scene with
light
.
Implementation
PointLightComponent(this.light);
flutter_scene
scene
PointLightComponent
PointLightComponent.new constructor
PointLightComponent class