Click or drag to resize

VisualServerLightDirectionalSetShadowDepthRangeMode Method

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

Parameters

light
Type: GodotRID

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

rangeMode
Type: GodotVisualServerLightDirectionalShadowDepthRangeMode

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

See Also