Click or drag to resize

DirectionalLightSetShadowMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.DirectionalLight.SetShadowMode(Godot.DirectionalLight.ShadowMode)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetShadowMode is deprecated. Use the DirectionalShadowMode property instead.")]
public void SetShadowMode(
	DirectionalLightShadowMode mode
)

Parameters

mode
Type: GodotDirectionalLightShadowMode

[Missing <param name="mode"/> documentation for "M:Godot.DirectionalLight.SetShadowMode(Godot.DirectionalLight.ShadowMode)"]

See Also