Click or drag to resize

VisualServerLightDirectionalSetBlendSplits Method

If true, this directional light will blend between shadow map splits resulting in a smoother transition between them. Equivalent to DirectionalShadowBlendSplits.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void LightDirectionalSetBlendSplits(
	RID light,
	bool enable
)

Parameters

light
Type: GodotRID

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

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.VisualServer.LightDirectionalSetBlendSplits(Godot.RID,System.Boolean)"]

See Also