Click or drag to resize

VisualServerLightmapCaptureGetEnergy Method

Returns the energy multiplier used by the lightmap capture.

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

Parameters

capture
Type: GodotRID

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

Return Value

Type: Single

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

See Also