Click or drag to resize

BakedLightmapSetEnvironmentMinLight Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.BakedLightmap.SetEnvironmentMinLight(Godot.Color)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetEnvironmentMinLight is deprecated. Use the EnvironmentMinLight property instead.")]
public void SetEnvironmentMinLight(
	Color minLight
)

Parameters

minLight
Type: GodotColor

[Missing <param name="minLight"/> documentation for "M:Godot.BakedLightmap.SetEnvironmentMinLight(Godot.Color)"]

See Also