Click or drag to resize

BakedLightmapSetBias Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.BakedLightmap.SetBias(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBias is deprecated. Use the Bias property instead.")]
public void SetBias(
	float bias
)

Parameters

bias
Type: SystemSingle

[Missing <param name="bias"/> documentation for "M:Godot.BakedLightmap.SetBias(System.Single)"]

See Also