Click or drag to resize

LightSetParam Method

Note: This API is now obsolete.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetParam is deprecated. Use the ShadowContact property instead.")]
public void SetParam(
	LightParam param,
	float value
)

Parameters

param
Type: GodotLightParam

[Missing <param name="param"/> documentation for "M:Godot.Light.SetParam(Godot.Light.Param,System.Single)"]

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:Godot.Light.SetParam(Godot.Light.Param,System.Single)"]

See Also