Click or drag to resize

GIProbeSetNormalBias Method

Note: This API is now obsolete.

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

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

Parameters

max
Type: SystemSingle

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

See Also