Click or drag to resize

OmniLightSetShadowMode Method

Note: This API is now obsolete.

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

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

Parameters

mode
Type: GodotOmniLightShadowMode

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

See Also