Click or drag to resize

VisualServerGiProbeGetNormalBias Method

Returns the normal bias for this GI probe. Equivalent to NormalBias.

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

Parameters

probe
Type: GodotRID

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

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.VisualServer.GiProbeGetNormalBias(Godot.RID)"]

See Also