Click or drag to resize

ReflectionProbeSetIntensity Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ReflectionProbe.SetIntensity(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetIntensity is deprecated. Use the Intensity property instead.")]
public void SetIntensity(
	float intensity
)

Parameters

intensity
Type: SystemSingle

[Missing <param name="intensity"/> documentation for "M:Godot.ReflectionProbe.SetIntensity(System.Single)"]

See Also