Click or drag to resize

VisualServerReflectionProbeSetIntensity Method

Sets the intensity of the reflection probe. Intensity modulates the strength of the reflection. Equivalent to Intensity.

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

Parameters

probe
Type: GodotRID

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

intensity
Type: SystemSingle

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

See Also