Click or drag to resize

VisualServerLightDirectionalSetShadowMode Method

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

Parameters

light
Type: GodotRID

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

mode
Type: GodotVisualServerLightDirectionalShadowMode

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

See Also