Click or drag to resize

VisualServerReflectionProbeSetInteriorAmbientEnergy Method

Sets the energy multiplier for this reflection probes ambient light contribution when set to interior mode. Equivalent to InteriorAmbientEnergy.

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

Parameters

probe
Type: GodotRID

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

energy
Type: SystemSingle

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

See Also