Click or drag to resize

VisualServerReflectionProbeSetInteriorAmbientProbeContribution Method

Sets the contribution value for how much the reflection affects the ambient light for this reflection probe when set to interior mode. Useful so that ambient light matches the color of the room. Equivalent to InteriorAmbientContrib.

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

Parameters

probe
Type: GodotRID

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

contrib
Type: SystemSingle

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

See Also