Click or drag to resize

VisualServerGiProbeSetBias Method

Sets the bias value to avoid self-occlusion. Equivalent to Bias.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void GiProbeSetBias(
	RID probe,
	float bias
)

Parameters

probe
Type: GodotRID

[Missing <param name="probe"/> documentation for "M:Godot.VisualServer.GiProbeSetBias(Godot.RID,System.Single)"]

bias
Type: SystemSingle

[Missing <param name="bias"/> documentation for "M:Godot.VisualServer.GiProbeSetBias(Godot.RID,System.Single)"]

See Also