Click or drag to resize

VisualServerGiProbeSetPropagation Method

Sets the propagation of light within this GI probe. Equivalent to Propagation.

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

Parameters

probe
Type: GodotRID

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

propagation
Type: SystemSingle

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

See Also