Click or drag to resize

VisualServerGiProbeGetEnergy Method

Returns the energy multiplier for this GI probe. Equivalent to Energy.

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

Parameters

probe
Type: GodotRID

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

Return Value

Type: Single

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

See Also