Click or drag to resize

VisualServerGiProbeSetEnergy Method

Sets the energy multiplier for this GI probe. A higher energy makes the indirect light from the GI probe brighter. Equivalent to Energy.

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

Parameters

probe
Type: GodotRID

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

energy
Type: SystemSingle

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

See Also