Click or drag to resize

VisualServer.LightDirectionalSetShadowDepthRangeMode Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void LightDirectionalSetShadowDepthRangeMode(
	RID light,
	VisualServer.LightDirectionalShadowDepthRangeMode rangeMode
)

Parameters

light
Type: Godot.RID

[Missing <param name="light"/> documentation for "M:Godot.VisualServer.LightDirectionalSetShadowDepthRangeMode(Godot.RID,Godot.VisualServer.LightDirectionalShadowDepthRangeMode)"]

rangeMode
Type: Godot.VisualServer.LightDirectionalShadowDepthRangeMode

[Missing <param name="rangeMode"/> documentation for "M:Godot.VisualServer.LightDirectionalSetShadowDepthRangeMode(Godot.RID,Godot.VisualServer.LightDirectionalShadowDepthRangeMode)"]

See Also