Click or drag to resize

VisualServer.LightDirectionalSetShadowMode Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void LightDirectionalSetShadowMode(
	RID light,
	VisualServer.LightDirectionalShadowMode mode
)

Parameters

light
Type: Godot.RID

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

mode
Type: Godot.VisualServer.LightDirectionalShadowMode

[Missing <param name="mode"/> documentation for "M:Godot.VisualServer.LightDirectionalSetShadowMode(Godot.RID,Godot.VisualServer.LightDirectionalShadowMode)"]

See Also