Click or drag to resize

Light2DSetShadowSmooth Method

Note: This API is now obsolete.

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

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

Parameters

smooth
Type: SystemSingle

[Missing <param name="smooth"/> documentation for "M:Godot.Light2D.SetShadowSmooth(System.Single)"]

See Also