Click or drag to resize

GIProbeSetBias Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.GIProbe.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 max
)

Parameters

max
Type: SystemSingle

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

See Also